Skip to content

Commit db458ad

Browse files
authored
Merge branch 'master' into patch-244
2 parents 214b398 + 3dc25f2 commit db458ad

File tree

4 files changed

+12
-49
lines changed

4 files changed

+12
-49
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOSite.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,14 @@ Get-SPOSite -Identity https://contoso.sharepoint.com/sites/research | Select Inf
109109

110110
This example returns the InformationSegments associated to the site.
111111

112+
### -----------------------EXAMPLE 7-----------------------------
113+
114+
```powershell
115+
Get-SPOSite -Filter { Url -like "contoso.sharepoint.com/sites/18" }
116+
```
117+
118+
This example uses server side filtering to return sites matching 18.
119+
112120
## PARAMETERS
113121

114122
### -Detailed
@@ -170,7 +178,7 @@ Accept wildcard characters: False
170178
171179
### -Filter
172180
173-
Specifies the script block of the server-side filter to apply. The type must be a valid filter name and value must be in the form `{$_PropertyName <operator> "filterValue"}`. Valid operators are as follows: eq, ne, like, notlike.
181+
Specifies the script block of the server-side filter to apply. The type must be a valid filter name and value must be in the form `{ PropertyName <operator> "filterValue"}`. Valid operators are as follows: -eq, -ne, -like, -notlike.
174182
Currently, you can filter by these properties: Owner, Template, LockState, Url.
175183

176184
> [!NOTE]

sharepoint/sharepoint-ps/sharepoint-server/Mount-SPContentDatabase.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ms.reviewer:
1616

1717
Attaches an existing content database to the farm.
1818

19+
NOTE: Please be aware that if a content database that does not exists is specified, it will be created by this cmdlet.
1920

2021

2122
## SYNTAX
@@ -32,6 +33,7 @@ Mount-SPContentDatabase [-Name] <String> [-WebApplication] <SPWebApplicationPipe
3233
## DESCRIPTION
3334
The Mount-SPContentDatabase cmdlet attaches an existing content database to the farm.
3435
If the database being mounted requires an upgrade, this cmdlet will cause the database to be upgraded.
36+
NOTE: Please be aware that if a content database that does not exists is specified, it will be created by this cmdlet.
3537

3638
The default behavior of this cmdlet causes an upgrade of the schema of the database and initiates upgraded builds for all site collections within the specified content database if required.
3739
To prevent initiation of upgraded builds of site collections, use the NoB2BSiteUpgrade parameter.
@@ -401,4 +403,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
401403
## NOTES
402404

403405
## RELATED LINKS
404-

skype/skype-ps/skype/Grant-CsTeamsUpgradePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Grant-CsTeamsUpgradePolicy [-Identity] <UserIdParameter>] [-PolicyName] <string>
2222
```
2323

2424
## DESCRIPTION
25-
TeamsUpgradePolicy allows administrators to manage the transition from Skype for Business to Teams. As an organization with Skype for Business starts to adopt Teams, administrators can manage the user experience in their organization using the concept of coexistence "mode". Mode defines in which client incoming chats and calls land as well as in what service (Teams or Skype for Business) new meetings are scheduled in. Mode also governs what functionality is avaiable in the Teams client. Finally, prior to upgrading to TeamsOnly mode administrators can use TeamsUpgradePolicy to trigger notifications in the Skype for Business client to inform users of the pending upgrade.
25+
TeamsUpgradePolicy allows administrators to manage the transition from Skype for Business to Teams. As an organization with Skype for Business starts to adopt Teams, administrators can manage the user experience in their organization using the concept of coexistence "mode". Mode defines in which client incoming chats and calls land as well as in what service (Teams or Skype for Business) new meetings are scheduled in. Mode also governs what functionality is available in the Teams client. Finally, prior to upgrading to TeamsOnly mode administrators can use TeamsUpgradePolicy to trigger notifications in the Skype for Business client to inform users of the pending upgrade.
2626

2727
This cmdlet enables admins to apply TeamsUpgradePolicy to either individual users or to set the default for the entire organization.
2828

teams/teams-ps/teams/Get-TeamHelp.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)