Skip to content

Commit 992b222

Browse files
committed
Link fixes per build report
1 parent fbb1fd1 commit 992b222

7 files changed

+10
-10
lines changed

teams/teams-ps/teams/New-CsAutoAttendantCallHandlingAssociation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Accept wildcard characters: False
110110
### -ScheduleId
111111
The ScheduleId parameter represents the schedule to be associated with the call flow.
112112
113-
You can create a schedule by using the [`New-CsOnlineSchedule`](https://learn.microsoft.com/powershell/module/teams/new-csonlineschedule) cmdlet. additionally, you can use [`get-csonlineschedule`](get-csonlineschedule) cmdlet to get the schedules configured for your organization.
113+
You can create a schedule by using the [New-CsOnlineSchedule](https://learn.microsoft.com/powershell/module/teams/new-csonlineschedule) cmdlet. additionally, you can use [Get-CsOnlineSchedule](https://learn.microsoft.com/powershell/module/teams/get-csonlineschedule) cmdlet to get the schedules configured for your organization.
114114
115115
```yaml
116116
Type: System.String

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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://learn.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, see [Managing policy packages in Teams](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 specify the policy list, follow this format: "\<PolicyType\>, \<PolicyName\>". Delimiters of ' ', '.', ':', '\t' are also acceptable. Supported policy types are listed [here](https://learn.microsoft.com/powershell/module/teams/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/teams/get-csteamsmeetingpolicy) and [get-csteamsmessagingpolicy](get-csteamsmessagingpolicy).
65+
A list of one or more policies to be added in the package. To specify 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, use the skypeforbusiness module and refer to cmdlets such as [Get-CsTeamsMeetingPolicy](https://learn.microsoft.com/powershell/module/teams/get-csteamsmeetingpolicy) and [Get-CsTeamsMessagingPolicy](https://learn.microsoft.com/powershell/module/teams/get-csteamsmessagingpolicy).
6666
6767
```yaml
6868
Type: String[]

teams/teams-ps/teams/New-CsExternalAccessPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ External access policies can grant (or revoke) the ability of your users to do a
5959
Note that enabling federation alone will not provide users with this capability.
6060
Instead, you must enable federation and then assign users an external access policy that gives them the right to communicate with federated users.
6161

62-
2. (Microsoft Teams only) Communicate with users who are using custom applications built with [Azure Communication Services (ACS)](https://learn.microsoft.com/powershell/module/teams//azure/communication-services/concepts/teams-interop). this policy setting only applies if acs federation has been enabled at the tenant level using the cmdlet [set-csteamsacsfederationconfiguration](set-csteamsacsfederationconfiguration).
62+
2. (Microsoft Teams only) Communicate with users who are using custom applications built with [Azure Communication Services (ACS)](https://learn.microsoft.com/azure/communication-services/concepts/teams-interop). this policy setting only applies if acs federation has been enabled at the tenant level using the cmdlet [Set-CsTeamsAcsFederationConfiguration](https://learn.microsoft.com/powershell/module/teams/set-csteamsacsfederationconfiguration).
6363

6464
3. Access Skype for Business Server over the Internet, without having to first log on to your internal network.
6565
This enables your users to use Skype for Business and log on to Skype for Business Server from an Internet café or other remote location.

teams/teams-ps/teams/New-CsTeamsHiddenMeetingTemplate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ schema: 2.0.0
1111
# New-CsTeamsHiddenMeetingTemplate
1212

1313
## SYNOPSIS
14-
This cmdlet is used to create a `HiddenMeetingTemplate` object for use with the [New-CsTeamsMeetingTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/new-csteamsmeetingtemplatepermissionpolicy) and [set-csteamsmeetingtemplatepermissionpolicy](set-csteamsmeetingtemplatepermissionpolicy) cmdlets.
14+
This cmdlet is used to create a `HiddenMeetingTemplate` object for use with the [New-CsTeamsMeetingTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/new-csteamsmeetingtemplatepermissionpolicy) and [Set-CsTeamsMeetingTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/set-csteamsmeetingtemplatepermissionpolicy) cmdlets.
1515

1616
## SYNTAX
1717

@@ -21,7 +21,7 @@ New-CsTeamsHiddenMeetingTemplate -Id <string> [<CommonParameters>]
2121

2222
## DESCRIPTION
2323

24-
Creates an object that can be supplied as `HiddenMeetingTemplate` to the [New-CsTeamsMeetingTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/new-csteamsmeetingtemplatepermissionpolicy) and [set-csteamsmeetingtemplatepermissionpolicy](set-csteamsmeetingtemplatepermissionpolicy) cmdlets.
24+
Creates an object that can be supplied as `HiddenMeetingTemplate` to the [New-CsTeamsMeetingTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/new-csteamsmeetingtemplatepermissionpolicy) and [Set-CsTeamsMeetingTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/set-csteamsmeetingtemplatepermissionpolicy) cmdlets.
2525

2626
## EXAMPLES
2727

teams/teams-ps/teams/New-CsTeamsHiddenTemplate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ schema: 2.0.0
1313
# New-CsTeamsHiddenTemplate
1414

1515
## SYNOPSIS
16-
This cmdlet is used to create a `HiddenTemplate` object for use with the [New-CsTeamsTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/new-csteamstemplatepermissionpolicy) and [set-csteamstemplatepermissionpolicy](set-csteamstemplatepermissionpolicy) cmdlets.
16+
This cmdlet is used to create a `HiddenTemplate` object for use with the [New-CsTeamsTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/new-csteamstemplatepermissionpolicy) and [Set-CsTeamsTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/set-csteamstemplatepermissionpolicy) cmdlets.
1717

1818
## SYNTAX
1919

@@ -22,7 +22,7 @@ New-CsTeamsHiddenTemplate -Id <String> [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
25-
Creates an object that can be supplied as `HiddenTemplate` to the [New-CsTeamsTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/new-csteamstemplatepermissionpolicy) and [set-csteamstemplatepermissionpolicy](set-csteamstemplatepermissionpolicy) cmdlets.
25+
Creates an object that can be supplied as `HiddenTemplate` to the [New-CsTeamsTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/new-csteamstemplatepermissionpolicy) and [Set-CsTeamsTemplatePermissionPolicy](https://learn.microsoft.com/powershell/module/teams/set-csteamstemplatepermissionpolicy) cmdlets.
2626

2727
## EXAMPLES
2828

teams/teams-ps/teams/New-CsTeamsMeetingTemplatePermissionPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Creates a new instance of the TeamsMeetingTemplatePermissionPolicy.
2020
```
2121

2222
## DESCRIPTION
23-
Creates a new instance of the policy with a name and a list of hidden meeting template IDs. The template IDs passed into the `HiddenMeetingTemplates` object must be valid existing template IDs. The current custom and first-party templates on a tenant can be fetched by [Get-CsTeamsMeetingTemplateConfiguration](https://learn.microsoft.com/powershell/module/teams/get-csteamsmeetingtemplateconfiguration) and [get-csteamsfirstpartymeetingtemplateconfiguration](get-csteamsfirstpartymeetingtemplateconfiguration) respectively.
23+
Creates a new instance of the policy with a name and a list of hidden meeting template IDs. The template IDs passed into the `HiddenMeetingTemplates` object must be valid existing template IDs. The current custom and first-party templates on a tenant can be fetched by [Get-CsTeamsMeetingTemplateConfiguration](https://learn.microsoft.com/powershell/module/teams/get-csteamsmeetingtemplateconfiguration) and [Get-CsTeamsFirstPartyMeetingTemplateConfiguration](https://learn.microsoft.com/powershell/module/teams/get-csteamsfirstpartymeetingtemplateconfiguration) respectively.
2424

2525
## EXAMPLES
2626

teams/teams-ps/teams/New-CsTenantDialPlan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Accept wildcard characters: False
102102
103103
### -NormalizationRules
104104
The NormalizationRules parameter is a list of normalization rules that are applied to this dial plan.
105-
Although this list and these rules can be created directly by using this cmdlet, we recommend that you create the normalization rules by the [New-CsVoiceNormalizationRule](https://learn.microsoft.com/powershell/module/teams/new-csvoicenormalizationrule) cmdlet, which creates the rule and then assign it to the specified tenant dial plan using [set-cstenantdialplan](set-cstenantdialplan) cmdlet.
105+
Although this list and these rules can be created directly by using this cmdlet, we recommend that you create the normalization rules by the [New-CsVoiceNormalizationRule](https://learn.microsoft.com/powershell/module/teams/new-csvoicenormalizationrule) cmdlet, which creates the rule and then assign it to the specified tenant dial plan using [Set-CsTenantDialPlan](https://learn.microsoft.com/powershell/module/teams/set-cstenantdialplan) cmdlet.
106106
107107
Each time a new tenant dial plan is created, a new voice normalization rule with default settings is also created for that site, service, or per-user tenant dial plan.
108108
By default, the Identity of the new voice normalization rule is the tenant dial plan Identity followed by a slash and then followed by the name Prefix All.

0 commit comments

Comments
 (0)