Anarko_Bizounours
Anarko_Bizounours

Reputation: 501

Creating AD user with powershell

I've been looking around the web for a whole day, but didn't found a clue.

My problem is that I want to create Active Directory users via powershell. I've been doing good so far, but I must set in the property dial-in tab, the remote access permission option to "Allow Access", but I don't know how.

Do anyone have a clue or a trick to do so?

Thanks you in advance.

Upvotes: 1

Views: 928

Answers (1)

JPBlanc
JPBlanc

Reputation: 72610

This is the Attribute : msNPAllowDialin

True : Allowed

False : Denied

Not-Defined : Control by policy

Upvotes: 3

Related Questions