Skip to content

Commit 7011a5d

Browse files
Review scripts
1 parent 31d7022 commit 7011a5d

File tree

147 files changed

+411
-595
lines changed

Some content is hidden

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

147 files changed

+411
-595
lines changed

Exchange/AddressLists/readme.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Manage Address lists
1+
# Manage Address lists
22

33
Note: The use of the scripts requires a remote PowerShell session to Microsoft Exchange Server.<br>
4-
Requirements: ScriptRunner Version 4.x or higher
54

65
+ [Get-ExAddressListProperties.ps1](./Get-ExAddressListProperties.ps1)
76

Exchange/DistributionGroups/readme.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Manage Distribution groups
1+
# Manage Distribution groups
22

33
Note: The use of the scripts requires a remote PowerShell session to Microsoft Exchange Server.<br>
4-
Requirements: ScriptRunner Version 4.x or higher
54

65
+ [Add-ExMembersToDistributionGroups.ps1](./Add-ExMembersToDistributionGroups.ps1)
76

Exchange/MailBoxes/readme.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Manage Mailboxes
1+
# Manage Mailboxes
22

33
Note: The use of the scripts requires a remote PowerShell session to Microsoft Exchange Server.<br>
4-
Requirements: ScriptRunner Version 4.x or higher
54

65
+ [Export-ExMailbox.ps1](./Export-ExMailbox.ps1)
76

Exchange/Resources/readme.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Manage Resources
1+
# Manage Resources
22

33
Note: The use of the scripts requires a remote PowerShell session to Microsoft Exchange Server.<br>
4-
Requirements: ScriptRunner Version 4.x or higher
54

65
+ [Get-ExActiveSyncMailboxPolicies.ps1](./Get-ExActiveSyncMailboxPolicies.ps1)
76

Exchange/readme.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# Action Pack for Exchange Server
1+
# Action Pack for Exchange Server
22
Use cases for managing mailboxes, distribution lists, resources, and services in on prem Exchange Server environments
33
>Note: The use of the scripts requires a remote PowerShell session to Microsoft Exchange Server<br>
4-
Requirements:
5-
ScriptRunner Version 4.x or higher
64
75
## [Manage Address lists](./AddressLists)
86
+ Get/Set properties of the address list

O365/AzureAD/Groups/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Manage Groups
2-
> Note: The use of the scripts requires the PowerShell Module ActiveDirectory v2 and ScriptRunner Version 4.x or higher.
1+
# Manage Groups
2+
> Note: The use of the scripts requires the PowerShell Module ActiveDirectory
33
44
+ [Add-AADMembersToGroups.ps1](./Add-AADMembersToGroups.ps1)
55

O365/AzureAD/Roles/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Manage Roles
2-
> Note: The use of the scripts requires the PowerShell Module ActiveDirectory v2 and ScriptRunner Version 4.x or higher.
1+
# Manage Roles
2+
> Note: The use of the scripts requires the PowerShell Module ActiveDirectory
33
44
+ [Enable-AADRole.ps1](./Enable-AADRole.ps1)
55

O365/AzureAD/Users/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Manage Users
2-
> Note: The use of the scripts requires the PowerShell Module ActiveDirectory v2 and ScriptRunner Version 4.x or higher.
1+
# Manage Users
2+
> Note: The use of the scripts requires the PowerShell Module ActiveDirectory
33
44
+ [Add-AADUsersToRoles.ps1](./Add-AADUsersToRoles.ps1)
55

O365/ExchangeOnline/DistributionGroups/readme.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# Manage Distribution groups
1+
# Manage Distribution groups
22
The use of the scripts requires a remote PowerShell session to Exchange Online
3-
> Note: The use of the scripts requires ScriptRunner Version 4.x or higher.
43

54
+ [Add-EOMembersToDistributionGroups.ps1](./Add-EOMembersToDistributionGroups.ps1)
65

O365/ExchangeOnline/Resources/readme.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# Manage Resources
1+
# Manage Resources
22
The use of the scripts requires a remote PowerShell session to Exchange Online
3-
> Note: The use of the scripts requires ScriptRunner Version 4.x or higher.
43

