|
1 |
| -#Requires -Version 4.0 |
| 1 | +#Requires -Version 5.0 |
2 | 2 |
|
3 | 3 | <#
|
4 | 4 | .SYNOPSIS
|
|
15 | 15 | © ScriptRunner Software GmbH
|
16 | 16 |
|
17 | 17 | .COMPONENT
|
18 |
| - ScriptRunner Version 4.x or higher |
19 | 18 |
|
20 | 19 | .LINK
|
21 | 20 | https://github.com/scriptrunner/ActionPacks/tree/master/Exchange/DistributionGroups
|
22 | 21 |
|
23 | 22 | .Parameter GroupName
|
24 |
| - Specifies the unique name of the group. The maximum length is 64 characters |
| 23 | + [sr-en] Unique name of the group. The maximum length is 64 characters |
25 | 24 |
|
26 | 25 | .Parameter PrimarySmtpAddress
|
27 |
| - Specifies the primary return email address that's used for the recipient |
| 26 | + [sr-en] Primary return email address that's used for the recipient |
28 | 27 |
|
29 | 28 | .Parameter ManagedBy
|
30 |
| - Specifies specifies an owner for the group. You can use the Alias, Display name, Distinguished name, Guid or Mail address that uniquely identifies the group owner |
| 29 | + [sr-en] Owner for the group. You can use the Alias, Display name, Distinguished name, Guid or Mail address that uniquely identifies the group owner |
31 | 30 |
|
32 | 31 | .Parameter Alias
|
33 |
| - Specifies the Exchange alias (also known as the mail nickname) for the recipient |
| 32 | + [sr-en] Exchange alias (also known as the mail nickname) for the recipient |
34 | 33 |
|
35 | 34 | .Parameter DisplayName
|
36 |
| - Specifies the display name of the group |
| 35 | + [sr-en] Display name of the group |
37 | 36 |
|
38 | 37 | .Parameter Note
|
39 |
| - Specifies additional information about the object |
| 38 | + [sr-en] Additional information about the object |
40 | 39 |
|
41 | 40 | .Parameter Members
|
42 |
| - Specifies the recipients (mail-enabled objects) that are members of the group. |
| 41 | + [sr-en] Recipients (mail-enabled objects) that are members of the group. |
43 | 42 | You can use the Alias, Display name, Distinguished name, Guid or Mail address that uniquely identifies the recipient
|
44 | 43 |
|
45 | 44 | .Parameter MemberDepartRestriction
|
46 |
| - Specifies the restrictions that you put on requests to leave the group |
| 45 | + [sr-en] Restrictions that you put on requests to leave the group |
47 | 46 |
|
48 | 47 | .Parameter MemberJoinRestriction
|
49 |
| - Specifies the restrictions that you put on requests to join the group |
| 48 | + [sr-en] Restrictions that you put on requests to join the group |
50 | 49 |
|
51 | 50 | .Parameter GroupType
|
52 |
| - Specifies the type of group that you want to create. |
| 51 | + [sr-en] Type of group that you want to create. |
53 | 52 | Distribution = A distribution group
|
54 | 53 | Security = A mail-enabled security group
|
55 | 54 | #>
|
|
0 commit comments