Skip to content

Removed extra spaces and carriage returns #12386

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
Nov 22, 2024
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
1 change: 1 addition & 0 deletions teams/teams-ps/teams/Add-TeamsAppInstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
2 changes: 1 addition & 1 deletion teams/teams-ps/teams/Clear-TeamsEnvironmentConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Clear-TeamsEnvironmentConfig [<CommonParameters>]
```

## DESCRIPTION
This cmdlet clears environment-specific configurations from the local machine set by running Set-TeamsEnvironmentConfig. This helps in clearing and rectifying any wrong information set in Set-TeamsEnvironmentConfig.
This cmdlet clears environment-specific configurations from the local machine set by running Set-TeamsEnvironmentConfig. This helps in clearing and rectifying any wrong information set in Set-TeamsEnvironmentConfig.

## EXAMPLES

Expand Down
21 changes: 8 additions & 13 deletions teams/teams-ps/teams/Get-CsOnlineDialInConferencingBridge.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/skype/get-csonlinedialinconferencingbridge
applicable: Microsoft Teams
title: Get-CsOnlineDialInConferencingBridge
Expand Down Expand Up @@ -55,7 +55,6 @@ Get-CsOnlineDialInConferencingBridge -Tenant 26efe125-c070-46f9-8ed0-fc02165a167

This example shows how to return all of the audio conferencing bridges for the given tenant.


## PARAMETERS

### -Identity
Expand All @@ -64,7 +63,7 @@ Specifies the globally-unique identifier (GUID) for the audio conferencing bridg
```yaml
Type: Guid
Parameter Sets: (All)
Aliases:
Aliases:
Applicable: Skype for Business Online

Required: False
Expand All @@ -80,7 +79,7 @@ Specifies the name of the audio conferencing bridge.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:
Applicable: Skype for Business Online

Required: False
Expand All @@ -94,11 +93,11 @@ Accept wildcard characters: False
Specifies the domain controller that's used by the cmdlet to read or write the specified data.
Valid inputs for this parameter include:

Fully qualified domain name (FQDN):
Fully qualified domain name (FQDN):

`-DomainController atl-cs-001.Contoso.com`

Computer name:
Computer name:

`-DomainController atl-cs-001`

Expand All @@ -125,7 +124,7 @@ If the Force switch isn't provided in the command, you're prompted for administr
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:
Applicable: Skype for Business Online

Required: False
Expand All @@ -141,7 +140,7 @@ This parameter is reserved for internal Microsoft use.
```yaml
Type: Guid
Parameter Sets: (All)
Aliases:
Aliases:
Applicable: Skype for Business Online

Required: False
Expand All @@ -157,7 +156,7 @@ This parameter is reserved for internal Microsoft use.
```yaml
Type: String
Parameter Sets: (All)
Aliases:
Aliases:
Applicable: Skype for Business Online

Required: False
Expand All @@ -170,18 +169,14 @@ 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

### None


## NOTES


## RELATED LINKS
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/skype/get-csonlinedialinconferencinglanguagessupported
applicable: Microsoft Teams
title: Get-CsOnlineDialInConferencingLanguagesSupported
Expand Down Expand Up @@ -37,8 +37,6 @@ Get-CsOnlineDialInConferencingLanguagesSupported | fl

This example allows returns the list of supported languages when you are using Microsoft as your dial-in audio conferencing provider and displays them in a formatted list.



## PARAMETERS

