Skip to content

Publish to live #12964

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exchange/exchange-ps/ExchangePowerShell/Set-Mailbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True
Accept pipeline input: True (byPropertyName)
Accept wildcard characters: False
```

Expand Down
1 change: 1 addition & 0 deletions officewebapps/docs-conceptual/intro.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
description: The Office Online Server cmdlets provide the command line interface for administration and management.
title: Office Online Server cmdlet reference
---

Expand Down
54 changes: 34 additions & 20 deletions skype/skype-ps/SkypeForBusiness/SkypeForBusiness.md

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion teams/teams-ps/MicrosoftTeams/Get-CsAutoAttendantStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ Accept wildcard characters: False
```

### -IncludeResources

> Applicable: Microsoft Teams

The IncludeResources parameter identities the auto attendant resources whose status is to be retrieved. Available resources are:
- AudioFile: Indicates status for audio files used by AA.
- DialByNameVoiceResponses: Indicates status for speech recognition when using dial-by-name (directory lookup) feature with AA.
Expand All @@ -73,7 +76,6 @@ Type: System.Collections.Generic.List
Parameter Sets: (All)
Aliases:
Accepted values: AudioFile, DialByNameVoiceResponses, SipProvisioning
applicable: Microsoft Teams

Required: False
Position: Named
Expand Down
4 changes: 3 additions & 1 deletion teams/teams-ps/MicrosoftTeams/Get-CsOnlineSipDomain.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,16 @@ Accept wildcard characters: False
```

### -DomainStatus

> Applicable: Microsoft Teams

This indicates the status of an online sip ___domain, which can be either enabled or disabled.

```yaml
Type: DomainStatus
Parameter Sets: (All)
Aliases:
Accepted values: All, Enabled, Disabled
applicable: Microsoft Teams
Required: False
Position: Named
Default value: None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ To execute the cmdlet, you need to hold a role within your organization such as

## EXAMPLES

## PARAMETERS

### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

### Example 1

```powershell
Expand All @@ -45,6 +40,8 @@ BulkSignIn : Enabled

In this example, the organization has Bulk SignIn enabled for their SIP devices.

## PARAMETERS

### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

Expand Down
3 changes: 0 additions & 3 deletions teams/teams-ps/MicrosoftTeams/MicrosoftTeams.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ The following cmdlet references are for Microsoft Teams.
### [Add-TeamChannelUser](Add-TeamChannelUser.md)
Adds an owner or member to the private channel.

### [Add-TeamsAppInstallation](Add-TeamsAppInstallation.md)
Add a Teams App to Microsoft Teams.

### [Add-TeamUser](Add-TeamUser.md)
The `Add-TeamUser` adds an owner or member to the team, and to the unified group which backs the team.

Expand Down
18 changes: 14 additions & 4 deletions teams/teams-ps/MicrosoftTeams/Set-CsTeamsCustomBannerText.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ This example sets the properties of the CustomText instance of TeamsCustomBanner
The description that you would like to set to identify what this text represents.

```yaml
Type: String
Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Expand All @@ -55,11 +59,12 @@ Accept wildcard characters: False
The Identity of the CustomBannerText.
```yaml
Type: Guid
Type: System.Guid
Parameter Sets: Identity
Aliases:

Required: False
Position: 1
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Expand All @@ -69,13 +74,18 @@ Accept wildcard characters: False
The text that you would like to set in the policy.
```yaml
Type: String
Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
Expand Down
12 changes: 10 additions & 2 deletions teams/teams-ps/MicrosoftTeams/Set-CsTeamsEducationConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@ Set-CsTeamsEducationConfiguration -UpdateParentInformation Disabled
Indicates whether Email or SMS is the preferred contact method used for parent communication invitations. Possible values are 'Email' and 'SMS'.

```yaml
Type: String
Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: Email
Accept pipeline input: False
Expand All @@ -79,7 +83,11 @@ Accept wildcard characters: False
Indicates whether updating parents contact information is Enabled/Disabled by educators. Possible values are 'Enabled' and 'Disabled'.

```yaml
Type: String
Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: Enabled
Accept pipeline input: False
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ Tests the "321321321" number to check if there is a matching unassigned number t
The phone number to be tested.

