使用powershell创建AD用户
我在网上查了一整天,却没有找到任何线索。
我的问题是我想通过 powershell 创建 Active Directory 用户。到目前为止我做得很好,但我必须在属性拨入选项卡中将远程访问权限选项设置为“允许访问”,但我不知道如何设置。
有人有这样做的线索或技巧吗?
预先感谢您。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是属性:msNPAllowDialin
True : 允许
False : 拒绝
未定义 : 由策略控制
This is the Attribute : msNPAllowDialin
True : Allowed
False : Denied
Not-Defined : Control by policy