### -DomainController
Expand Down Expand Up @@ -70,7 +68,7 @@ If the Force switch isn't provided in the command, you're prompted for administr
```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Aliases:
Applicable: Skype for Business Online

Required: False
Expand Down
10 changes: 0 additions & 10 deletions teams/teams-ps/teams/Get-CsOnlineLisSubnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,20 @@ Get-CsOnlineLisSubnet

Example 1 retrieves all Location Information Server (LIS) subnets.


### -------------------------- Example 2 --------------------------
```
Get-CsOnlineLisSubnet -Subnet 10.106.89.12
```

Example 2 retrieves the Location Information Server (LIS) subnet for Subnet ID "10.106.89.12".


### -------------------------- Example 3 --------------------------
```
Get-CsOnlineLisSubnet -Subnet 2001:4898:e8:6c:90d2:28d4:76a4:ec5e
```

Example 2 retrieves the Location Information Server (LIS) subnet for Subnet ID "2001:4898:e8:6c:90d2:28d4:76a4:ec5e".


## PARAMETERS

### -Force
Expand Down Expand Up @@ -155,23 +152,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).


## INPUTS


### System.Guid


### System.String


## OUTPUTS


### System.Object


## NOTES


## RELATED LINKS
2 changes: 1 addition & 1 deletion teams/teams-ps/teams/Get-CsSdgBulkSignInRequestStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Use this cmdlet to get granular device level details of a bulk sign in request.

### Example 1
```powershell
$newBatchResponse = New-CsSdgBulkSignInRequest  -DeviceDetailsFilePath .\Example.csv  -Region APAC
$newBatchResponse = New-CsSdgBulkSignInRequest -DeviceDetailsFilePath .\Example.csv -Region APAC
$newBatchResponse.BatchId
$getBatchStatusResponse = Get-CsSdgBulkSignInRequestStatus -Batchid $newBatchResponse.BatchId
$getBatchStatusResponse | ft
Expand Down
7 changes: 4 additions & 3 deletions teams/teams-ps/teams/Get-CsTeamsCortanaPolicy.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-csteamscortanapolicy
applicable: Microsoft Teams
title: Get-CsTeamsCortanaPolicy
Expand Down Expand Up @@ -64,7 +64,7 @@ Accept wildcard characters: False

### -Identity

Unique identifier for the policy to be returned. To return the global policy, use this syntax: -Identity global. To return a policy configured at the site scope, use syntax similar to this: -Identity "site:Redmond". To return a policy configured at the service scope, use syntax similar to this: -Identity "Registrar:atl-cs-001.litwareinc.com".
Unique identifier for the policy to be returned. To return the global policy, use this syntax: -Identity global. To return a policy configured at the site scope, use syntax similar to this: -Identity "site:Redmond". To return a policy configured at the service scope, use syntax similar to this: -Identity "Registrar:atl-cs-001.litwareinc.com".

Policies can also be configured at the per-user scope. To return one of these policies, use syntax similar to this: -Identity "SalesDepartmentPolicy".
If this parameter is not included then all of Cortana voice assistant policies configured for use in your organization will be returned.
Expand Down Expand Up @@ -99,7 +99,7 @@ Accept wildcard characters: False

### -Tenant

Globally unique identifier (GUID) of the Skype for Business Online tenant account whose Cortana voice assistant policies are being returned.
Globally unique identifier (GUID) of the Skype for Business Online tenant account whose Cortana voice assistant policies are being returned.

```yaml
Type: System.Guid
Expand All @@ -123,6 +123,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
7 changes: 2 additions & 5 deletions teams/teams-ps/teams/Get-CsTeamsEventsPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Get-CsTeamsEventsPolicy [-Filter <String>] [<CommonParameters>]
```

## DESCRIPTION
Returns information about the Teams Events policy. TeamsEventsPolicy is used to configure options for customizing Teams Events experiences.
Returns information about the Teams Events policy. TeamsEventsPolicy is used to configure options for customizing Teams Events experiences.

## EXAMPLES

Expand All @@ -34,15 +34,13 @@ PS C:\> Get-CsTeamsEventsPolicy

Returns information for all Teams Events policies available for use in the tenant.


### Example 2
```powershell
PS C:\> Get-CsTeamsEventsPolicy -Identity Global
```

Returns information for Teams Events policy with identity "Global".


## PARAMETERS

### -Filter
Expand All @@ -63,7 +61,6 @@ Accept wildcard characters: False
### -Identity
Unique identifier assigned to the Teams Events policy.


