Skip to content

Commit bcbf74f

Browse files
Review scripts
1 parent 2b6490d commit bcbf74f

File tree

87 files changed

+454
-482
lines changed

Some content is hidden

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

87 files changed

+454
-482
lines changed

O365/Skype4Business/Teams/Get-SFBTeamsMeetingBroadcastConfiguration.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
#Requires -Modules SkypeOnlineConnector
33

44
<#
@@ -18,13 +18,12 @@
1818
.COMPONENT
1919
Requires Module SkypeOnlineConnector
2020
Requires Library script SFBLibrary.ps1
21-
ScriptRunner Version 4.2.x or higher
2221
2322
.LINK
2423
https://github.com/scriptrunner/ActionPacks/tree/master/O365/Skype4Business/Teams
2524
2625
.Parameter SFBCredential
27-
Credential object containing the Skype for Business user/password
26+
[sr-en] Credential object containing the Skype for Business user/password
2827
#>
2928

3029
param(

O365/Skype4Business/Teams/Get-SFBTeamsMeetingBroadcastPolicy.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
#Requires -Modules SkypeOnlineConnector
33

44
<#
@@ -18,16 +18,15 @@
1818
.COMPONENT
1919
Requires Module SkypeOnlineConnector
2020
Requires Library script SFBLibrary.ps1
21-
ScriptRunner Version 4.2.x or higher
2221
2322
.LINK
2423
https://github.com/scriptrunner/ActionPacks/tree/master/O365/Skype4Business/Teams
2524
2625
.Parameter SFBCredential
27-
Credential object containing the Skype for Business user/password
26+
[sr-en] Credential object containing the Skype for Business user/password
2827
2928
.Parameter Identity
30-
Unique identifier for the policy to be retrieved
29+
[sr-en] Unique identifier for the policy to be retrieved
3130
#>
3231

3332
param(

O365/Skype4Business/Teams/Get-SFBTeamsMeetingConfiguration.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
#Requires -Modules SkypeOnlineConnector
33

44
<#
@@ -18,13 +18,12 @@
1818
.COMPONENT
1919
Requires Module SkypeOnlineConnector
2020
Requires Library script SFBLibrary.ps1
21-
ScriptRunner Version 4.2.x or higher
2221
2322
.LINK
2423
https://github.com/scriptrunner/ActionPacks/tree/master/O365/Skype4Business/Teams
2524
2625
.Parameter SFBCredential
27-
Credential object containing the Skype for Business user/password
26+
[sr-en] Credential object containing the Skype for Business user/password
2827
#>
2928

3029
param(

O365/Skype4Business/Teams/Get-SFBTeamsMeetingPolicy.ps1

+5-6
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 SkypeOnlineConnector
33

44
<#
@@ -18,22 +18,21 @@
1818
.COMPONENT
1919
Requires Module SkypeOnlineConnector
2020
Requires Library script SFBLibrary.ps1
21-
ScriptRunner Version 4.2.x or higher
2221
2322
.LINK
2423
https://github.com/scriptrunner/ActionPacks/tree/master/O365/Skype4Business/Teams
2524
2625
.Parameter SFBCredential
27-
Credential object containing the Skype for Business user/password
26+
[sr-en] Credential object containing the Skype for Business user/password
2827
2928
.Parameter Identity
30-
Unique identifier of the policy to be returned
29+
[sr-en] Unique identifier of the policy to be returned
3130
3231
.Parameter LocalStore
33-
Retrieves the client policy data from the local replica
32+
[sr-en] Retrieves the client policy data from the local replica
3433
3534
.Parameter TenantID
36-
Unique identifier for the tenant
35+
[sr-en] Unique identifier for the tenant
3736
#>
3837

3938
param(

O365/Skype4Business/Teams/Get-SFBTeamsMessagingPolicy.ps1

+5-6
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 SkypeOnlineConnector
33

44
<#
@@ -18,22 +18,21 @@
1818
.COMPONENT
1919
Requires Module SkypeOnlineConnector
2020
Requires Library script SFBLibrary.ps1
21-
ScriptRunner Version 4.2.x or higher
2221
2322
.LINK
2423
https://github.com/scriptrunner/ActionPacks/tree/master/O365/Skype4Business/Teams
2524
2625
.Parameter SFBCredential
27-
Credential object containing the Skype for Business user/password
26+
[sr-en] Credential object containing the Skype for Business user/password
2827
2928
.Parameter Identity
30-
Unique identifier for the policy to be retrieved
29+
[sr-en] Unique identifier for the policy to be retrieved
3130
3231
.Parameter LocalStore
33-
Retrieves the client policy data from the local replica
32+
[sr-en] Retrieves the client policy data from the local replica
3433
3534
.Parameter TenantID
36-
Unique identifier for the tenant
35+
[sr-en] Unique identifier for the tenant
3736
#>
3837

3938
param(

O365/Skype4Business/Teams/Get-SFBTeamsUpgradeConfiguration.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
#Requires -Modules SkypeOnlineConnector
33

44
<#
@@ -18,19 +18,18 @@
1818
.COMPONENT
1919
Requires Module SkypeOnlineConnector
2020
Requires Library script SFBLibrary.ps1
21-
ScriptRunner Version 4.2.x or higher
2221
2322
.LINK
2423
https://github.com/scriptrunner/ActionPacks/tree/master/O365/Skype4Business/Teams
2524
2625
.Parameter SFBCredential
27-
Credential object containing the Skype for Business user/password
26+
[sr-en] Credential object containing the Skype for Business user/password
2827
2928
.Parameter Identity
30-
Unique identity identifier
29+
[sr-en] Unique identity identifier
3130
3231
.Parameter TenantID
33-
Unique identifier for the tenant
32+
[sr-en] Unique identifier for the tenant
3433
#>
3534

3635
param(

O365/Skype4Business/Teams/Get-SFBTeamsUpgradePolicy.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
#Requires -Modules SkypeOnlineConnector
33

44
<#
@@ -18,19 +18,18 @@
1818
.COMPONENT
1919
Requires Module SkypeOnlineConnector
2020
Requires Library script SFBLibrary.ps1
21-
ScriptRunner Version 4.2.x or higher
2221
2322
.LINK
2423
https://github.com/scriptrunner/ActionPacks/tree/master/O365/Skype4Business/Teams
2524
2625
.Parameter SFBCredential
27-
Credential object containing the Skype for Business user/password
26+
[sr-en] Credential object containing the Skype for Business user/password
2827
2928
.Parameter Identity
30-
Unique identity identifier
29+
[sr-en] Unique identity identifier
3130
3231
.Parameter TenantID
33-
Unique identifier for the tenant
32+
[sr-en] Unique identifier for the tenant
3433
#>
3534

3635
param(

O365/Skype4Business/Tenants/Get-SFBTenant.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
#Requires -Modules SkypeOnlineConnector
33

44
<#
@@ -18,19 +18,18 @@
1818
.COMPONENT
1919
Requires Module SkypeOnlineConnector
2020
Requires Library script SFBLibrary.ps1
21-
ScriptRunner Version 4.2.x or higher
2221
2322
.LINK
2423
https://github.com/scriptrunner/ActionPacks/tree/master/O365/Skype4Business/Tenants
2524
2625
.Parameter SFBCredential
27-
Credential object containing the Skype for Business user/password
26+
[sr-en] Credential object containing the Skype for Business user/password
2827
2928
.Parameter TenantID
30-
Unique identifier for the tenant
29+
[sr-en] Unique identifier for the tenant
3130
3231
.Parameter Properties
33-
List of properties to expand. Use * for all properties
32+
[sr-en] List of properties to expand. Use * for all properties
3433
#>
3534

3635
param(

O365/Skype4Business/Tenants/Get-SFBTenantDialPlan.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
#Requires -Modules SkypeOnlineConnector
33

44
<#
@@ -18,16 +18,15 @@
1818
.COMPONENT
1919
Requires Module SkypeOnlineConnector
2020
Requires Library script SFBLibrary.ps1
21-
ScriptRunner Version 4.2.x or higher
2221
2322
.LINK
2423
https://github.com/scriptrunner/ActionPacks/tree/master/O365/Skype4Business/Tenants
2524
2625
.Parameter SFBCredential
27-
Credential object containing the Skype for Business user/password
26+
[sr-en] Credential object containing the Skype for Business user/password
2827
2928
.Parameter TenantID
30-
Unique identifier for the tenant
29+
[sr-en] Unique identifier for the tenant
3130
#>
3231

3332
param(

O365/Skype4Business/Tenants/Get-SFBTenantFederationConfiguration.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
#Requires -Modules SkypeOnlineConnector
33

44
<#
@@ -18,16 +18,15 @@
1818
.COMPONENT
1919
Requires Module SkypeOnlineConnector
2020
Requires Library script SFBLibrary.ps1
21-
ScriptRunner Version 4.2.x or higher
2221
2322
.LINK
2423
https://github.com/scriptrunner/ActionPacks/tree/master/O365/Skype4Business/Tenants
2524
2625
.Parameter SFBCredential
27-
Credential object containing the Skype for Business user/password
26+
[sr-en] Credential object containing the Skype for Business user/password
2827
2928
.Parameter TenantID
30-
Unique identifier for the tenant
29+
[sr-en] Unique identifier for the tenant
3130
#>
3231

3332
param(

O365/Skype4Business/Tenants/Get-SFBTenantHybridConfiguration.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
#Requires -Modules SkypeOnlineConnector
33

44
<#
@@ -18,16 +18,15 @@
1818
.COMPONENT
1919
Requires Module SkypeOnlineConnector
2020
Requires Library script SFBLibrary.ps1
21-
ScriptRunner Version 4.2.x or higher
2221
2322
.LINK
2423
https://github.com/scriptrunner/ActionPacks/tree/master/O365/Skype4Business/Tenants
2524
2625
.Parameter SFBCredential
27-
Credential object containing the Skype for Business user/password
26+
[sr-en] Credential object containing the Skype for Business user/password
2827
2928
.Parameter TenantID
30-
Unique identifier for the tenant
29+
[sr-en] Unique identifier for the tenant
3130
#>
3231

3332
param(

O365/Skype4Business/Tenants/Get-SFBTenantLicensingConfiguration.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
#Requires -Modules SkypeOnlineConnector
33

44
<#
@@ -18,16 +18,15 @@
1818
.COMPONENT
1919
Requires Module SkypeOnlineConnector
2020
Requires Library script SFBLibrary.ps1
21-
ScriptRunner Version 4.2.x or higher
2221
2322
.LINK
2423
https://github.com/scriptrunner/ActionPacks/tree/master/O365/Skype4Business/Tenants
2524
2625
.Parameter SFBCredential
27-
Credential object containing the Skype for Business user/password
26+
[sr-en] Credential object containing the Skype for Business user/password
2827
2928
.Parameter TenantID
30-
Unique identifier for the tenant
29+
[sr-en] Unique identifier for the tenant
3130
#>
3231

3332
param(

O365/Skype4Business/Tenants/Get-SFBTenantMigrationConfiguration.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
#Requires -Modules SkypeOnlineConnector
33

44
<#
@@ -18,16 +18,15 @@
1818
.COMPONENT
1919
Requires Module SkypeOnlineConnector
2020
Requires Library script SFBLibrary.ps1
21-
ScriptRunner Version 4.2.x or higher
2221
2322
.LINK
2423
https://github.com/scriptrunner/ActionPacks/tree/master/O365/Skype4Business/Tenants
2524
2625
.Parameter SFBCredential
27-
Credential object containing the Skype for Business user/password
26+
[sr-en] Credential object containing the Skype for Business user/password
2827
2928
.Parameter TenantID
30-
Unique identifier for the tenant
29+
[sr-en] Unique identifier for the tenant
3130
#>
3231

3332
param(

O365/Skype4Business/Tenants/Get-SFBTenantPublicProvider.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
#Requires -Modules SkypeOnlineConnector
33

44
<#
@@ -18,16 +18,15 @@
1818
.COMPONENT
1919
Requires Module SkypeOnlineConnector
2020
Requires Library script SFBLibrary.ps1
21-
ScriptRunner Version 4.2.x or higher
2221
2322
.LINK
2423
https://github.com/scriptrunner/ActionPacks/tree/master/O365/Skype4Business/Tenants
2524
2625
.Parameter SFBCredential
27-
Credential object containing the Skype for Business user/password
26+
[sr-en] Credential object containing the Skype for Business user/password
2827
2928
.Parameter TenantID
30-
Unique identifier for the tenant
29+
[sr-en] Unique identifier for the tenant
3130
#>
3231

3332
param(

O365/Skype4Business/Tenants/Get-SFBTenantUpdateTimeWindow.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
#Requires -Modules SkypeOnlineConnector
33

44
<#
@@ -18,16 +18,15 @@
1818
.COMPONENT
1919
Requires Module SkypeOnlineConnector
2020
Requires Library script SFBLibrary.ps1
21-
ScriptRunner Version 4.2.x or higher
2221
2322
.LINK
2423
https://github.com/scriptrunner/ActionPacks/tree/master/O365/Skype4Business/Tenants
2524
2625
.Parameter SFBCredential
27-
Credential object containing the Skype for Business user/password
26+
[sr-en] Credential object containing the Skype for Business user/password
2827
2928
.Parameter TenantID
30-
Unique identifier for the tenant
29+
[sr-en] Unique identifier for the tenant
3130
#>
3231

3332
param(

0 commit comments

Comments
 (0)