繁体   English   中英

在 Azure 和 MailNickname 中创建安全组

[英]Create a Security group in Azure and MailNickname

我正在 azure powershell 中创建一个新的安全组。 向导要求我提供 DisplayName 和...提供 MailNickname,我不明白为什么。 电源外壳

谢谢

谢谢西奥 发布您的建议作为帮助其他社区成员的答案。

DisplayNameMailNickname都是必需的参数。

新阿兹广告集团

New-AzADGroup -DisplayName <String> -MailNickname <String> [-Description <String>]
 [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]

显示名称

组的显示名称。

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

邮件昵称

群组的邮件昵称。 不能包含@ 符号。

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

可以参考New-AzADGroup

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM