Skip to content

Commit c3296fc

Browse files
authored
Merge pull request MicrosoftDocs#9952 from alexbuckgit/alexbuckgit/docutune-autopr-docs-link-absolute-20220922-141922-7468699
[BULK UPDATE] DocuTune - Rebranding links (part 10)
2 parents 6e7ee22 + da3f824 commit c3296fc

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

teams/teams-ps/teams/New-CsBatchPolicyAssignmentOperation.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/new-csbatchpolicyassignmentoperation
4+
online version: https://learn.microsoft.com/powershell/module/teams/new-csbatchpolicyassignmentoperation
55
schema: 2.0.0
66
author: tomkau
77
ms.author: tomkau

teams/teams-ps/teams/New-CsBatchPolicyPackageAssignmentOperation.md

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

@@ -22,7 +22,7 @@ New-CsBatchPolicyPackageAssignmentOperation -Identity <String[]> -PackageName <S
2222

2323
## DESCRIPTION
2424

25-
This cmdlet submits an operation that applies a policy package to a batch of 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. For more information on policy packages, please review https://docs.microsoft.com/MicrosoftTeams/manage-policy-packages.
25+
This cmdlet submits an operation that applies a policy package to a batch of 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. For more information on policy packages, please review https://learn.microsoft.com/MicrosoftTeams/manage-policy-packages.
2626

2727
## EXAMPLES
2828

@@ -82,4 +82,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8282
8383
[Get-CsUserPolicyPackageRecommendation](Get-CsUserPolicyPackageRecommendation.md)
8484
85-
[Get-CsUserPolicyPackage](Get-CsUserPolicyPackage.md)
85+
[Get-CsUserPolicyPackage](Get-CsUserPolicyPackage.md)

teams/teams-ps/teams/New-CsBatchTeamsDeployment.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/new-csbatchteamsdeployment
4+
online version: https://learn.microsoft.com/powershell/module/teams/new-csbatchteamsdeployment
55
schema: 2.0.0
66
---
77

teams/teams-ps/teams/New-CsCloudCallDataConnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ external help file: MicrosoftTeams-help.xml
33
Module Name: microsoftteams
44
applicable: Microsoft Teams
55
title: New-CsCloudCallDataConnection
6-
online version: https://docs.microsoft.com/powershell/module/teams/new-cscloudcalldataconnection
6+
online version: https://learn.microsoft.com/powershell/module/teams/new-cscloudcalldataconnection
77
schema: 2.0.0
88
author: 2012ucp1544
99
ms.author: uditagrawal

teams/teams-ps/teams/New-CsCustomPolicyPackage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: New-CsCustomPolicyPackage
55
author: sunguchuan
66
ms.author: gucsun
77
manager: dasosby
8-
online version: https://docs.microsoft.com/powershell/module/teams/new-cscustompolicypackage
8+
online version: https://learn.microsoft.com/powershell/module/teams/new-cscustompolicypackage
99
schema: 2.0.0
1010
---
1111

