User Tools

Site Tools


windowscommands

This is an old revision of the document!


Powershell

Disable WSUS

Stop-Service -Name wuauserv
Remove-Item HKLM: \Software\Policies\Microsoft\Windows\WindowsUpdate -Recurse
Start-Service -name wuauserv

Install RSAT

Get-WindowsCapability -Online | Where-Object {$_.Name -like "RSAT*"}
Add-WindowsCapability -Online -Name Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0
Get-WindowsCapability -Online | Where-Object {$_.Name -like "Rsat.ActiveDirectory*"}
windowscommands.1602450291.txt.gz · Last modified: 2025/03/08 22:23 (external edit)