Skip to content

Commit da3f824

Browse files
committed
[BULK UPDATE] DocuTune - Rebranding links
1 parent 3355a24 commit da3f824

File tree

83 files changed

+124
-142
lines changed

Some content is hidden

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

83 files changed

+124
-142
lines changed

teams/teams-ps/teams/Get-TeamTargetingHierarchyStatus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftTeams
4-
online version: https://docs.microsoft.com/powershell/module/teams/get-teamtargetinghierarchystatus
4+
online version: https://learn.microsoft.com/powershell/module/teams/get-teamtargetinghierarchystatus
55
schema: 2.0.0
66
author: serdarsoysal
77
ms.author: serdars
@@ -11,7 +11,7 @@ ms.reviewer:
1111

1212
## SYNOPSIS
1313

14-
Get the status of a hierarchy upload (see [Set-TeamTargetingHierarchy](https://docs.microsoft.com/powershell/module/teams/set-teamtargetinghierarchy))
14+
Get the status of a hierarchy upload (see [Set-TeamTargetingHierarchy](https://learn.microsoft.com/powershell/module/teams/set-teamtargetinghierarchy))
1515

1616
## SYNTAX
1717

@@ -86,4 +86,4 @@ For more information, see about_CommonParameters (https://go.microsoft.com/fwlin
8686
8787
## RELATED LINKS
8888
89-
[Set-TeamTargetingHierarchy](https://docs.microsoft.com/powershell/module/teams/set-teamtargetinghierarchy)
89+
[Set-TeamTargetingHierarchy](https://learn.microsoft.com/powershell/module/teams/set-teamtargetinghierarchy)

teams/teams-ps/teams/Get-TeamUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftTeams
4-
online version: https://docs.microsoft.com/powershell/module/teams/get-teamuser
4+
online version: https://learn.microsoft.com/powershell/module/teams/get-teamuser
55
schema: 2.0.0
66
author: serdarsoysal
77
ms.author: serdars

teams/teams-ps/teams/Get-TeamsApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: joeyglocke
66
ms.author: joglocke
77
ms.reviewer: ken.withee
88
manager: islubin
9-
online version: https://docs.microsoft.com/powershell/module/teams/get-teamsapp
9+
online version: https://learn.microsoft.com/powershell/module/teams/get-teamsapp
1010
schema: 2.0.0
1111
---
1212

teams/teams-ps/teams/Get-TeamsAppInstallation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftTeams
4-
online version: https://docs.microsoft.com/powershell/module/teams/get-teamsappinstallation
4+
online version: https://learn.microsoft.com/powershell/module/teams/get-teamsappinstallation
55
schema: 2.0.0
66
author: serdarsoysal
77
ms.author: serdars
@@ -28,7 +28,7 @@ Get-TeamsAppInstallation -UserId <String> [-AppInstallationId <String>] [-AppId
2828
## DESCRIPTION
2929
Get a Teams App installed in Microsoft Teams.
3030

31-
Note: This cmdlet is part of the Public Preview version of Teams PowerShell Module, for more information see [Install Teams PowerShell public preview](https://docs.microsoft.com/microsoftteams/teams-powershell-install#install-teams-powershell-public-preview) and also see [Microsoft Teams PowerShell Release Notes](https://docs.microsoft.com/microsoftteams/teams-powershell-release-notes).
31+
Note: This cmdlet is part of the Public Preview version of Teams PowerShell Module, for more information see [Install Teams PowerShell public preview](https://learn.microsoft.com/microsoftteams/teams-powershell-install#install-teams-powershell-public-preview) and also see [Microsoft Teams PowerShell Release Notes](https://learn.microsoft.com/microsoftteams/teams-powershell-release-notes).
3232

3333
## EXAMPLES
3434

teams/teams-ps/teams/Grant-CsGroupPolicyPackageAssignment.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Grant-CsGroupPolicyPackageAssignment
55
author: serdarsoysal
66
ms.author: serdars
77
manager: dasosby
8-
online version: https://docs.microsoft.com/powershell/module/teams/grant-csgrouppolicypackageassignment
8+
online version: https://learn.microsoft.com/powershell/module/teams/grant-csgrouppolicypackageassignment
99
schema: 2.0.0
1010
---
1111

@@ -23,14 +23,14 @@ Grant-CsGroupPolicyPackageAssignment -GroupId <String> -PackageName <String> [-P
2323

2424
## DESCRIPTION
2525

26-
This cmdlet assigns a policy package to a group in a tenant. The available policy packages and their definitions can be found by running Get-CsPolicyPackage. For more information on policy packages, please review [Manage policy packages in Microsoft Teams](https://docs.microsoft.com/MicrosoftTeams/manage-policy-packages).
26+
This cmdlet assigns a policy package to a group in a tenant. The available policy packages and their definitions can be found by running Get-CsPolicyPackage. For more information on policy packages, please review [Manage policy packages in Microsoft Teams](https://learn.microsoft.com/MicrosoftTeams/manage-policy-packages).
2727

2828
Policy rankings can be optionally specified for each policy type in the package to determine which policies will be assigned to the user in case they belong to two or more groups. If policy rankings for a policy type is not specified, one of two things can happen:
2929

3030
- If the policy type was previously assigned to the group, the ranking for the policy type will not change.
3131
- If the policy type was not previously assigned to the group, the ranking for the policy type will be ranked last.
3232

33-
Finally, if a user was directly assigned a package, direct assignment takes precedence over group assignment. For more information on policy rankings and group policy assignments, please review [the description section under New-CsGroupPolicyAssignment](https://docs.microsoft.com/powershell/module/teams/new-csgrouppolicyassignment#description).
33+
Finally, if a user was directly assigned a package, direct assignment takes precedence over group assignment. For more information on policy rankings and group policy assignments, please review [the description section under New-CsGroupPolicyAssignment](https://learn.microsoft.com/powershell/module/teams/new-csgrouppolicyassignment#description).
3434

3535
## EXAMPLES
3636

@@ -84,7 +84,7 @@ Accept wildcard characters: False
8484
8585
### -PolicyRankings
8686
87-
The policy rankings for each of the policy types in the package. To specify the policy rankings, follow this format: "\<PolicyType\>, \<PolicyRank\>". Delimiters of ' ', '.', ':', '\t' are also acceptable. Supported policy types are listed [here](https://docs.microsoft.com/MicrosoftTeams/manage-policy-packages#what-is-a-policy-package). Policy rank must be a number greater than or equal to 1.
87+
The policy rankings for each of the policy types in the package. To specify the policy rankings, follow this format: "\<PolicyType\>, \<PolicyRank\>". Delimiters of ' ', '.', ':', '\t' are also acceptable. Supported policy types are listed [here](https://learn.microsoft.com/MicrosoftTeams/manage-policy-packages#what-is-a-policy-package). Policy rank must be a number greater than or equal to 1.
8888
8989
```yaml
9090
Type: String[]
@@ -109,6 +109,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
109109
110110
## RELATED LINKS
111111
112-
[Get-CsPolicyPackage](https://docs.microsoft.com/powershell/module/teams/get-cspolicypackage)
112+
[Get-CsPolicyPackage](https://learn.microsoft.com/powershell/module/teams/get-cspolicypackage)
113113
114-
[New-CsGroupPolicyAssignment](https://docs.microsoft.com/powershell/module/teams/new-csgrouppolicyassignment)
114+
[New-CsGroupPolicyAssignment](https://learn.microsoft.com/powershell/module/teams/new-csgrouppolicyassignment)

teams/teams-ps/teams/Grant-CsTeamsEnhancedEncryptionPolicy.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftTeams
4-
online version: https://docs.microsoft.com/powershell/module/teams/grant-csteamsenhancedencryptionpolicy
4+
online version: https://learn.microsoft.com/powershell/module/teams/grant-csteamsenhancedencryptionpolicy
55
title: Grant-CsTeamsEnhancedEncryptionPolicy
66
author: xinawang
77
ms.author: xinawang
@@ -161,6 +161,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
161161
[Set-CsTeamsEnhancedEncryptionPolicy](Set-CsTeamsEnhancedEncryptionPolicy.md)
162162
163163
[Remove-CsTeamsEnhancedEncryptionPolicy](Remove-CsTeamsEnhancedEncryptionPolicy.md)
164-
165-
166-

teams/teams-ps/teams/Grant-CsTeamsMediaLoggingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftTeams
4-
online version: https://docs.microsoft.com/powershell/module/teams/grant-csteamsmedialoggingpolicy
4+
online version: https://learn.microsoft.com/powershell/module/teams/grant-csteamsmedialoggingpolicy
55
applicable: Microsoft Teams, Skype for Business Online
66
title: Grant-CsTeamsMediaLoggingPolicy
77
author: LeoKuhorev

teams/teams-ps/teams/Grant-CsTeamsShiftsPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
33
Module Name: MicrosoftTeams
4-
online version: https://docs.microsoft.com/powershell/module/teams/grant-teamsshiftspolicy
4+
online version: https://learn.microsoft.com/powershell/module/teams/grant-teamsshiftspolicy
55
schema: 2.0.0
66
---
77

teams/teams-ps/teams/Grant-CsTeamsVoiceApplicationsPolicy.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: MicrosoftTeams-help.xml
33
Module Name: MicrosoftTeams
4-
online version: https://docs.microsoft.com/en-us/powershell/module/skype/grant-csteamsvoiceapplicationspolicy
4+
online version: https://learn.microsoft.com/powershell/module/skype/grant-csteamsvoiceapplicationspolicy
55
schema: 2.0.0
66
---
77

@@ -151,4 +151,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
151151
[Remove-CsTeamsVoiceApplicationsPolicy](Remove-CsTeamsVoiceApplicationsPolicy.md)
152152
153153
[New-CsTeamsVoiceApplicationsPolicy](New-CsTeamsVoiceApplicationsPolicy.md)
154-

teams/teams-ps/teams/Grant-CsUserPolicyPackage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Grant-CsUserPolicyPackage
55
author: serdarsoysal
66
ms.author: serdars
77
manager: amitar
8-
online version: https://docs.microsoft.com/powershell/module/teams/grant-csuserpolicypackage
8+
online version: https://learn.microsoft.com/powershell/module/teams/grant-csuserpolicypackage
99
schema: 2.0.0
1010
---
1111

@@ -24,7 +24,7 @@ Grant-CsUserPolicyPackage [-Identity] <String[]> [-PackageName] <String> [<Commo
2424
## DESCRIPTION
2525

2626
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.
27-
For more information on policy packages, please review https://docs.microsoft.com/MicrosoftTeams/manage-policy-packages.
27+
For more information on policy packages, please review https://learn.microsoft.com/MicrosoftTeams/manage-policy-packages.
2828

2929
## EXAMPLES
3030

0 commit comments

Comments
 (0)