DACLs - Security Descriptors
Tool: Nishang
1) WMI
Set-RemoteWMI -UserName user1 -VerboseSet-RemoteWMI -UserName user1 -ComputerName <computer> -namespace 'root\cimv2' -VerboseSet-RemoteWMI -UserName user1 -ComputerName <computer> -Credential Administrator -namespace 'root\cimv2' -VerboseSet-RemoteWMI -UserName user1 -ComputerName <computer> -namespace 'root\cimv2' -Remove -Verbose2) Powershell Remoting
Set-RemotePSRemoting -UserName user1 -Verbose3) Remote Registry
Last updated