Skip to content
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
7 changes: 3 additions & 4 deletions teams/teams-ps/teams/Add-TeamUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add-TeamUser -GroupId <String> -User <String> [-Role <String>] [<CommonParameter
This cmdlet adds an owner or member to the team, and to the unified group which backs the team.

> [!Note]
> The command will return immediately, but the Teams application will not reflect the update immediately. The change can take between 24 and 48 hours to appear within the Teams client.
> The command will return immediately, but the Teams application will not reflect the update immediately. The change can take between 24 and 48 hours to appear within the Teams client.

## EXAMPLES

Expand Down Expand Up @@ -66,7 +66,7 @@ Accept wildcard characters: False
```

### -Role
Member or Owner. If Owner is specified then the user is also added as a member to the Team backed by unified group.
Member or Owner. If Owner is specified then the user is also added as a member to the Team backed by unified group.

```yaml
Type: String
Expand All @@ -81,8 +81,7 @@ 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).
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).

## INPUTS

Expand Down
3 changes: 1 addition & 2 deletions teams/teams-ps/teams/Disconnect-MicrosoftTeams.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ 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).
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).

## INPUTS

Expand Down
38 changes: 19 additions & 19 deletions teams/teams-ps/teams/Get-CsTeamTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ online version: https://learn.microsoft.com/powershell/module/teams/get-csteamte
title: Get-CsTeamTemplate
author: serdarsoysal
ms.author: serdars
ms.reviewer:
ms.reviewer:
manager: farahf
schema: 2.0.0
---
Expand Down Expand Up @@ -45,15 +45,15 @@ This cmdlet supports retrieving details of a team template available to your ten
### EXAMPLE 1

```powershell
PS C:> (Get-CsTeamTemplateList -PublicTemplateLocale en-US) | where Name -like 'test' | ForEach-Object {Get-CsTeamTemplate -OdataId $_.OdataId}
PS C:\> (Get-CsTeamTemplateList -PublicTemplateLocale en-US) | where Name -like 'test' | ForEach-Object {Get-CsTeamTemplate -OdataId $_.OdataId}
```

Within the universe of templates the admin's tenant has access to, returns a template definition object (displayed as a JSON by default) for every custom and every Microsoft en-US template which names include 'test'.

### EXAMPLE 2

```powershell
PS C:> Get-CsTeamTemplate -OdataId '/api/teamtemplates/v1.0/cefcf333-91a9-43d0-919f-bbca5b7d2b24/Tenant/en-US' > 'config.json'
PS C:\> Get-CsTeamTemplate -OdataId '/api/teamtemplates/v1.0/cefcf333-91a9-43d0-919f-bbca5b7d2b24/Tenant/en-US' > 'config.json'
```

Saves the template with specified template ID as a JSON file.
Expand Down Expand Up @@ -210,35 +210,35 @@ COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.

INPUTOBJECT \<IConfigApiBasedCmdletsIdentity\>: Identity Parameter
- `[Bssid <String>]`:
- `[ChassisId <String>]`:
- `[Bssid <String>]`:
- `[ChassisId <String>]`:
- `[CivicAddressId <String>]`: Civic address id.
- `[Country <String>]`:
- `[Country <String>]`:
- `[GroupId <String>]`: The ID of a group whose policy assignments will be returned.
- `[Id <String>]`:
- `[Identity <String>]`:
- `[Locale <String>]`:
- `[Id <String>]`:
- `[Identity <String>]`:
- `[Locale <String>]`:
- `[LocationId <String>]`: Location id.
- `[OdataId <String>]`: A composite URI of a template.
- `[OperationId <String>]`: The ID of a batch policy assignment operation.
- `[OrderId <String>]`:
- `[OrderId <String>]`:
- `[PackageName <String>]`: The name of a specific policy package
- `[PolicyType <String>]`: The policy type for which group policy assignments will be returned.
- `[Port <String>]`:
- `[PortInOrderId <String>]`:
- `[Port <String>]`:
- `[PortInOrderId <String>]`:
- `[PublicTemplateLocale <String>]`: Language and country code for localization of publicly available templates.
- `[SubnetId <String>]`:
- `[TenantId <String>]`:
- `[SubnetId <String>]`:
- `[TenantId <String>]`:
- `[UserId <String>]`: UserId. Supports Guid. Eventually UPN and SIP.

## RELATED LINKS

