Server 2003 AD.
I need a PS script to shop what user has what login script assigned to their account.
Get-ADUser -filter * -properties scriptpath, homedrive, homedirectory | ft Name, scriptpath, homedrive, homedirectory > C:\temp\users.txt
Tried that and PS returns that Get-ADUser is not recognized...