54
+ [Get-EOResourceProperties.ps1](./Get-EOResourceProperties.ps1)
65

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
# Manage Services
1+
# Manage Services
22
The use of the scripts requires a remote PowerShell session to Exchange Online
3-
> Note: The use of the scripts requires ScriptRunner Version 4.x or higher.

O365/MS-Teams/Apps/Add-MSTTeamsAppInstallation.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module microsoftteams 1.1.5 or greater
20-
Requires .NET Framework Version 4.7.2.
21-
Requires a ScriptRunner Microsoft 365 target
2219
2320
.LINK
2421
https://github.com/scriptrunner/ActionPacks/tree/master/O365/MS-Teams/Apps

O365/MS-Teams/Apps/Get-MSTTeamsApp.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module microsoftteams 1.0.3 or greater
20-
Requires .NET Framework Version 4.7.2.
21-
Requires a ScriptRunner Microsoft 365 target
2219
2320
.LINK
2421
https://github.com/scriptrunner/ActionPacks/tree/master/O365/MS-Teams/Apps

O365/MS-Teams/Apps/Get-MSTTeamsAppInstallation.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module microsoftteams 1.1.5 or greater
20-
Requires .NET Framework Version 4.7.2.
21-
Requires a ScriptRunner Microsoft 365 target
2219
2320
.LINK
2421
https://github.com/scriptrunner/ActionPacks/tree/master/O365/MS-Teams/Apps

O365/MS-Teams/Apps/New-MSTTeamsApp.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module microsoftteams 1.0.3 or greater
20-
Requires .NET Framework Version 4.7.2.
21-
Requires a ScriptRunner Microsoft 365 target
2219
2320
.LINK
2421
https://github.com/scriptrunner/ActionPacks/tree/master/O365/MS-Teams/Apps

O365/MS-Teams/Apps/Remove-MSTTeamsApp.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module microsoftteams 1.0.3 or greater
20-
Requires .NET Framework Version 4.7.2.
21-
Requires a ScriptRunner Microsoft 365 target
2219
2320
.LINK
2421
https://github.com/scriptrunner/ActionPacks/tree/master/O365/MS-Teams/Apps

O365/MS-Teams/Apps/Remove-MSTTeamsAppInstallation.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module microsoftteams 1.1.5 or greater
20-
Requires .NET Framework Version 4.7.2.
21-
Requires a ScriptRunner Microsoft 365 target
2219
2320
.LINK
2421
https://github.com/scriptrunner/ActionPacks/tree/master/O365/MS-Teams/Apps

O365/MS-Teams/Apps/Set-MSTTeamsApp.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module microsoftteams 1.0.3 or greater
20-
Requires .NET Framework Version 4.7.2.
21-
Requires a ScriptRunner Microsoft 365 target
2219
2320
.LINK
2421
https://github.com/scriptrunner/ActionPacks/tree/master/O365/MS-Teams/Apps

O365/MS-Teams/Apps/Update-MSTTeamsAppInstallation.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module microsoftteams 1.1.5 or greater
20-
Requires .NET Framework Version 4.7.2.
21-
Requires a ScriptRunner Microsoft 365 target
2219
2320
.LINK
2421
https://github.com/scriptrunner/ActionPacks/tree/master/O365/MS-Teams/Apps

O365/MS-Teams/Teams/Set-MSTTeamArchivedState.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module microsoftteams 1.0.2 or greater
20-
Requires .NET Framework Version 4.7.2.
21-
Requires a ScriptRunner Microsoft 365 target
2219
2320
.LINK
2421
https://github.com/scriptrunner/ActionPacks/tree/master/O365/MS-Teams/Teams

O365/MS-Teams/Teams/Set-MSTTeamPicture.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module microsoftteams 1.0.7 or greater
20-
Requires .NET Framework Version 4.7.2.
21-
Requires a ScriptRunner Microsoft 365 target
2219
2320
.LINK
2421
https://github.com/scriptrunner/ActionPacks/tree/master/O365/MS-Teams/Teams

