I have several Windows 10 systems joined to my Azure Active Directory (AzureAD) tenant. I am trying to use the PowerShell Get-WmiObject command to remotely query some data from them. When I try to authenticate to the remote systems, I simply get an "Access is Denied" message, even though I'm using the appropriate credentials.
Get-WmiObject -ComputerName remotepc -Credential azuread\adminuser -Class Win32_BIOS
Question: How can I properly authenticate to the remote systems, using my Azure Active Directory user account from PowerShell?
az logincommand? - Nico Nekoru