📌  相关文章
📜  popwershell 添加本地用户 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:46.864000             🧑  作者: Mango

代码示例1
$Password = Read-Host -AsSecureString
New-LocalUser "User03" -Password $Password -FullName "Third User" -Description "Description of this account."