Ich habe versucht die RSAT Tools mit Powershell zu installieren.
PS C:\WINDOWS\system32> Add-WindowsCapability -Name Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0 -Online
Path :
Online : True
RestartNeeded : False
Aber obwohl ich keine Fehlermeldung o.ä bekomme funktioniert es einfach nicht.
PS C:\WINDOWS\system32> get-aduser
get-aduser : The term 'get-aduser' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ get-aduser
+ ~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (get-aduser:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Wie installiere ich die RSAT Tools auf Windows Server 2022?