I cannot run get-QADUser or set-QADUser on my domain controller. I get the error
PS C:\Users\Administrator> get-QADUser
get-QADUser : The term 'get-QADUser' 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-QADUser
+ ~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (get-QADUser:String) [], Command
NotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
It is like these commands are not installed.
I am trying to run commands like
Set-QADUser -Identity "Testuser" -IncludedProperties @("msNPAllowDialin", "msRADIUSFramedIPAddress", "msRASSavedFramedIPAddress") -ObjectAttributes
@{msNPAllowDialin=$true;msRADIUSFramedIPAddress=169090600;msRASSavedFramedIPAddress=169090600}