Skip to content

Commit 4b3fc58

Browse files
authored
Merge branch 'master' into patch-43
2 parents 583f192 + 9831932 commit 4b3fc58

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

teams/teams-ps/teams/Get-TeamPolicyPackage.md renamed to teams/teams-ps/teams/Get-CsPolicyPackage.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftTeams
44
applicable: Microsoft Teams
5-
title: Get-TeamPolicyPackage
5+
title: Get-CsPolicyPackage
66
author: etgottli
77
ms.author: etgottli
88
ms.reviewer: icchan
@@ -11,7 +11,7 @@ online version:
1111
schema: 2.0.0
1212
---
1313

14-
# Get-TeamPolicyPackage
14+
# Get-CsPolicyPackage
1515

1616
## SYNOPSIS
1717

@@ -20,7 +20,7 @@ This cmdlet supports retrieving all the policy packages available on a tenant.
2020
## SYNTAX
2121

2222
```
23-
Get-TeamPolicyPackage [[-Identity] <String>] [<CommonParameters>]
23+
Get-CsPolicyPackage [[-Identity] <String>] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
@@ -32,14 +32,14 @@ For more information on policy packages, please review https://docs.microsoft.co
3232

3333
### Example 1
3434
```powershell
35-
PS C:\> Get-TeamPolicyPackage
35+
PS C:\> Get-CsPolicyPackage
3636
```
3737

3838
Returns all policy packages available on the tenant.
3939

4040
### Example 2
4141
```powershell
42-
PS C:\> Get-TeamPolicyPackage -Identity Education_PrimaryStudent
42+
PS C:\> Get-CsPolicyPackage -Identity Education_PrimaryStudent
4343
```
4444

4545
Returns the definition of the Education_PrimaryStudent policy package, including the policies applied with the package.
@@ -48,7 +48,7 @@ Returns the definition of the Education_PrimaryStudent policy package, including
4848

4949
### -Identity
5050

51-
The name of a specific policy package. All possible policy package names can be found by running Get-TeamPolicyPackage.
51+
The name of a specific policy package. All possible policy package names can be found by running Get-CsPolicyPackage.
5252

5353
```yaml
5454
Type: String
@@ -73,8 +73,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7373
7474
## RELATED LINKS
7575
76-
[Get-TeamUserPolicyPackageRecommendation](Get-TeamUserPolicyPackageRecommendation.md)
76+
[Get-CsUserPolicyPackageRecommendation](Get-CsUserPolicyPackageRecommendation.md)
7777
78-
[Get-TeamUserPolicyPackage](Get-TeamUserPolicyPackage.md)
78+
[Get-CsUserPolicyPackage](Get-CsUserPolicyPackage.md)
7979
80-
[Grant-TeamUserPolicyPackage](Grant-TeamUserPolicyPackage.md)
80+
[Grant-CsUserPolicyPackage](Grant-CsUserPolicyPackage.md)

teams/teams-ps/teams/Get-TeamUserPolicyPackage.md renamed to teams/teams-ps/teams/Get-CsUserPolicyPackage.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftTeams
44
applicable: Microsoft Teams
5-
title: Get-TeamUserPolicyPackage
5+
title: Get-CsUserPolicyPackage
66
author: icchan
77
ms.author: icchan
88
ms.reviewer: etgottli
@@ -11,7 +11,7 @@ online version:
1111
schema: 2.0.0
1212
---
1313

14-
# Get-TeamUserPolicyPackage
14+
# Get-CsUserPolicyPackage
1515

1616
## SYNOPSIS
1717

@@ -20,7 +20,7 @@ This cmdlet supports retrieving the policy package that's assigned to a user.
2020
## SYNTAX
2121

