Posted By kdn242 on 10 Jun 2011 06:18 AM
I got this error message when I try to use your command.!
PS C:\Users\m1kdn00> $user= get-aduser"m1kdn00"
The term 'get-aduserm1kdn00' is not recognized as the name of a cmdlet, function, script file, or operable program. Che
ck the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:27
+ $user= get-aduser"m1kdn00" <<<<
+ CategoryInfo : ObjectNotFound: (get-aduserm1kdn00:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
You need a space after the command get-aduser and the parameter "m1kdn00"