Security Descriptors
ace_type;ace_flags;rights;object_guid;inherit_object_guid;account_sidWMI
# On local machine
Set-RemoteWMI -SamAccountName student337 -Verbose
# On remote machine without explicit credentials
Set-RemoteWMI -SamAccountName dcorp\student337 -ComputerName dcorp-dc -namespace 'root\cimv2' -Verbose
# On remote machine with explicit credentials
Set-RemoteWMI -SamAccountName dcorp\student337 -ComputerName dcorp-dc -Credential Administrator -namespace 'root\cimv2' -Verbose# Access the target via WMI
Get-WmiObject -Class Win32_OperatingSystem -ComputerName dcorp-dcPSRemoting
Remote Registry
Last updated