Skip to content

Instantly share code, notes, and snippets.

@hunzo
Created June 23, 2025 02:59
Show Gist options
  • Save hunzo/9fa00f12cfffdb2a4a4f56420e07a858 to your computer and use it in GitHub Desktop.
Save hunzo/9fa00f12cfffdb2a4a4f56420e07a858 to your computer and use it in GitHub Desktop.
Check WMI remote
Get-WmiObject -Class Win32_OperatingSystem -ComputerName 192.168.1.1 -Credential (Get-Credential)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment