Forum Discussion
Eraldinho
Feb 04, 2022Copper Contributor
Import-PSSession serialized object
Hi, I'm trying to change ADUser password from a client computer. I ran: $s = new-PSSession (on domain controller) Import-PSSession $s -Module activedirectory Get-ADUser user | Set-ADAccountPasswo...
Feb 08, 2022
Did this work for you?