```yaml
Type: String
Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default Value: None
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
```
Expand Down
43 changes: 43 additions & 0 deletions test/MicrosoftTeams/Get-CsTeamsSipDevicesConfiguration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
metadata:
author: anmandav
document type: cmdlet
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
HelpUri: https://learn.microsoft.com/powershell/module/microsoftteams/get-csteamssipdevicesconfiguration
Locale: en-US
Module Name: MicrosoftTeams
ms.author: anmandav
PlatyPS schema version: 2024-05-01
title: Get-CsTeamsSipDevicesConfiguration
title: Get-CsTeamsSipDevicesConfiguration
synopsis: This cmdlet is used to retrieve the organization-wide Teams SIP devices configuration.
syntaxes:
- commandName: Get-CsTeamsSipDevicesConfiguration
parameterSetName: Default
isDefault: true
parameters: []
aliases: ''
description: |-
This cmdlet is used to retrieve the organization-wide Teams SIP devices configuration which contains settings that are applicable to SIP devices connected to Teams using Teams Sip Gateway.

To execute the cmdlet, you need to hold a role within your organization such as Global Reader, Teams Administrator, or Teams Communication Administrator.
examples:
- title: Example 1
description: >-
```powershell

PS C:\> Get-CsTeamsSipDevicesConfiguration


Identity : Global

BulkSignIn : Enabled

```


In this example, the organization has Bulk SignIn enabled for their SIP devices.
parameters:
notes: ''
links:
- text: 'Set-CsTeamsSipDevicesConfiguration'
href: https://learn.microsoft.com/powershell/module/microsoftteams/set-csteamssipdevicesconfiguration
110 changes: 110 additions & 0 deletions test/MicrosoftTeams/Set-CsTeamsEdcuationConfiguration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
metadata:
author: SaritaBehera
document type: cmdlet
external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
HelpUri: https://learn.microsoft.com/powershell/module/microsoftteams/set-csteamseducationconfiguration
Locale: en-US
Module Name: MicrosoftTeams
ms.author: saritabehera
PlatyPS schema version: 2024-05-01
title: Set-CsTeamsEducationConfiguration
title: Set-CsTeamsEdcuationConfiguration
synopsis: This cmdlet is used to manage the organization-wide education configuration for Teams.
syntaxes:
- commandName: >
Set-CsTeamsEducationConfiguration
parameterSetName: Default
isDefault: true
parameters:
- '[-ParentGuardianPreferredContactMethod <String>]'
- '[-UpdateParentInformation <String>]'
- '[-WhatIf]'
- '[-Confirm]'
aliases: ''
description: |-
This cmdlet is used to manage the organization-wide education configuration for Teams which contains settings that are applicable to education organizations.

You must be a Teams Service Administrator for your organization to run the cmdlet.
examples:
- title: Example 1
description: >-
In this example, Email is set as the preferred contact method used for parent communication invitations across the organization.


```powershell

Set-CsTeamsEducationConfiguration -ParentGuardianPreferredContactMethod Email

```
- title: Example 2
description: >-
In this example, SMS is set as the preferred contact method used for parent communication invitations across the organization.


```powershell

Set-CsTeamsEducationConfiguration -ParentGuardianPreferredContactMethod SMS

```
- title: Example 3
description: >-
In this example, updating parents contact information is enabled by educators across the organization.


```powershell

Set-CsTeamsEducationConfiguration -UpdateParentInformation Enabled

```
- title: Example 4
description: >-
In this example, updating parents contact information is disabled by educators across the organization.


```powershell

Set-CsTeamsEducationConfiguration -UpdateParentInformation Disabled

```
parameters:
- name: ParentGuardianPreferredContactMethod
type: String
description: Indicates whether Email or SMS is the preferred contact method used for parent communication invitations. Possible values are 'Email' and 'SMS'.
defaultValue: Email
supportsWildcards: false
isDynamic: false
aliases: []
dontShow: false
acceptedValues: []
parameterSets:
- &o0
name: (All)
position: Named
isRequired: true
valueFromPipeline: false
valueFromPipelineByPropertyName: false
valueFromRemainingArguments: false
helpMessage: ''
- name: UpdateParentInformation
type: String
description: Indicates whether updating parents contact information is Enabled/Disabled by educators. Possible values are 'Enabled' and 'Disabled'.
defaultValue: Enabled
supportsWildcards: false
isDynamic: false
aliases: []
dontShow: false
acceptedValues: []
parameterSets:
- *o0
helpMessage: ''

- name: CommonParameters
description: |-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
[about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
notes: ''
links:
- text: 'Get-CsTeamsEducationConfiguration'
href: https://learn.microsoft.com/powershell/module/microsoftteams/get-csteamseducationconfiguration
Loading
Loading