Skip to content

Commit 72118dc

Browse files
authored
Merge branch 'master' into v-mapenn-2020-4-12-oldOSnote
2 parents 0bad0e9 + 2f1cb19 commit 72118dc

File tree

8 files changed

+33
-30
lines changed

8 files changed

+33
-30
lines changed

exchange/docs-conceptual/exchange-server/connect-to-exchange-servers-using-remote-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description: "Use Windows PowerShell on a local computer to connect to an Exchan
1919
If you don't have the Exchange management tools installed on your local computer, you can use Windows PowerShell to create a remote PowerShell session to an Exchange server. It's a simple three-step process, where you enter your credentials, provide the required connection settings, and then import the Exchange cmdlets into your local Windows PowerShell session so that you can use them.
2020

2121
> [!NOTE]
22-
> We recommend that you use the Exchange Management Shell on any computer that you use to extensively administer Exchange servers. You'll get the Exchange Management Shell by installing the Exchange management tools. For more information, see [Install the Exchange Server Management Tools](https://docs.microsoft.com/Exchange/plan-and-deploy/post-installation-tasks/install-management-tools) and [Open the Exchange Management Shell](open-the-exchange-management-shell.md). For more information about the Exchange Management Shell, see [Exchange Server PowerShell (Exchange Management Shell)](exchange-management-shell.md).
22+
> We recommend that you use the Exchange Management Shell on any computer that you use to extensively administer Exchange servers. You'll get the Exchange Management Shell by installing the Exchange management tools. For more information, see [Install the Exchange Server Management Tools](https://docs.microsoft.com/Exchange/plan-and-deploy/post-installation-tasks/install-management-tools) and [Open the Exchange Management Shell](open-the-exchange-management-shell.md). For more information about the Exchange Management Shell, see [Exchange Server PowerShell (Exchange Management Shell)](exchange-management-shell.md). <br/><br/> Get-ExchangeCertificate does not fully support remote PowerShell. We recommend that you use the Exchange Management Shell instead to get all the properties of this cmdlet.
2323
2424
## What do you need to know before you begin?
2525

exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,11 +1033,11 @@ Accept wildcard characters: False
10331033
### -GroupCreationEnabled
10341034
This parameter is available or functional only in the cloud-based service.
10351035
1036-
The GroupCreationEnabled parameter specifies whether Office 365 group creation is available in Outlook on the web. Valid values are:
1036+
The GroupCreationEnabled parameter specifies whether Office 365 group creation is available in Outlook and Outlook on the web. Valid values are:
10371037
1038-
- $true: Users can create Office 365 groups in Outlook on the web. This is the default value.
1038+
- $true: Users can create Office 365 groups in Outlook and Outlook on the web. This is the default value.
10391039
1040-
- $false: Users can't create Office 365 groups in Outlook on the web.
1040+
- $false: Users can't create Office 365 groups in Outlook and Outlook on the web.
10411041
10421042
```yaml
10431043
Type: Boolean

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOGeoAdministrator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You must be a SharePoint Online global Administrator to run this cmdlet.
3535
Add-SPOGeoAdministrator -UserPrincipalName [email protected]
3636
```
3737

38-
Adds the user **[email protected]** as administrator to the SharePoint Online multi-geo tenant.
38+
Adds the user **admin\@contoso.onmicrosoft.com** as administrator to the SharePoint Online multi-geo tenant.
3939

4040
## PARAMETERS
4141

sharepoint/sharepoint-ps/sharepoint-pnp/Get-PnPTenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ResourceQuotaAllocated, and SiteCreationMode.
2222

2323
Currently, there are no parameters for this cmdlet.
2424

25-
You must be a SharePoint Online global administrator to run the cmdlet.
25+
You must be a Global administrator to run the cmdlet.
2626

2727
## EXAMPLES
2828

skype/skype-ps/skype/Get-CsOnlineDialInConferencingUserState.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer:
1313
# Get-CsOnlineDialInConferencingUserState
1414

1515
## SYNOPSIS
16-
Provide the topic introduction here.
16+
Use the `Get-CsOnlineDialInConferencingUserState` cmdlet to view the current Dial In Conferencing state of users in your Tenant.
1717

1818
## SYNTAX
1919

