Windows Server 2016-Powershell新建用户补充
Posted Wenzhongxiang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows Server 2016-Powershell新建用户补充相关的知识,希望对你有一定的参考价值。
前边我们介绍到Windows Server 2016-图形化新建域用户(一) 及 Windows Server 2016-批量新建域用户(二) ,里边提到了批量通过new-aduser常见帐号,这里简单的对前章节内容做个补充,具体信息如下:
命令语法:
New-ADUser [-Name] <string> [-AccountExpirationDate <System.Nullable[System.DateTime]>] [-AccountNotDelegated <System.Nullable[bool]>] [-AccountPassword <SecureString>] [-AllowReversiblePasswordEncryption <System.Nullable[bool]>] [-AuthType {<Negotiate> | <Basic>}] [-CannotChangePassword <System.Nullable[bool]>] [-Certificates <X509Certificate[]>] [-ChangePasswordAtLogon <System.Nullable[bool]>] [-City <string>] [-Company <string>] [-Country <string>] [-Credential <PSCredential>] [-Department <string>] [-Description <string>] [-DisplayName <string>] [-Division <string>] [-EmailAddress <string>] [-EmployeeID <string>] [-EmployeeNumber <string>] [-Enabled <System.Nullable[bool]>] [-Fax <string>] [-GivenName <string>] [-HomeDirectory <string>] [-HomeDrive <string>] [-HomePage <string>] [-HomePhone <string>] [-Initials <string>] [-Instance <ADUser>] [-LogonWorkstations <string>] [-Manager <ADUser>] [-MobilePhone <string>] [-Office <string>] [-OfficePhone <string>] [-Organization <string>] [-OtherAttributes <hashtable>] [-OtherName <string>] [-PassThru <switch>] [-PasswordNeverExpires <System.Nullable[bool]>] [-PasswordNotRequired <System.Nullable[bool]>] [-Path <string>] [-POBox <string>] [-PostalCode <string>] [-ProfilePath <string>] [-SamAccountName <string>] [-ScriptPath <string>] [-Server <string>] [-ServicePrincipalNames <string[]>] [-SmartcardLogonRequired <System.Nullable[bool]>] [-State <string>] [-StreetAddress <string>] [-Surname <string>] [-Title <string>] [-TrustedForDelegation <System.Nullable[bool]>] [-Type <string>] [-UserPrincipalName <string>] [-Confirm] [-WhatIf] [<CommonParameters>]
常用字段注解:
Name | 姓名 |
AccountExpirationDate | 账户到期时间 |
City | 城市 |
Company | 公司 |
Department | 部门 |
Description | 描述 |
DisplayName | 显示名称 |
EmailAddress | 电子邮件地址 |
EmployeeID | 员工ID |
EmployeeNumber | 员工编号 |
HomePhone | 家庭电话 |
Manager | 经理 |
MobilePhone | 移动电话 |
Office | 办公室 |
OfficePhone | 办公室电话 |
Organization | 组织 |
PasswordNeverExpires | 密码永不过期 |
SamAccountName | 用户登录名(老版本/不带@) |
StreetAddress | 街道地址 |
Title | 职称 |
UserPrincipalName | UPN用户登录名带@符 |
例:创建wen帐号:
New-ADUser -Name wen -SamAccountName wen -UserPrincipalName wen@a.com -AccountPassword (ConvertTo-SecureString "P@ssw0rd" -asplaintext -force) -enabled $true -ChangePasswordAtLogon $false
文章最后,给大家分享几个有关微软全家桶学习参考链接,希望可以帮忙有需要的朋友。
- 中国区Azure文档库
- Azure文档库及场景
- 国际版Azure文档库
- 国际版Azure解决方案
- Microsoft 365文档库
- Office 365文档库
- Microsoft 文档库
- 自动化部署学习链接
- Cloud Perspectives
- Microsoft 文档和学习主页
- 微软MSDN网站
- 微软TechNet
- Microsoft Developer博客
- Microsoft开发人员网站
- Channel 9
- TechNet库
- 微软学习中心
- Handsonlabs
- Techcommunity
- Archived MSDN and TechNet博客
欢迎关注微信公众号:小温研习社
以上是关于Windows Server 2016-Powershell新建用户补充的主要内容,如果未能解决你的问题,请参考以下文章
Excel 2016 Power Query无法加载到电子表格