Re: Global modification of user accounts
- From: "Richard Mueller [MVP]" <rlmueller-nospam@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 6 Mar 2007 12:25:56 -0600
William Mann wrote:
We've installed an Aruba wireless access system, that uses IAS to
authenticate users on their laptops. We have 1700 accounts, and need to
change the remote access permission from deny to control though remote
access
policy. I've looked at scripting this, but dsmod doesn't seem to have
provision for this.
Any ideas?
The msNPAllowDialin attribute of the user object controls this. If the value
is True, dialin is allowed (Dialin tab of user properties in ADUC). If the
value is False, dialin is not allowed. If msNPAllowDialin has no value, then
"Control access through Remote Access Policy" is selected.
Info from ScriptCenter on how to query for this is linked here:
http://www.microsoft.com/technet/scriptcenter/resources/qanda/aug05/hey0825.mspx
They recommend you not alter the RAS attributes directly, but use RAS
administration functions. Documentation for this is very poor. And, I've had
success modifying this attribute. You might be able to use a command line
tool to clear this attribute for users.
--
Richard Mueller
Microsoft MVP Scripting and ADSI
Hilltop Lab - http://www.rlmueller.net
--
.
- Follow-Ups:
- Re: Global modification of user accounts
- From: Richard Mueller [MVP]
- Re: Global modification of user accounts
- Prev by Date: Re: Can switch print servers w/o touching workstations?
- Next by Date: Mapped Drive lost its path
- Previous by thread: Re: Global modification of user accounts
- Next by thread: Re: Global modification of user accounts
- Index(es):
Relevant Pages
|