PowerTip: Working with Alternate Credentials with WMI
Summary: Learn four ways to supply alternate credentials with WMI and Windows PowerShell. How can I supply alternate credentials for a remote WMI call when I am using the Get-WmiObject cmdlet? a. Use the credential parameter as shown here. Get-WmiObject Win32_BIOS -ComputerName Server01 -Credential (get-credential ` Domain01@...