I am trying to create a powershell script to automate user creation that works fine using ADSI. However, I need to set the following properties, and I'm not sure how (or if ADSI can do this):
- Log in as a service
- Allow local login
Any ideas how to do this?
powershell adsi
Robert MacLean
source share