Skip to content

Commit c8eaf05

Browse files
committed
Fixes per build report
1 parent d56334b commit c8eaf05

File tree

59 files changed

+116
-24
lines changed

Some content is hidden

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

59 files changed

+116
-24
lines changed

.openpublishing.redirection.teams.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3014,6 +3014,11 @@
30143014
"source_path": "teams/virtual-folder/teams/index.md",
30153015
"redirect_url": "/powershell/module/microsoftteams/",
30163016
"redirect_document_id": true
3017+
},
3018+
{
3019+
"source_path": "teams/virtual-folder/MicrosoftTeams/set-csgrouppolicyassignment.md",
3020+
"redirect_url": "/powershell/module/microsoftteams/",
3021+
"redirect_document_id": false
30173022
}
30183023
]
30193024
}

exchange/docs-conceptual/exchange-online-powershell-v2.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,13 +228,15 @@ The module is supported in the following versions of macOS:
228228
- **macOS 13 Ventura or later**:
229229

230230
|Module version|PowerShell version|
231-
|3.5.0 or later|7.4.0|
231+
|---|---|
232+
|3.5.0 or later|7.4.0 or later|
232233

233234
PowerShell 7.4.0 is the minimum supported version of PowerShell 7 in macOS 13 or later. Module versions 3.0.0 to 3.4.0 are also supported.
234235

235236
- **macOS 12 Monterey** and **mac OS 11 Big Sur**:
236237

237238
|Module version|PowerShell version|
239+
|---|---|
238240
|3.5.0 or later|7.4.x|
239241
|3.0.0 to 3.4.0|7.2.0 to 7.3.7 (or later)|
240242
|2.0.4 and 2.0.5|7.0.3 to 7.1.5 (or later)|
@@ -294,7 +296,7 @@ The module is officially supported in the following distributions of Linux:
294296

295297
|Module version|PowerShell version|
296298
|---|---|
297-
|3.5.0 or later|7.4.x or later|
299+
|3.5.0 or later|7.4.0 or later|
298300
|3.0.0 to 3.4.0|7.2.0 to 7.3.7 (or later)|
299301

300302
- **Ubuntu 20.04 LTS**

