Skip to content

Commit d3b703c

Browse files
author
David Strome
committed
Merge branch 'master' into ExMigration
2 parents 9363b52 + fee66e3 commit d3b703c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Export-SPBusinessDataCatalogModel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For permissions and the most current information about Windows PowerShell for Sh
3333

3434
### ------------------EXAMPLE------------------
3535
```
36-
C:\PS>$Model = Get-SPBusinessDataCatalogMetadataObject -BdcObjectType "Model" -Name "ContosoModel" -ServiceConext http://contoso
36+
C:\PS>$Model = Get-SPBusinessDataCatalogMetadataObject -BdcObjectType "Model" -Name "ContosoModel" -ServiceContext http://contoso
3737
C:\PS>Export-SPBusinessDataCatalogModel -Identity $Model -Path "C:\folder\model.bdcm"
3838
```
3939

skype/skype-ps/skype/Set-CsOAuthConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Accept wildcard characters: False
7575
Collection of domains that autodiscover requests can be redirected to.
7676
For example:
7777
78-
`-ExchangeAutodiscoverAllowedDomains "*.contoso.com","*.fabrikam.com"`
78+
`-ExchangeAutodiscoverAllowedDomains "*.contoso.com;*.fabrikam.com"`
7979

8080
```yaml
8181
Type: String

0 commit comments

Comments
 (0)