Skip to content

Commit b77ed46

Browse files
Review scripts
1 parent d5faa63 commit b77ed46

File tree

162 files changed

+903
-987
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+903
-987
lines changed

Diff for: Azure/Compute/Invoke-AzVMCommand.ps1

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Requires -Version 4.0
1+
#Requires -Version 5.0
22
#Requires -Modules Az.Compute
33

44
<#
@@ -23,15 +23,15 @@
2323
https://github.com/scriptrunner/ActionPacks/blob/master/Azure/Compute
2424
2525
.Parameter Name
26-
[sr-en] Specifies the name of the virtual machine
26+
[sr-en] Name of the virtual machine
2727
[sr-de] Name der virtuellen Maschine
2828
2929
.Parameter ResourceGroupName
30-
[sr-en] Specifies the name of the resource group of the virtual machine
30+
[sr-en] Name of the resource group of the virtual machine
3131
[sr-de] Name der resource group die die virtuelle Maschine enthält
3232
3333
.Parameter Command
34-
[sr-en] Specifies the command that executed on the Azure virtual machine
34+
[sr-en] Command that executed on the Azure virtual machine
3535
[sr-de] Kommando das für die virtuelle Maschine ausgeführt werden soll
3636
#>
3737

Diff for: Exchange/AddressLists/Get-ExAddressListProperties.ps1

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Requires -Version 4.0
1+
#Requires -Version 5.0
22

33
<#
44
.SYNOPSIS
@@ -15,16 +15,15 @@
1515
© ScriptRunner Software GmbH
1616
1717
.COMPONENT
18-
ScriptRunner Version 4.x or higher
1918
2019
.LINK
2120
https://github.com/scriptrunner/ActionPacks/tree/master/Exchange/AddressLists
2221
2322
.Parameter ListName
24-
Specifies the Name, Display name, Distinguished name or Guid of the address list from which to get properties
23+
[sr-en] Name, Display name, Distinguished name or Guid of the address list from which to get properties
2524
2625
.Parameter Properties
27-
List of properties to expand. Use * for all properties
26+
[sr-en] Properties to expand. Use * for all properties
2827
#>
2928