skype/skype-ps/SkypeForBusiness/Get-CsExternalUserCommunicationPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
152152
## NOTES
153153
154154
## RELATED LINKS
155-
[New-CsExternalUserCommunicationPolicy](https://learn.microsoft.com/powershell/module/skypeforbusiness/new-csexternalusercommunicationpolicy?view=skype-ps)
155+
[New-CsExternalUserCommunicationPolicy](https://learn.microsoft.com/powershell/module/skypeforbusiness/new-csexternalusercommunicationpolicy)
156156
157-
[Set-CsExternalUserCommunicationPolicy](https://learn.microsoft.com/powershell/module/skypeforbusiness/set-csexternalusercommunicationpolicy?view=skype-ps)
157+
[Set-CsExternalUserCommunicationPolicy](https://learn.microsoft.com/powershell/module/skypeforbusiness/set-csexternalusercommunicationpolicy)
158158
159-
[Remove-CsExternalUserCommunicationPolicy](https://learn.microsoft.com/powershell/module/skypeforbusiness/remove-csexternalusercommunicationpolicy?view=skype-ps)
159+
[Remove-CsExternalUserCommunicationPolicy](https://learn.microsoft.com/powershell/module/skypeforbusiness/remove-csexternalusercommunicationpolicy)
160160
161-
[Grant-CsExternalUserCommunicationPolicy](https://learn.microsoft.com/powershell/module/skypeforbusiness/grant-csexternalusercommunicationpolicy?view=skype-ps)
161+
[Grant-CsExternalUserCommunicationPolicy](https://learn.microsoft.com/powershell/module/skypeforbusiness/get-csexternalusercommunicationpolicy)

skype/skype-ps/SkypeForBusiness/Get-CsUser.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ For example, if you don't want to return all your Skype for Business Server user
5050
(These parameters are mutually exclusive: if you use Filter in a command you cannot use LdapFilter in that same command, and vice-versa.) The Filter parameter enables you to limit the returned data to users who meet the specified Skype for Business Server criteria; for example, you might decide to return only users with accounts on the specified Registrar pool, or only users who have been enabled for Enterprise Voice.
5151
The LdapFilter parameter enables you to limit the returned data to users who fit other Active Directory-based criteria; for example, users who work in a specified state or province, users who do or do not have a pager, or users with a designated job title.
5252

53-
**Note: the equivalent command for Skype for Business Online is [Get-CsOnlineUser](https://learn.microsoft.com/powershell/module/skypeforbusiness/get-csonlineuser?view=skype-ps)**.
54-
53+
**Note: the equivalent command for Skype for Business Online is [Get-CsOnlineUser](https://learn.microsoft.com/powershell/module/microsoftteams/get-csonlineuser)**.
5554

5655
## EXAMPLES
5756
### EXAMPLE 1

skype/skype-ps/SkypeForBusiness/Grant-CsTeamsUpgradePolicy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ TeamsUpgradePolicy allows administrators to manage the transition from Skype for
4545

4646
This cmdlet enables admins to apply TeamsUpgradePolicy to either individual users or to set the default for the entire organization.
4747

48-
**[NOTE]** Earlier versions of this cmdlet used to support -MigrateMeetingsToTeams option. This option is removed in later versions of the module. Tenants must run Start-CsExMeetingMigration. See [Start-CsExMeetingMigrationService](/powershell/module/skypeforbusiness/start-csexmeetingmigration).
48+
> [!NOTE]
49+
> Earlier versions of this cmdlet used to support -MigrateMeetingsToTeams option. This option is removed in later versions of the module. Tenants must run Start-CsExMeetingMigration. See [Start-CsExMeetingMigrationService](https://learn.microsoft.com/powershell/module/microsoftteams/start-csexmeetingmigration).
4950
5051
Microsoft Teams provides all relevant instances of TeamsUpgradePolicy via built-in, read-only policies. The built-in instances are as follows:
5152

skype/skype-ps/SkypeForBusiness/New-CsExternalAccessPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This enables your users to use Skype for Business and log on to Skype for Busine
5454

5555
4. Communicate with people who have SIP accounts with a public instant messaging service such as Skype.
5656

57-
5. (Microsoft Teams Only) Communicate with people who are using Teams with an account that's not managed by an organization. This policy only applies if Teams Consumer Federation has been enabled at the tenant level using the cmdlet [Set-CsTenantFederationConfiguration](/powershell/module/skypeforbusiness/set-cstenantfederationconfiguration) or Teams Admin Center under the External Access setting.
57+
5. (Microsoft Teams Only) Communicate with people who are using Teams with an account that's not managed by an organization. This policy only applies if Teams Consumer Federation has been enabled at the tenant level using the cmdlet [Set-CsTenantFederationConfiguration](https://learn.microsoft.com/powershell/module/microsoftteams/set-cstenantfederationconfiguration) or Teams Admin Center under the External Access setting.
5858

5959
When you install Skype for Business Server, a global external access policy is automatically created for you.
6060
In addition to the global policy, you can also create custom external access policies at either the site or the per-user scope.

skype/skype-ps/SkypeForBusiness/New-CsExternalUserCommunicationPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,10 @@ This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariabl
225225
## NOTES
226226

227227
## RELATED LINKS
228-
[Set-CsExternalUserCommunicationPolicy](https://learn.microsoft.com/powershell/module/skypeforbusiness/set-csexternalusercommunicationpolicy?view=skype-ps)
228+
[Set-CsExternalUserCommunicationPolicy](https://learn.microsoft.com/powershell/module/skypeforbusiness/set-csexternalusercommunicationpolicy)
229229

230-
[Get-CsExternalUserCommunicationPolicy](https://learn.microsoft.com/powershell/module/skypeforbusiness/get-csexternalusercommunicationpolicy?view=skype-ps)
230+
[Get-CsExternalUserCommunicationPolicy](https://learn.microsoft.com/powershell/module/skypeforbusiness/get-csexternalusercommunicationpolicy)
231231

232-
[Remove-CsExternalUserCommunicationPolicy](https://learn.microsoft.com/powershell/module/skypeforbusiness/remove-csexternalusercommunicationpolicy?view=skype-ps)
232+
[Remove-CsExternalUserCommunicationPolicy](https://learn.microsoft.com/powershell/module/skypeforbusiness/remove-csexternalusercommunicationpolicy)
233233

234-
[Grant-CsExternalUserCommunicationPolicy](https://learn.microsoft.com/powershell/module/skypeforbusiness/grant-csexternalusercommunicationpolicy?view=skype-ps)
234+
[Grant-CsExternalUserCommunicationPolicy](https://learn.microsoft.com/powershell/module/skypeforbusiness/get-csexternalusercommunicationpolicy)

skype/skype-ps/SkypeForBusiness/Set-CsExternalAccessPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This enables your users to use Skype for Business and log on to Skype for Busine
6060

6161
The following parameters are not applicable to Skype for Business Online/Microsoft Teams: Description, EnableXmppAccess, Force, Identity, Instance, PipelineVariable, and Tenant
6262

63-
5. (Microsoft Teams Only) Communicate with people who are using Teams with an account that's not managed by an organization. This policy only applies if Teams Consumer Federation has been enabled at the tenant level using the cmdlet [Set-CsTenantFederationConfiguration](/powershell/module/skypeforbusiness/set-cstenantfederationconfiguration) or Teams admin center under the External Access setting.
63+
5. (Microsoft Teams Only) Communicate with people who are using Teams with an account that's not managed by an organization. This policy only applies if Teams Consumer Federation has been enabled at the tenant level using the cmdlet [Set-CsTenantFederationConfiguration](https://learn.microsoft.com/powershell/module/microsoftteams/set-cstenantfederationconfiguration) or Teams admin center under the External Access setting.
6464

6565
After an external access policy has been created, you can use the `Set-CsExternalAccessPolicy` cmdlet to change the property values of that policy.
6666
For example, by default the global policy does not allow users to communicate with people who have accounts with a federated organization.

teams/teams-ps/MicrosoftTeams/Export-CsAutoAttendantHolidays.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ Accept wildcard characters: False
7676
7777
> Applicable: Microsoft Teams
7878
79+
{{ Fill Tenant Description }}
80+
7981
```yaml
8082
Type: System.Guid
8183
Parameter Sets: (All)

teams/teams-ps/MicrosoftTeams/Get-CsAutoAttendant.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ Accept wildcard characters: False
226226

227227
> Applicable: Microsoft Teams
228228

229+
{{ Fill Tenant Description }}
230+
229231
```yaml
230232
Type: System.Guid
231233
Parameter Sets: (All)

0 commit comments

Comments
 (0)