```yaml
Type: String
Parameter Sets: Identity
Expand All @@ -79,14 +76,14 @@ 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

## NOTES

## RELATED LINKS
7 changes: 3 additions & 4 deletions teams/teams-ps/teams/Get-CsTeamsMobilityPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ manager: ritikag
ms.reviewer: ritikag
---


# Get-CsTeamsMobilityPolicy

## SYNOPSIS
The TeamsMobilityPolicy allows Admins to control Teams mobile usage for users.
The TeamsMobilityPolicy allows Admins to control Teams mobile usage for users.

## SYNTAX

Expand All @@ -28,13 +27,12 @@ Get-CsTeamsMobilityPolicy [-Tenant <System.Guid>] [-Filter <String>] [-LocalStor
```

## DESCRIPTION
The TeamsMobilityPolicy allows Admins to control Teams mobile usage for users.
The TeamsMobilityPolicy allows Admins to control Teams mobile usage for users.

The Get-CsTeamsMobilityPolicy cmdlet allows administrators to get all teams mobility policies.

NOTE: Please note that this cmdlet was deprecated and then removed from this PowerShell module. This reference will continue to be listed here for legacy purposes.


## EXAMPLES

### Example 1
Expand Down Expand Up @@ -85,6 +83,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
2 changes: 1 addition & 1 deletion teams/teams-ps/teams/Get-CsTeamsRecordingRollOutPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ms.author: ronwa

## SYNOPSIS

The CsTeamsRecordingRollOutPolicy controls roll out of the change that governs the storage for meeting recordings.
The CsTeamsRecordingRollOutPolicy controls roll out of the change that governs the storage for meeting recordings.

## SYNTAX

Expand Down
3 changes: 0 additions & 3 deletions teams/teams-ps/teams/Get-CsTeamsVdiPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ The CsTeamsVdiPolicy cmdlets enable administrators to control the type of meetin

Teams Vdi policies can be configured at the global and per-user scopes. The Get-CsTeamsVdiPolicy cmdlet enables you to return infomration about all the Vdi policies that have been configured for use in your organization.


## EXAMPLES

### Example 1
Expand All @@ -37,7 +36,6 @@ PS C:\> Get-CsTeamsVdiPolicy

In Example 1, Get-CsTeamsVdiPolicy 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
PS C:\> Get-CsTeamsVdiPolicy -Identity SalesPolicy
Expand All @@ -52,7 +50,6 @@ PS C:\> Get-CsTeamsVdiPolicy | where-Object {$_.VDI2Optimization -eq "Enabled"}

The preceding command returns a collection of all the meeting policies where the VDI2Optimization property is Enabled. To do this, Get-CsTeamsVdiPolicy is first called without any parameters in order to return a collection of all the policies configured for use in the organization. This collection is then piped to the Where-Object cmdlet, which selects only those policies where the VDI2Optimization property is equal to Enabled.


## PARAMETERS

### -Filter
Expand Down
2 changes: 1 addition & 1 deletion teams/teams-ps/teams/Get-TeamChannel.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-teamchan
schema: 2.0.0
---

# Get-TeamChannel
# Get-TeamChannel

## SYNOPSIS
This cmdlet supports retrieving channels hosted by a team.
Expand Down
2 changes: 1 addition & 1 deletion teams/teams-ps/teams/Get-TeamChannelUser.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-teamchan
schema: 2.0.0
---

# Get-TeamChannelUser
# Get-TeamChannelUser

## SYNOPSIS
Returns users of a channel.
Expand Down
1 change: 1 addition & 0 deletions teams/teams-ps/teams/Get-TeamsAppInstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
3 changes: 2 additions & 1 deletion teams/teams-ps/teams/Grant-CsTeamsCortanaPolicy.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-csteamscortanapolicy
applicable: Microsoft Teams
title: Grant-CsTeamsCortanaPolicy
Expand Down Expand Up @@ -216,6 +216,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## OUTPUTS

### System.Object

## NOTES

## RELATED LINKS
Loading
Loading