Created
June 23, 2025 02:59
-
-
Save hunzo/9fa00f12cfffdb2a4a4f56420e07a858 to your computer and use it in GitHub Desktop.
Check WMI remote
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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