O365/MS-Teams/Templates/Get-MSTTeamTemplate.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module microsoftteams 1.1.1 or greater
20-
Requires .NET Framework Version 4.7.2.
21-
Requires a ScriptRunner Microsoft 365 target
2219
2320
.LINK
2421
https://github.com/scriptrunner/ActionPacks/tree/master/O365/MS-Teams/Templates

O365/MS-Teams/Templates/Get-MSTTeamTemplateList.ps1

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module microsoftteams 1.1.1 or greater
20-
Requires .NET Framework Version 4.7.2.
21-
Requires a ScriptRunner Microsoft 365 target
22-
2319
.LINK
2420
https://github.com/scriptrunner/ActionPacks/tree/master/O365/MS-Teams/Templates
2521

O365/MS-Teams/Templates/New-MSTTeamTemplate.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module microsoftteams 1.1.1 or greater
20-
Requires .NET Framework Version 4.7.2.
21-
Requires a ScriptRunner Microsoft 365 target
2219
2320
.LINK
2421
https://github.com/scriptrunner/ActionPacks/tree/master/O365/MS-Teams/Templates

O365/MS-Teams/Templates/Remove-MSTTeamTemplate.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module microsoftteams 1.1.1 or greater
20-
Requires .NET Framework Version 4.7.2.
21-
Requires a ScriptRunner Microsoft 365 target
2219
2320
.LINK
2421
https://github.com/scriptrunner/ActionPacks/tree/master/O365/MS-Teams/Templates

O365/MS-Teams/Templates/Update-MSTTeamTemplate.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module microsoftteams 1.1.1 or greater
20-
Requires .NET Framework Version 4.7.2.
21-
Requires a ScriptRunner Microsoft 365 target
2219
2320
.LINK
2421
https://github.com/scriptrunner/ActionPacks/tree/master/O365/MS-Teams/Templates

O365/MS-Teams/_QUERY_/QRY_Get-MSTTeamTemplateList.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module microsoftteams 1.1.1 or greater
20-
Requires .NET Framework Version 4.7.2.
21-
Requires a ScriptRunner Microsoft 365 target
2219
2320
.LINK
2421
https://github.com/scriptrunner/ActionPacks/tree/master/O365/MS-Teams/_QUERY_

O365/MS-Teams/_REPORTS_/Get-MSTTeamsApp_Html.ps1

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
© ScriptRunner Software GmbH
1717
1818
.COMPONENT
19-
Requires Module microsoftteams 1.0.3 or greater
20-
Requires .NET Framework Version 4.7.2.
21-
Requires a ScriptRunner Microsoft 365 target
2219
Requires Library Script ReportLibrary from the Action Pack Reporting\_LIB_
2320
2421
.LINK

O365/MSOnline/Groups/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Manage Groups
1+
# Manage Groups
22
The use of the scripts requires the PowerShell Module MSOnline
33
This is the older MSOnline V1 PowerShell module for Azure Active Directory.
44
Customers are encouraged to use the newer Azure Active Directory V2 PowerShell module instead of this module
55

6-
> Note: The use of the scripts requires the PowerShell Module ActiveDirectory v1 and ScriptRunner Version 4.x or higher.
6+
> Note: The use of the scripts requires the PowerShell Module ActiveDirectory
77
88
+ [Add-MsOMembersToGroups.ps1](./Add-MsOMembersToGroups.ps1)
99

O365/MSOnline/Users/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Manage Users
1+
# Manage Users
22
The use of the scripts requires the PowerShell Module MSOnline
33
This is the older MSOnline V1 PowerShell module for Azure Active Directory.
44
Customers are encouraged to use the newer Azure Active Directory V2 PowerShell module instead of this module
55

6-
> Note: The use of the scripts requires the PowerShell Module ActiveDirectory v1 and ScriptRunner Version 4.x or higher.
6+
> Note: The use of the scripts requires the PowerShell Module ActiveDirectory
77
88
+ [Add-MsOUsersToRoles.ps1](./Add-MsOUsersToRoles.ps1)
99