2222
```
23-
Get-TeamUserPolicyPackage [-Identity] <String> [<CommonParameters>]
23+
Get-CsUserPolicyPackage [-Identity] <String> [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
@@ -32,7 +32,7 @@ For more information on policy packages, please review https://docs.microsoft.co
3232

3333
### Example 1
3434
```powershell
35-
PS C:\> Get-TeamUserPolicyPackage -Identity [email protected]
35+
PS C:\> Get-CsUserPolicyPackage -Identity [email protected]
3636
```
3737

3838
Returns the policy package that's assigned to [email protected].
@@ -66,8 +66,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6666
6767
## RELATED LINKS
6868
69-
[Get-TeamPolicyPackage](Get-TeamPolicyPackage.md)
69+
[Get-CsPolicyPackage](Get-CsPolicyPackage.md)
7070
71-
[Get-TeamUserPolicyPackageRecommendation](Get-TeamUserPolicyPackageRecommendation.md)
71+
[Get-CsUserPolicyPackageRecommendation](Get-CsUserPolicyPackageRecommendation.md)
7272
73-
[Grant-TeamUserPolicyPackage](Grant-TeamUserPolicyPackage.md)
73+
[Grant-CsUserPolicyPackage](Grant-CsUserPolicyPackage.md)

teams/teams-ps/teams/Get-TeamUserPolicyPackageRecommendation.md renamed to teams/teams-ps/teams/Get-CsUserPolicyPackageRecommendation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftTeams
44
applicable: Microsoft Teams
5-
title: Get-TeamUserPolicyPackageRecommendation
5+
title: Get-CsUserPolicyPackageRecommendation
66
author: etgottli
77
ms.author: etgottli
88
ms.reviewer: icchan
@@ -11,7 +11,7 @@ online version:
1111
schema: 2.0.0
1212
---
1313

14-
# Get-TeamUserPolicyPackageRecommendation
14+
# Get-CsUserPolicyPackageRecommendation
1515

1616
## SYNOPSIS
1717

@@ -20,7 +20,7 @@ This cmdlet supports retrieving recommendations for which policy packages are be
2020
## SYNTAX
2121

2222
```
23-
Get-TeamUserPolicyPackageRecommendation [-Identity] <String> [<CommonParameters>]
23+
Get-CsUserPolicyPackageRecommendation [-Identity] <String> [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
@@ -32,7 +32,7 @@ For more information on policy packages, please review https://docs.microsoft.co
3232

3333
### Example 1
3434
```powershell
35-
PS C:\> Get-TeamUserPolicyPackageRecommendation -Identity [email protected]
35+
PS C:\> Get-CsUserPolicyPackageRecommendation -Identity [email protected]
3636
```
3737

3838
Returns recommendations for which policy packages are best suited for [email protected]. The recommendation value per package can either be none, weak, or strong based on how confident the existing signals (e.g. license type) imply a user role.
@@ -66,8 +66,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6666
6767
## RELATED LINKS
6868
69-
[Get-TeamPolicyPackage](Get-TeamPolicyPackage.md)
69+
[Get-CsPolicyPackage](Get-CsPolicyPackage.md)
7070
71-
[Get-TeamUserPolicyPackage](Get-TeamUserPolicyPackage.md)
71+
[Get-CsUserPolicyPackage](Get-CsUserPolicyPackage.md)
7272
73-
[Grant-TeamUserPolicyPackage](Grant-TeamUserPolicyPackage.md)
73+
[Grant-CsUserPolicyPackage](Grant-CsUserPolicyPackage.md)

teams/teams-ps/teams/Grant-TeamUserPolicyPackage.md renamed to teams/teams-ps/teams/Grant-CsUserPolicyPackage.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftTeams
44
applicable: Microsoft Teams
5-
title: Grant-TeamUserPolicyPackage
5+
title: Grant-CsUserPolicyPackage
66
author: etgottli
77
ms.author: etgottli
88
ms.reviewer: icchan
@@ -11,7 +11,7 @@ online version:
1111
schema: 2.0.0
1212
---
1313

14-
# Grant-TeamUserPolicyPackage
14+
# Grant-CsUserPolicyPackage
1515

1616
## SYNOPSIS
1717

@@ -20,19 +20,19 @@ This cmdlet supports applying a policy package to users in a tenant.
2020
## SYNTAX
2121

2222
```
23-
Grant-TeamUserPolicyPackage [-Identity] <String[]> [-PackageName] <String> [<CommonParameters>]
23+
Grant-CsUserPolicyPackage [-Identity] <String[]> [-PackageName] <String> [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
2727

28-
This cmdlet supports applying a policy package to users in a tenant. Provide one or more user identities to assign the package with all the associated policies. The available policy packages and their definitions can be found by running Get-TeamPolicyPackage. The recommended policy package for each user can be found by running Get-TeamUserPolicyPackageRecommendation.
28+
This cmdlet supports applying a policy package to users in a tenant. Provide one or more user identities to assign the package with all the associated policies. The available policy packages and their definitions can be found by running Get-CsPolicyPackage. The recommended policy package for each user can be found by running Get-CsUserPolicyPackageRecommendation.
2929
For more information on policy packages, please review https://docs.microsoft.com/en-us/MicrosoftTeams/manage-policy-packages
3030

3131
## EXAMPLES
3232

3333
### Example 1
3434
```powershell
35-
PS C:\> Grant-TeamUserPolicyPackage -Identity 1bc0b35f-095a-4a37-a24c-c4b6049816ab,[email protected] -PackageName Education_PrimaryStudent
35+
PS C:\> Grant-CsUserPolicyPackage -Identity 1bc0b35f-095a-4a37-a24c-c4b6049816ab,[email protected] -PackageName Education_PrimaryStudent
3636
```
3737

3838
Applies the Education_PrimaryStudent policy package to two users in the tenant.
@@ -57,7 +57,7 @@ Accept wildcard characters: False
5757
5858
### -PackageName
5959
60-
The name of a specific policy package to apply. All possible policy package names can be found by running Get-TeamPolicyPackage.
60+
The name of a specific policy package to apply. All possible policy package names can be found by running Get-CsPolicyPackage.
6161
6262
```yaml
6363
Type: String
@@ -82,8 +82,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8282
8383
## RELATED LINKS
8484
85-
[Get-TeamPolicyPackage](Get-TeamPolicyPackage.md)
85+
[Get-CsPolicyPackage](Get-CsPolicyPackage.md)
8686
87-
[Get-TeamUserPolicyPackageRecommendation](Get-TeamUserPolicyPackageRecommendation.md)
87+
[Get-CsUserPolicyPackageRecommendation](Get-CsUserPolicyPackageRecommendation.md)
8888
89-
[Get-TeamUserPolicyPackage](Get-TeamUserPolicyPackage.md)
89+
[Get-CsUserPolicyPackage](Get-CsUserPolicyPackage.md)

0 commit comments

Comments
 (0)