3029
param(

Diff for: Exchange/AddressLists/Get-ExAddressLists.ps1

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Requires -Version 4.0
1+
#Requires -Version 5.0
22

33
<#
44
.SYNOPSIS
@@ -15,7 +15,6 @@
1515
© ScriptRunner Software GmbH
1616
1717
.COMPONENT
18-
ScriptRunner Version 4.x or higher
1918
2019
.LINK
2120
https://github.com/scriptrunner/ActionPacks/tree/master/Exchange/AddressLists

Diff for: Exchange/AddressLists/New-ExAddressList.ps1

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Requires -Version 4.0
1+
#Requires -Version 5.0
22

33
<#
44
.SYNOPSIS
@@ -15,34 +15,33 @@
1515
© ScriptRunner Software GmbH
1616
1717
.COMPONENT
18-
ScriptRunner Version 4.x or higher
1918
2019
.LINK
2120
https://github.com/scriptrunner/ActionPacks/tree/master/Exchange/AddressLists
2221
2322
.Parameter ListName
24-
Specifies the unique name of the address list. The maximum length is 64 characters.
23+
[sr-en] Unique name of the address list. The maximum length is 64 characters.
2524
2625
.Parameter NameOfList
27-
Specifies the unique name of the address list. The maximum length is 64 characters.
26+
[sr-en] Unique name of the address list. The maximum length is 64 characters.
2827
2928
.Parameter DisplayName
30-
Specifies the display name of the address list
29+
[sr-en] Display name of the address list
3130
3231
.Parameter MailContacts
33-
Adds mail contacts to the recipients of the address list
32+
[sr-en] Adds mail contacts to the recipients of the address list
3433
3534
.Parameter MailboxUsers
36-
Adds mailbox users to the recipients of the address list
35+
[sr-en] Adds mailbox users to the recipients of the address list
3736
3837
.Parameter MailGroups
39-
Adds mail groups to the recipients of the address list
38+
[sr-en] Adds mail groups to the recipients of the address list
4039
4140
.Parameter MailUsers
42-
Adds mail users to the recipients of the address list
41+
[sr-en] Adds mail users to the recipients of the address list
4342
4443
.Parameter Resources
45-
Adds resources to the recipients of the address list
44+
[sr-en] Adds resources to the recipients of the address list
4645
#>
4746

4847
param(

Diff for: Exchange/AddressLists/Remove-ExAddressList.ps1

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Requires -Version 4.0
1+
#Requires -Version 5.0
22

33
<#
44
.SYNOPSIS
@@ -15,13 +15,12 @@
1515
© ScriptRunner Software GmbH
1616
1717
.COMPONENT
18-
ScriptRunner Version 4.x or higher
1918
2019
.LINK
2120
https://github.com/scriptrunner/ActionPacks/tree/master/Exchange/AddressLists
2221
2322
.Parameter ListName
24-
Specifies the Name, Display name, Distinguished name or Guid of the address list to remove
23+
[sr-en] Name, Display name, Distinguished name or Guid of the address list to remove
2524
#>
2625

2726
param(

Diff for: Exchange/AddressLists/Set-ExAddressListProperties.ps1

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Requires -Version 4.0
1+
#Requires -Version 5.0
22

33
<#
44
.SYNOPSIS
@@ -15,34 +15,33 @@
1515
© ScriptRunner Software GmbH
1616
1717
.COMPONENT
18-
ScriptRunner Version 4.x or higher
1918
2019
.LINK
2120
https://github.com/scriptrunner/ActionPacks/tree/master/Exchange/AddressLists
2221
2322
.Parameter ListName
24-
Specifies the unique name of the address list from which to set properties
23+
[sr-en] Unique name of the address list from which to set properties
2524
2625
.Parameter NameOfList
27-
Specifies the unique name of the address list from which to set properties
26+
[sr-en] Unique name of the address list from which to set properties
2827
2928
.Parameter DisplayName
30-
Specifies the display name of the address list
29+
[sr-en] Display name of the address list
3130
3231
.Parameter MailContacts
33-
Adds mail contacts to the recipients of the address list
32+
[sr-en] Adds mail contacts to the recipients of the address list
3433
3534
.Parameter MailboxUsers
36-
Adds mailbox users to the recipients of the address list
35+
[sr-en] Adds mailbox users to the recipients of the address list
3736
3837
.Parameter MailGroups
39-
Adds mail groups to the recipients of the address list
38+
[sr-en] Adds mail groups to the recipients of the address list
4039
4140
.Parameter MailUsers
42-
Adds mail users to the recipients of the address list
41+
[sr-en] Adds mail users to the recipients of the address list
4342
4443
.Parameter Resources
45-
Adds resources to the recipients of the address list
44+
[sr-en] Adds resources to the recipients of the address list
4645
#>
4746

4847
param(

Diff for: Exchange/DistributionGroups/Add-ExMembersToDistributionGroups.ps1

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Requires -Version 4.0
1+
#Requires -Version 5.0
22

33
<#
44
.SYNOPSIS
@@ -15,19 +15,18 @@
1515
© ScriptRunner Software GmbH
1616
1717
.COMPONENT
18-
ScriptRunner Version 4.x or higher
1918
2019
.LINK
2120
https://github.com/scriptrunner/ActionPacks/tree/master/Exchange/DistributionGroups
2221
2322
.Parameter GroupObjectIds
24-
Specifies the Alias, Display name, Distinguished name, Guid or Mail address of the Universal distribution groups to which to add members
23+
[sr-en] Alias, Display name, Distinguished name, Guid or Mail address of the Universal distribution groups to which to add members
2524
2625
.Parameter GroupIds
27-
Specifies the Alias, Display name, Distinguished name, Guid or Mail address of the Universal distribution groups to add to the Universal distribution groups
26+
[sr-en] Alias, Display name, Distinguished name, Guid or Mail address of the Universal distribution groups to add to the Universal distribution groups
2827
2928
.Parameter UserIds
30-
Specifies the Alias, Display name, Distinguished name, Guid or Mail address of the mailboxes to add to the groups
29+
[sr-en] Alias, Display name, Distinguished name, Guid or Mail address of the mailboxes to add to the groups
3130
#>
3231

3332
param(

Diff for: Exchange/DistributionGroups/Get-ExDistributionGroupMailboxes.ps1

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Requires -Version 4.0
1+
#Requires -Version 5.0
22

33
<#
44
.SYNOPSIS
@@ -15,19 +15,18 @@
1515
© ScriptRunner Software GmbH
1616
1717
.COMPONENT
18-
ScriptRunner Version 4.x or higher
1918
2019
.LINK
2120
https://github.com/scriptrunner/ActionPacks/tree/master/Exchange/DistributionGroups
2221
2322
.Parameter GroupName
24-
Specifies the Name, Alias, Display name, Distinguished name, Guid or Mail address of the Universal distribution group from which to get the mailboxes
23+
[sr-en] Name, Alias, Display name, Distinguished name, Guid or Mail address of the Universal distribution group from which to get the mailboxes
2524
2625
.Parameter Nested
27-
Shows group members nested
26+
[sr-en] Shows group members nested
2827
2928
.Parameter MemberObjectTypes
30-
Specifies the member object types
29+
[sr-en] Member object types
3130
#>
3231

3332
param(

Diff for: Exchange/DistributionGroups/Get-ExDistributionGroupProperties.ps1

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Requires -Version 4.0
1+
#Requires -Version 5.0
22

33
<#
44
.SYNOPSIS
@@ -15,16 +15,15 @@
1515
© ScriptRunner Software GmbH
1616
1717
.COMPONENT
18-
ScriptRunner Version 4.x or higher
1918
2019
.LINK
2120
https://github.com/scriptrunner/ActionPacks/tree/master/Exchange/DistributionGroups
2221
2322
.Parameter GroupName
24-
Specifies the Name, Alias, Display name, Distinguished name, Guid or Mail address of the Universal distribution group from which to get properties
23+
[sr-en] Name, Alias, Display name, Distinguished name, Guid or Mail address of the Universal distribution group from which to get properties
2524
2625
.Parameter Properties
27-
List of properties to expand. Use * for all properties
26+
[sr-en] Properties to expand. Use * for all properties
2827
#>
2928

3029
param(

Diff for: Exchange/DistributionGroups/Get-ExDistributionGroups.ps1

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Requires -Version 4.0
1+
#Requires -Version 5.0
22

33
<#
44
.SYNOPSIS
@@ -15,7 +15,6 @@
1515
© ScriptRunner Software GmbH
1616
1717
.COMPONENT
18-
ScriptRunner Version 4.x or higher
1918
2019
.LINK
2120
https://github.com/scriptrunner/ActionPacks/tree/master/Exchange/DistributionGroups

Diff for: Exchange/DistributionGroups/New-ExDistributionGroup.ps1

+11-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Requires -Version 4.0
1+
#Requires -Version 5.0
22

33
<#
44
.SYNOPSIS
@@ -15,41 +15,40 @@
1515
© ScriptRunner Software GmbH
1616
1717
.COMPONENT
18-
ScriptRunner Version 4.x or higher
1918
2019
.LINK
2120
https://github.com/scriptrunner/ActionPacks/tree/master/Exchange/DistributionGroups
2221
2322
.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
2524
2625
.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
2827
2928
.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
3130
3231
.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
3433
3534
.Parameter DisplayName
36-
Specifies the display name of the group
35+
[sr-en] Display name of the group
3736
3837
.Parameter Note
39-
Specifies additional information about the object
38+
[sr-en] Additional information about the object
4039
4140
.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.
4342
You can use the Alias, Display name, Distinguished name, Guid or Mail address that uniquely identifies the recipient
4443
4544
.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
4746
4847
.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
5049
5150
.Parameter GroupType
52-
Specifies the type of group that you want to create.
51+
[sr-en] Type of group that you want to create.
5352
Distribution = A distribution group
5453
Security = A mail-enabled security group
5554
#>

Diff for: Exchange/DistributionGroups/Remove-ExDistributionGroup.ps1

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Requires -Version 4.0
1+
#Requires -Version 5.0
22

33
<#
44
.SYNOPSIS
@@ -15,13 +15,12 @@
1515
© ScriptRunner Software GmbH
1616
1717
.COMPONENT
18-
ScriptRunner Version 4.x or higher
1918
2019
.LINK
2120
https://github.com/scriptrunner/ActionPacks/tree/master/Exchange/DistributionGroups
2221
2322
.Parameter GroupName
24-
Specifies the Name, Alias, Display name, Distinguished name, Guid or Mail address of the Universal distribution group to which to remove
23+
[sr-en] Name, Alias, Display name, Distinguished name, Guid or Mail address of the Universal distribution group to which to remove
2524
#>
2625

2726
param(

Diff for: Exchange/DistributionGroups/Remove-ExMembersFromDistributionGroups.ps1

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Requires -Version 4.0
1+
#Requires -Version 5.0
22

33
<#
44
.SYNOPSIS
@@ -15,19 +15,18 @@
1515
© ScriptRunner Software GmbH
1616
1717
.COMPONENT
18-
ScriptRunner Version 4.x or higher
1918
2019
.LINK
2120
https://github.com/scriptrunner/ActionPacks/tree/master/Exchange/DistributionGroups
2221
2322
.Parameter GroupObjectIds
24-
Specifies the Alias, Display name, Distinguished name, Guid or Mail address of the Universal distribution groups to which to removes members
23+
[sr-en] Alias, Display name, Distinguished name, Guid or Mail address of the Universal distribution groups to which to removes members
2524
2625
.Parameter GroupIds
27-
Specifies the Alias, Display name, Distinguished name, Guid or Mail address of the Universal distribution groups to removes from the Universal distribution groups
26+
[sr-en] Alias, Display name, Distinguished name, Guid or Mail address of the Universal distribution groups to removes from the Universal distribution groups
2827
2928
.Parameter UserIds
30-
Specifies the Alias, Display name, Distinguished name, Guid or Mail address of the mailboxes to removes from the groups
29+
[sr-en] Alias, Display name, Distinguished name, Guid or Mail address of the mailboxes to removes from the groups
3130
#>
3231

3332
param(

0 commit comments

Comments
 (0)