@@ -24,21 +24,20 @@ Get-CsOnlineDialInConferencingUserState [[-Identity] <UserIdParameter>] [-Tenant
2424
```
2525

2626
## DESCRIPTION
27-
Provide the detailed description here.
27+
Use the `Get-CsOnlineDialInConferencingUserState` cmdlet to view the current Dial In Conferencing state of users in your Tenant.
2828

2929
## EXAMPLES
3030

3131
### Example 1
3232
```
33-
Insert example commands for example 1.
33+
Get-CsOnlineDialInConferencingUserState
3434
```
35-
36-
Insert descriptive text for example 1.
35+
Gets the Dial In Conferencing state of every user.
3736

3837
## PARAMETERS
3938

4039
### -DomainController
41-
PARAMVALUE: Fqdn
40+
This parameter is reserved for internal Microsoft use.
4241

4342
```yaml
4443
Type: Fqdn
@@ -53,7 +52,7 @@ Accept wildcard characters: False
5352
```
5453
5554
### -Force
56-
PARAMVALUE: SwitchParameter
55+
The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.
5756
5857
```yaml
5958
Type: SwitchParameter
@@ -68,7 +67,7 @@ Accept wildcard characters: False
6867
```
6968
7069
### -Identity
71-
PARAMVALUE: UserIdParameter
70+
Specifies the user to retrieve. The user can be specified by using the user's SIP address, the user's user principal name (UPN) or the user's display name (for example, Ken Myer).
7271
7372
```yaml
7473
Type: UserIdParameter
@@ -83,7 +82,9 @@ Accept wildcard characters: False
8382
```
8483
8584
### -LicenseState
86-
PARAMVALUE: String\[\]
85+
License state of the user, possible values
86+
- NoLicense
87+
- Licensed
8788
8889
```yaml
8990
Type: String[]
@@ -98,7 +99,11 @@ Accept wildcard characters: False
9899
```
99100
100101
### -Provider
101-
PARAMVALUE: AllProviders | NoProviders | Microsoft | ThirdParty
102+
Audio Conferencing Provider name, possible values
103+
- AllProviders
104+
- NoProviders
105+
- Microsoft
106+
- ThirdParty
102107
103108
```yaml
104109
Type: ProviderType
@@ -128,7 +133,7 @@ Accept wildcard characters: False
128133
```
129134
130135
### -Tenant
131-
PARAMVALUE: Guid
136+
This parameter is reserved for internal Microsoft use.
132137
133138
```yaml
134139
Type: Guid
@@ -143,7 +148,7 @@ Accept wildcard characters: False
143148
```
144149
145150
### -TenantDomain
146-
PARAMVALUE: String
151+
This parameter is reserved for internal Microsoft use.
147152
148153
```yaml
149154
Type: String

skype/skype-ps/skype/New-CsTeamsTranslationRule.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,35 +28,35 @@ You can use this cmdlet to create a new number manipulation rule. The rule can b
2828

2929
### Example 1
3030
```powershell
31-
PS C:\> New-CsTeamsTranslationRule -Identity AddPlus1 -Pattern ^(\d{10})$ -Translation +$1
31+
PS C:\> New-CsTeamsTranslationRule -Identity 'AddPlus1' -Pattern '^(\d{10})$' -Translation '+$1'
3232
```
3333

3434
This example creates a rule that adds +1 to any ten digits number. For example, 2065555555 will be translated to +1206555555
3535

3636
### Example 2
3737
```powershell
38-
PS C:\> New-CsTeamsTranslationRule -Identity StripPlus1 -Pattern ^+1(\d{10})$ -Translation $1
38+
PS C:\> New-CsTeamsTranslationRule -Identity 'StripPlus1' -Pattern '^+1(\d{10})$' -Translation '$1'
3939
```
4040

4141
This example creates a rule that strips +1 from any E.164 eleven digits number. For example, +12065555555 will be translated to 206555555
4242

4343
### Example 3
4444
```powershell
45-
PS C:\> New-CsTeamsTranslationRule -Identity AddE164SeattleAreaCode -Pattern ^(\d{4})$ -Translation +120655$1
45+
PS C:\> New-CsTeamsTranslationRule -Identity 'AddE164SeattleAreaCode' -Pattern '^(\d{4})$' -Translation '+120655$1'
4646
```
4747

4848
This example creates a rule that adds +1206555 to any four digits number (converts it to E.164number). For example, 5555 will be translated to +1206555555
4949

5050
### Example 4
5151
```powershell
52-
PS C:\> New-CsTeamsTranslationRule -Identity AddSeattleAreaCode -Pattern ^(\d{4})$ -Translation 425555$1
52+
PS C:\> New-CsTeamsTranslationRule -Identity 'AddSeattleAreaCode' -Pattern '^(\d{4})$' -Translation '425555$1'
5353
```
5454

5555
This example creates a rule that adds 425555 to any four digits number (converts to non-E.164 ten digits number). For example, 5555 will be translated to 4255555555
5656

5757
### Example 5
5858
```powershell
59-
PS C:\> New-CsTeamsTranslationRule -Identity StripE164SeattleAreaCode -Pattern ^+1206555(\d{4})$ -Translation $1
59+
PS C:\> New-CsTeamsTranslationRule -Identity 'StripE164SeattleAreaCode' -Pattern '^+1206555(\d{4})$' -Translation '$1'
6060
```
6161

6262
This example creates a rule that strips +1206555 from any E.164 ten digits number. For example, +12065555555 will be translated to 5555

skype/skype-ps/skype/Unregister-CsOnlineDialInConferencingServiceNumber.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer:
1313
# Unregister-CsOnlineDialInConferencingServiceNumber
1414

1515
## SYNOPSIS
16-
Provide the topic introduction here.
16+
Unassigns the previously assigned service number as default Conference Bridge number.
1717

1818
## SYNTAX
1919

@@ -24,16 +24,16 @@ Unregister-CsOnlineDialInConferencingServiceNumber [-Identity] <String> [-Bridge
2424
```
2525

2626
## DESCRIPTION
27-
Provide the detailed description here.
27+
Unassigns the previously assigned service number as default Conference Bridge number.
2828

2929
## EXAMPLES
3030

3131
### -------------------------- Example 1 --------------------------
3232
```
33-
Insert example commands for example 1.
33+
Unregister-CsOnlineDialInConferencingServiceNumber -BridgeName "Conference Bridge" -RemoveDefaultServiceNumber 1234
3434
```
3535

36-
Insert descriptive text for example 1.
36+
Unassigns the 1234 Service Number to the given Conference Bridge.
3737

3838

3939
## PARAMETERS

teams/teams-ps/teams/New-CsBatchPolicyPackageAssignmentOperation.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ schema: 2.0.0
1212
# New-CsBatchPolicyPackageAssignmentOperation
1313

1414
## SYNOPSIS
15-
NOTE: This cmdlet is currently only available in limited preview in the pre-release Teams PowerShell module. A batch may contain up to 1000 users at this time.
16-
17-
This cmdlet submits an operation that applies a policy package to a batch of users in a tenant.
15+
This cmdlet submits an operation that applies a policy package to a batch of users in a tenant. A batch may contain up to 5000 users.
1816

1917
## SYNTAX
2018

0 commit comments

Comments
 (0)