[Get-CsTeamTemplateList](Get-CsTeamTemplateList.md)
[Get-CsTeamTemplateList](https://learn.microsoft.com/powershell/module/teams/get-csteamtemplatelist)

[Get-CsTeamTemplate](Get-CsTeamTemplate.md)
[Get-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/get-csteamtemplate)

[New-CsTeamTemplate](New-CsTeamTemplate.md)
[New-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/new-csteamtemplate)

[Update-CsTeamTemplate](Update-CsTeamTemplate.md)
[Update-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/update-csteamtemplate)

[Remove-CsTeamTemplate](Remove-CsTeamTemplate.md)
[Remove-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/remove-csteamtemplate)
18 changes: 9 additions & 9 deletions teams/teams-ps/teams/Get-CsTeamTemplateList.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ online version: https://learn.microsoft.com/powershell/module/teams/get-csteamte
title: Get-CsTeamTemplateList
author: serdarsoysal
ms.author: serdars
ms.reviewer:
ms.reviewer:
manager: farahf
schema: 2.0.0
---
Expand All @@ -14,7 +14,7 @@ schema: 2.0.0

## SYNOPSIS

This cmdlet supports retrieving information of all team templates available to your tenant, including both first party Microsoft team templates as well as custom templates. The templates information retrieved includes OData Id, template name, short description, count of channels and count of applications.
This cmdlet supports retrieving information of all team templates available to your tenant, including both first party Microsoft team templates as well as custom templates. The templates information retrieved includes OData Id, template name, short description, count of channels and count of applications.
Note: All custom templates will be retrieved, regardless of the locale specification. If you have hidden templates in the admin center, you will still be able to see the hidden templates here.

## SYNTAX
Expand All @@ -40,7 +40,7 @@ Get a list of available team templates
### EXAMPLE 1

```powershell
PS C:> Get-CsTeamTemplateList
PS C:\> Get-CsTeamTemplateList
```

Returns all en-US templates within the universe of templates the admin's tenant has access to.
Expand All @@ -50,7 +50,7 @@ Note: All 1P Microsoft templates will always be returned in the specified locale
### EXAMPLE 2

```powershell
PS C:> (Get-CsTeamTemplateList -PublicTemplateLocale en-US) | where ChannelCount -GT 3
PS C:\> (Get-CsTeamTemplateList -PublicTemplateLocale en-US) | where ChannelCount -GT 3
```

Returns all en-US templates that have 3 channels within the universe of templates the admin's tenant has access to.
Expand Down Expand Up @@ -136,12 +136,12 @@ Eventually UPN and SIP.

## RELATED LINKS

[Get-CsTeamTemplateList](Get-CsTeamTemplateList.md)
[Get-CsTeamTemplateList](https://learn.microsoft.com/powershell/module/teams/get-csteamtemplatelist)

[Get-CsTeamTemplate](Get-CsTeamTemplate.md)
[Get-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/get-csteamtemplate)

[New-CsTeamTemplate](New-CsTeamTemplate.md)
[New-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/new-csteamtemplate)

[Update-CsTeamTemplate](Update-CsTeamTemplate.md)
[Update-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/update-csteamtemplate)

[Remove-CsTeamTemplate](Remove-CsTeamTemplate.md)
[Remove-CsTeamTemplate](https://learn.microsoft.com/powershell/module/teams/remove-csteamtemplate)
2 changes: 1 addition & 1 deletion teams/teams-ps/teams/Get-CsTeamsMediaLoggingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[Grant-CsTeamsMediaLoggingPolicy](Grant-CsTeamsMediaLoggingPolicy.md)
[Grant-CsTeamsMediaLoggingPolicy](https://learn.microsoft.com/powershell/module/teams/grant-csteamsmedialoggingpolicy)
13 changes: 7 additions & 6 deletions teams/teams-ps/teams/Get-CsTeamsMeetingBrandingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ manager: stanlythomas
## SYNOPSIS
The **CsTeamsMeetingBrandingPolicy** cmdlet enables administrators to control the appearance in meetings by defining custom backgrounds, logos, and colors.


## SYNTAX

### Identity (Default)
Expand Down Expand Up @@ -82,6 +81,8 @@ 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).

## INPUTS

## OUTPUTS

### TeamsMeetingBrandingPolicy.Cmdlets.TeamsMeetingBrandingPolicy
Expand All @@ -92,12 +93,12 @@ Available in Teams PowerShell Module 4.9.3 and later.

## RELATED LINKS

[Get-CsTeamsMeetingBrandingPolicy](Get-CsTeamsMeetingBrandingPolicy.md)
[Get-CsTeamsMeetingBrandingPolicy](https://learn.microsoft.com/powershell/module/teams/get-csteamsmeetingbrandingpolicy)

[Grant-CsTeamsMeetingBrandingPolicy](Grant-CsTeamsMeetingBrandingPolicy.md)
[Grant-CsTeamsMeetingBrandingPolicy](https://learn.microsoft.com/powershell/module/teams/grant-csteamsmeetingbrandingpolicy)

[New-CsTeamsMeetingBrandingPolicy](New-CsTeamsMeetingBrandingPolicy.md)
[New-CsTeamsMeetingBrandingPolicy](https://learn.microsoft.com/powershell/module/teams/new-csteamsmeetingbrandingpolicy)

[Remove-CsTeamsMeetingBrandingPolicy](Remove-CsTeamsMeetingBrandingPolicy.md)
[Remove-CsTeamsMeetingBrandingPolicy](https://learn.microsoft.com/powershell/module/teams/remove-csteamsmeetingbrandingpolicy)

[Set-CsTeamsMeetingBrandingPolicy](Set-CsTeamsMeetingBrandingPolicy.md)
[Set-CsTeamsMeetingBrandingPolicy](https://learn.microsoft.com/powershell/module/teams/set-csteamsmeetingbrandingpolicy)
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,16 @@ 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).
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).

## INPUTS

### None

## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
6 changes: 3 additions & 3 deletions teams/teams-ps/teams/Get-CsTeamsMeetingBroadcastPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ ms.author: tomkau
ms.reviewer: williamlooney
---


# Get-CsTeamsMeetingBroadcastPolicy

## SYNOPSIS
Expand Down Expand Up @@ -114,15 +113,16 @@ 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).
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).

## INPUTS

### None

## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
3 changes: 1 addition & 2 deletions teams/teams-ps/teams/Get-CsTeamsMeetingConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ 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).
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).

## INPUTS

Expand Down
8 changes: 4 additions & 4 deletions teams/teams-ps/teams/Get-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
online version: https://learn.microsoft.com/powershell/module/teams/get-csteamsmeetingpolicy
applicable: Microsoft Teams
title: Get-CsTeamsMeetingPolicy
Expand Down Expand Up @@ -43,7 +43,6 @@ Get-CsTeamsMeetingPolicy

In Example 1, Get-CsTeamsMeetingPolicy is called without any additional parameters; this returns a collection of all the teams meeting policies configured for use in your organization.


### -------------------------- Example 2 --------------------------
```powershell
Get-CsTeamsMeetingPolicy -Identity SalesPolicy
Expand Down Expand Up @@ -73,7 +72,6 @@ NewMeetingRecordingExpirationDays : 60
The above command returns expiration date setting currently applied on TMR. For more details, see:
[Auto-expiration of Teams meeting recordings](https://learn.microsoft.com/microsoftteams/cloud-recording#auto-expiration-of-teams-meeting-recordings).


## PARAMETERS

### -Filter
Expand Down Expand Up @@ -135,11 +133,13 @@ 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).

## INPUTS

### None


## OUTPUTS

### System.Object
Expand Down
11 changes: 7 additions & 4 deletions teams/teams-ps/teams/Get-CsTeamsMeetingTemplateConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ Fetches the list of custom templates on the tenant. Each template object contain
### Example 1 - Fetching all custom meeting templates on the tenant

```powershell
Get-CsTeamsMeetingTemplateConfiguration
```
PS C:\> Get-CsTeamsMeetingTemplateConfiguration

```output
Identity : Global
TeamsMeetingTemplates : {default, customtemplate_1cb7073a-8b19-4b5d-a3a6-14737d006969,
customtemplate_21ecf22c-eb1a-4f05-93e0-555b994ebeb5,
Expand Down Expand Up @@ -74,6 +72,11 @@ 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).

## INPUTS

## OUTPUTS

## NOTES

## RELATED LINKS
[Get-CsTeamsFirstPartyMeetingTemplateConfiguration](Get-CsTeamsFirstPartyMeetingTemplateConfiguration.yml)
[Get-CsTeamsFirstPartyMeetingTemplateConfiguration](https://learn.microsoft.com/powershell/module/teams/get-csteamsfirstpartymeetingtemplateconfiguration)
Loading
Loading