@@ -25,7 +25,7 @@ New-CsCustomPolicyPackage -Identity <String> -PolicyList <String[]> [-Descriptio
2525

2626
## DESCRIPTION
2727

28-
This cmdlet creates a custom policy package. It allows the admin to create their own policy packages for the tenant. For more information on policy packages and the policy types available, please review https://docs.microsoft.com/MicrosoftTeams/manage-policy-packages.
28+
This cmdlet creates a custom policy package. It allows the admin to create their own policy packages for the tenant. For more information on policy packages and the policy types available, please review https://learn.microsoft.com/MicrosoftTeams/manage-policy-packages.
2929

3030
## EXAMPLES
3131

@@ -62,7 +62,7 @@ Accept wildcard characters: False
6262
6363
### -PolicyList
6464
65-
A list of one or more policies to be added in the package. To specifiy the policy list, follow this format: "\<PolicyType\>, \<PolicyName\>". 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). To get the list of available policy names on your tenant, please use the SkypeForBusiness module and refer to cmdlets such as [Get-CsTeamsMeetingPolicy](https://docs.microsoft.com/powershell/module/skype/get-csteamsmeetingpolicy?view=skype-ps) and [Get-CsTeamsMessagingPolicy](https://docs.microsoft.com/powershell/module/skype/get-csteamsmessagingpolicy?view=skype-ps).
65+
A list of one or more policies to be added in the package. To specifiy the policy list, follow this format: "\<PolicyType\>, \<PolicyName\>". 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). To get the list of available policy names on your tenant, please use the SkypeForBusiness module and refer to cmdlets such as [Get-CsTeamsMeetingPolicy](https://learn.microsoft.com/powershell/module/skype/get-csteamsmeetingpolicy?view=skype-ps) and [Get-CsTeamsMessagingPolicy](https://learn.microsoft.com/powershell/module/skype/get-csteamsmessagingpolicy?view=skype-ps).
6666
6767
```yaml
6868
Type: String[]

teams/teams-ps/teams/New-CsGroupPolicyAssignment.md

Lines changed: 1 addition & 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/new-csgrouppolicyassignment
4+
online version: https://learn.microsoft.com/powershell/module/teams/new-csgrouppolicyassignment
55
schema: 2.0.0
66
author: tomkau
77
ms.author: tomkau
@@ -231,4 +231,3 @@ For more information, see [About CommonParameters](https://go.microsoft.com/fwli
231231
[Set-CsGroupPolicyAssignment](Set-CsGroupPolicyAssignment.md)
232232
233233
[Remove-CsGroupPolicyAssignment](Remove-CsGroupPolicyAssignment.md)
234-

teams/teams-ps/teams/New-CsHybridTelephoneNumber.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.Open.Teams.CommonLibrary.dll-Help.xml
33
Module Name: MicrosoftTeams
4-
online version: https://docs.microsoft.com/powershell/module/teams/new-cshybridtelephonenumber
4+
online version: https://learn.microsoft.com/powershell/module/teams/new-cshybridtelephonenumber
55
applicable: Microsoft Teams
66
author: jenstrier
77
ms.author: jenstr

teams/teams-ps/teams/New-CsOnlineTelephoneNumberOrder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
3-
online version: https://docs.microsoft.com/powershell/module/teams/new-csonlinetelephonenumberorder
3+
online version: https://learn.microsoft.com/powershell/module/teams/new-csonlinetelephonenumberorder
44
Module Name: MicrosoftTeams
55
title: New-CsOnlineTelephoneNumberOrder
66
schema: 2.0.0

teams/teams-ps/teams/New-CsTeamTemplate.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Teams.ConfigAPI.Cmdlets-help.xml
33
Module Name: Microsoft.Teams.ConfigAPI.Cmdlets
4-
online version: https://docs.microsoft.com/powershell/module/teams/new-csteamtemplate
4+
online version: https://learn.microsoft.com/powershell/module/teams/new-csteamtemplate
55
title: New-CsTeamTemplate
66
author: serdarsoysal
77
ms.author: serdars
@@ -801,8 +801,8 @@ MESSAGINGSETTING \<ITeamMessagingSettings\>: Governs use of messaging features w
801801

802802
## RELATED LINKS
803803

804-
- [Get-CsTeamTemplateList](https://docs.microsoft.com/powershell/module/teams/get-csteamtemplatelist)
805-
- [Get-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/get-csteamtemplate)
806-
- [New-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/new-csteamtemplate)
807-
- [Update-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/update-csteamtemplate)
808-
- [Remove-CsTeamTemplate](https://docs.microsoft.com/powershell/module/teams/remove-csteamtemplate)
804+
- [Get-CsTeamTemplateList](https://learn.microsoft.com/powershell/module/teams/get-csteamtemplatelist)
805+
- [Get-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/get-csteamtemplate)
806+
- [New-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/new-csteamtemplate)
807+
- [Update-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/update-csteamtemplate)
808+
- [Remove-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/remove-csteamtemplate)

teams/teams-ps/teams/New-CsTeamsEnhancedEncryptionPolicy.md

Lines changed: 1 addition & 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/new-csteamsenhancedencryptionpolicy
4+
online version: https://learn.microsoft.com/powershell/module/teams/new-csteamsenhancedencryptionpolicy
55
title: New-CsTeamsEnhancedEncryptionPolicy
66
author: xinawang
77
ms.author: xinawang
@@ -174,4 +174,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
174174
[Remove-CsTeamsEnhancedEncryptionPolicy](Remove-CsTeamsEnhancedEncryptionPolicy.md)
175175
176176
[Grant-CsTeamsEnhancedEncryptionPolicy](Grant-CsTeamsEnhancedEncryptionPolicy.md)
177-

teams/teams-ps/teams/New-CsTeamsShiftsConnectionBatchTeamMap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: New-CsTeamsShiftsConnectionBatchTeamMap
55
author: gucsun
66
ms.author: gucsun
77
manager: navinth
8-
online version: https://docs.microsoft.com/powershell/module/teams/new-csteamsshiftsconnectionbatchteammap
8+
online version: https://learn.microsoft.com/powershell/module/teams/new-csteamsshiftsconnectionbatchteammap
99
schema: 2.0.0
1010
---
1111

teams/teams-ps/teams/New-CsTeamsShiftsConnectionInstance.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: New-CsTeamsShiftsConnectionInstance
55
author: lespina
66
ms.author: lespina
77
manager: valk
8-
online version: https://docs.microsoft.com/powershell/module/teams/new-csteamsshiftsconnectioninstance
8+
online version: https://learn.microsoft.com/powershell/module/teams/new-csteamsshiftsconnectioninstance
99
schema: 2.0.0
1010
---
1111

@@ -409,4 +409,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
409409
[Get-CsTeamsShiftsConnectionConnector](Get-CsTeamsShiftsConnectionConnector.md)
410410
411411
[Test-CsTeamsShiftsConnectionValidate](Test-CsTeamsShiftsConnectionValidate.md)
412-

teams/teams-ps/teams/New-CsTeamsShiftsConnectionTeamMap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: New-CsTeamsShiftsConnectionTeamMap
55
author: gucsun
66
ms.author: gucsun
77
manager: navinth
8-
online version: https://docs.microsoft.com/powershell/module/teams/new-csteamsshiftsconnectionteammap
8+
online version: https://learn.microsoft.com/powershell/module/teams/new-csteamsshiftsconnectionteammap
99
schema: 2.0.0
1010
---
1111

0 commit comments

Comments
 (0)