O365/MSOnline/readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Action Pack for Azure Active Directory v1
2-
Use cases to manage groups and users with Azure Active Directory Powershell Module v1
3-
> Note: The use of the scripts requires the Azure Active Directory Powershell Module v1.<br>Requirements: ScriptRunner Version 4.x or higher
1+
# Action Pack for Azure Active Directory v1
2+
Use cases to manage groups and users with Azure Active Directory Powershell Module
3+
> Note: The use of the scripts requires the Azure Active Directory Powershell Module
44
55
## [Manage Groups](./Groups)
66

O365/SharePointOnline/Apps/Get-SPOApp​Errors.ps1

+3-4
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,18 @@
1717
1818
.COMPONENT
1919
Requires Module Microsoft.Online.SharePoint.PowerShell
20-
ScriptRunner Version 4.2.x or higher
2120
2221
.LINK
2322
https://github.com/scriptrunner/ActionPacks/tree/master/O365/SharePointOnline/Apps
2423
2524
.Parameter ProductID
26-
Specifies the application’s GUID
25+
[sr-en] Application’s GUID
2726
2827
.Parameter EndTimeInUtc
29-
Specifies the end time in UTC to search for monitoring errors
28+
[sr-en] End time in UTC to search for monitoring errors
3029
3130
.Parameter StartTimeInUtc
32-
Specifies the start time in UTC to search for monitoring errors
31+
[sr-en] Start time in UTC to search for monitoring errors
3332
#>
3433

3534
param(

O365/SharePointOnline/Apps/Get-SPOApp​Info.ps1

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,15 @@
1818
1919
.COMPONENT
2020
Requires Module Microsoft.Online.SharePoint.PowerShell
21-
ScriptRunner Version 4.2.x or higher
2221
2322
.LINK
2423
https://github.com/scriptrunner/ActionPacks/tree/master/O365/SharePointOnline/Apps
2524
2625
.Parameter Name
27-
Specifies the application’s name
26+
[sr-en] Application’s name
2827
2928
.Parameter ProductID
30-
Specifies the application’s GUID
29+
[sr-en] Application’s GUID
3130
#>
3231

3332
param(

O365/SharePointOnline/Common/Add-SPOGeoAdministrator.ps1

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,15 @@
1717
1818
.COMPONENT
1919
Requires Module Microsoft.Online.SharePoint.PowerShell
20-
ScriptRunner Version 4.2.x or higher
2120
2221
.LINK
2322
https://github.com/scriptrunner/ActionPacks/tree/master/O365/SharePointOnline/Common
2423
2524
.Parameter UserPrincipalName
26-
User principal name
25+
[sr-en] User principal name
2726
2827
.Parameter Group
29-
Name of the group
28+
[sr-en] Name of the group
3029
#>
3130

3231
param(

O365/SharePointOnline/Common/Add-SPOOrg​Assets​Library.ps1

+4-5
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,21 @@
1717
1818
.COMPONENT
1919
Requires Module Microsoft.Online.SharePoint.PowerShell
20-
ScriptRunner Version 4.2.x or higher
2120
2221
.LINK
2322
https://github.com/scriptrunner/ActionPacks/tree/master/O365/SharePointOnline/Common
2423
2524
.Parameter CdnType
26-
Specifies the CDN type
25+
[sr-en] CDN type
2726
2827
.Parameter LibraryUrl
29-
Indicates the absolute URL of the library to be designated as a central location for organization assets
28+
[sr-en] Absolute URL of the library to be designated as a central location for organization assets
3029
3130
.Parameter OrgAssetType
32-
Indicates the type of content in this library
31+
[sr-en] Type of content in this library
3332
3433
.Parameter ThumbnailUrl
35-
Indicates the URL of the background image used when the library is publicly displayed
34+
[sr-en] URL of the background image used when the library is publicly displayed
3635
#>
3736

3837
param(

0 commit comments

Comments
 (0)