New-CMExchangeConnectorPasswordSetting
将新的密码设置添加到 Configuration Manager 中的 Exchange Server 连接器。
语法
New-CMExchangeConnectorPasswordSetting
[-AllowSimplePassword <Boolean>]
[-MaximumIdleTimeMins <Int32>]
[-MinimumComplexChar <Int32>]
[-MinimumPasswordLength <Int32>]
[-PasswordComplexity <PasswordComplexityType>]
-PasswordEnabled <Boolean>
[-PasswordExpiration <Int32>]
[-PasswordHistory <Int32>]
[-PasswordRecovery <Boolean>]
[-WipeAfterFailedAttempt <Int32>]
[-DisableWildcardHandling]
[-ForceWildcardHandling]
[<CommonParameters>]
说明
New-CMExchangeConnectorPasswordSetting cmdlet 向 Configuration Manager 中的 Microsoft Exchange Server 连接器添加新的密码设置。 Configuration Manager 中的 Exchange Server 连接器管理使用 Exchange ActiveSync 协议连接到本地或联机 Exchange Server 的移动设备。
注意
从 Configuration Manager 站点驱动器运行 Configuration Manager cmdlet,例如 PS XYZ:\>
。 有关详细信息,请参阅 入门。
示例
示例 1:指定 Exchange Server 连接器的密码设置
此命令为 Exchange Server 连接器设置以下与密码相关的选项:
要求用户在移动设备上设置密码。
要求密码至少包含 8 个字符或数字。
导致密码在 51 天后过期。
需要更改 21 个密码,用户才能重复使用以前的密码。
在六次尝试更改密码失败后擦除移动设备中的数据。
在移动设备自行锁定之前,允许 41 分钟。
需要字母数字密码。
允许密码简单。
允许用户从移动设备恢复缺少的密码。
New-CMExchangeConnectorPasswordSetting -PasswordEnabled $True -MinimumPasswordLength 8 -PasswordExpiration 51 -PasswordHistory 21 -WipeAfterFailedAttempt 6 -MaximumIdleTimeMinutes 41 -PasswordComplexity Strong -MinimumComplexChar 3 -AllowSimplePassword $True -PasswordRecovery $True
参数
-AllowSimplePassword
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DisableWildcardHandling
此参数将通配符视为文本字符值。 不能将其与 ForceWildcardHandling 组合使用。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ForceWildcardHandling
此参数处理通配符,并可能导致意外行为, (不建议) 。 不能将其与 DisableWildcardHandling 组合使用。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-MaximumIdleTimeMins
类型: | Int32 |
别名: | MaximumIdleTimeMinutes |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-MinimumComplexChar
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-MinimumPasswordLength
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-PasswordComplexity
类型: | PasswordComplexityType |
接受的值: | Pin, Strong |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-PasswordEnabled
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-PasswordExpiration
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-PasswordHistory
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-PasswordRecovery
类型: | Boolean |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-WipeAfterFailedAttempt
类型: | Int32 |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
Microsoft.ConfigurationManagement.PowerShell.Cmdlets.HS.ExchangeConnectorPasswordSetting
备注
Cmdlet 别名: New-CMExchangeServerConnectorPasswordSetting