使用PowerShell 将用户添加至用户组
Posted gocircle
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用PowerShell 将用户添加至用户组相关的知识,希望对你有一定的参考价值。
执行环境:Windows Server 2012 R2
语法
net localgroup 用户组名称 用户名 /add
eg.
net localgroup administrators mybook /add
以上是关于使用PowerShell 将用户添加至用户组的主要内容,如果未能解决你的问题,请参考以下文章
powershell 使用PowerShell将用户添加到本地Windows用户组。灵感来自https://mcpmag.com/articles/2015/05/28/managing-local-
powershell 将用户添加到sharepoint站点,并通过powershell为该用户分配角色
如何使用python和powershell向Windows 10添加用户
powershell powershell脚本将用户添加到指定SharePoint网站中的指定组。