powershell 通过PowerShell创建/编辑AD用户,使用纯文本密码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 通过PowerShell创建/编辑AD用户,使用纯文本密码相关的知识,希望对你有一定的参考价值。

New-ADUser -SamAccountName <userName> -GivenName <firstName> -SurName <lastName> -Name "<firstName> <lastName>" -DisplayName "<firstName> <lastName>" -UserPrincipalName <userName>@<domain> -ChangePasswordAtLogon $true -AccountPassword (ConvertTo-SecureString <password> -AsPlainText -force) -Enabled $True -PasswordNeverExpires $False -PassThru -Path "OU=<ou>,OU=<path>,DC=<domain>,DC=<path"

以上是关于powershell 通过PowerShell创建/编辑AD用户,使用纯文本密码的主要内容,如果未能解决你的问题,请参考以下文章

Azure PowerShell批量创建Azure虚拟机

Powershell 磁盘管理

PowerShell命令与脚本(10)——脚本

创建一个通过Powershell循环的函数

在Azure上通过Powershell创建多Interface的Cisco CSR路由器

PowerShell小技巧:通过Powershell 发送消息给企业微信机器人