Skip to content

Commit 91f558c

Browse files
authored
Merge pull request MicrosoftDocs#2254 from MicrosoftDocs/master
Merges Master to Live. See commits for details.
2 parents d39768c + 12e0cd8 commit 91f558c

File tree

11 files changed

+99
-217
lines changed

11 files changed

+99
-217
lines changed

exchange/exchange-ps/exchange/devices/Get-MobileDeviceStatistics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This example retrieves the statistics for the mobile phone configured to synchro
5959

6060
### -------------------------- Example 2 --------------------------
6161
```
62-
$UserList = Get-CASMailbox -Filter {HasActiveSyncDevicePartnership -eq $true -and -not DisplayName -like "CAS_{*"} | Get-Mailbox; $UserList | foreach {Get-MobileDeviceStatistics -Mailbox $_}
62+
$UserList = Get-CASMailbox -Filter {HasActiveSyncDevicePartnership -eq $true -and -not DisplayName -like "CAS_{*"} | Get-Mailbox; $UserList | foreach {Get-MobileDeviceStatistics -Mailbox $_.Identity}
6363
```
6464

6565
This example uses the Get-CASMailbox cmdlet to determine who in the organization has an Exchange ActiveSync mobile device. For each mobile device, the Exchange ActiveSync device statistics are retrieved.

sharepoint/sharepoint-ps/sharepoint-online/Connect-SPOService.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For permissions and the most current information about Windows PowerShell for Sh
5353
Connect-SPOService -Url https://contoso-admin.sharepoint.com -credential [email protected]
5454
```
5555

56-
Example 1 shows how a SharePoint Online global administrator with credential [email protected] connects to a SharePoint Online Administration Center that has the URL http://contoso-admin.sharepoint.com/.
56+
Example 1 shows how a SharePoint Online global administrator with credential [email protected] connects to a SharePoint Online Administration Center that has the URL http://contoso-admin.sharepoint.com.
5757

5858

5959
### -----------------------EXAMPLE 2-----------------------------
@@ -62,11 +62,18 @@ Example 1 shows how a SharePoint Online global administrator with credential adm
6262
$username = "[email protected]"
6363
$password = "password"
6464
$cred = New-Object -TypeName System.Management.Automation.PSCredential -argumentlist $userName, $(convertto-securestring $Password -asplaintext -force)
65-
Connect-SPOService -Url https://contoso-admin.sharepoint.com/ -Credential $cred
65+
Connect-SPOService -Url https://contoso-admin.sharepoint.com -Credential $cred
6666
```
6767

68-
Example 2 shows how a SharePoint Online global administrator with a username and password connects to a SharePoint Online Administration Center that has the URL http://contoso-admin.sharepoint.com/.
68+
Example 2 shows how a SharePoint Online global administrator with a username and password connects to a SharePoint Online Administration Center that has the URL http://contoso-admin.sharepoint.com.
6969

70+
### -----------------------EXAMPLE 3-----------------------------
71+
72+
```
73+
Connect-SPOService -Url https://contoso-admin.sharepoint.com
74+
```
75+
76+
Prompts for credentials. This is required if the account is using multi-factor authentication.
7077

7178
## PARAMETERS
7279

@@ -178,4 +185,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
178185
179186
[Getting started with SharePoint Online Management Shell](https://docs.microsoft.com/en-us/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps)
180187
181-
[Disconnect-SPOService](Disconnect-SPOService.md)
188+
[Disconnect-SPOService](Disconnect-SPOService.md)

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-SPOExternalUser
99

1010
## SYNOPSIS
11-
Returns external users in the tenant's folder.
11+
Returns external users in the tenant.
1212

1313

1414
## SYNTAX
@@ -20,7 +20,7 @@ Get-SPOExternalUser [[-Position] <Int32>] [[-PageSize] <Int32>] [[-Filter] <Stri
2020
```
2121

2222
## DESCRIPTION
23-
The `Get-SPOExternalUser` cmdlet returns external users that are located in the tenant's folder based on specified criteria.
23+
The `Get-SPOExternalUser` cmdlet returns external users that are located in the tenant based on specified criteria.
2424

2525
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).
2626

@@ -43,14 +43,14 @@ Example 2 returns two external users from the third page of the collection.
4343

4444
### -----------------------EXAMPLE 3-----------------------------
4545
```
46-
Get-SPOExternalUser -Position 0 -PageSize 30 -Filter https://contosoe.testsite.com
46+
Get-SPOExternalUser -Position 0 -PageSize 30 -Filter https://contoso.sharepoint.com
4747
```
48-
Example 3 returns the first 30 users that match the filter, https://contosoe.testsite.com.
48+
Example 3 returns the first 30 users that match the filter https://contoso.sharepoint.com.
4949

5050
## PARAMETERS
5151

5252
### -Filter
53-
Limits the results to only those users whose first name, last name or email address begins with the text in the string, using a case-insensitive comparison
53+
Limits the results to only those users whose first name, last name, or email address begins with the text in the string using a case-insensitive comparison.
5454

5555

5656
```yaml
@@ -104,6 +104,7 @@ Accept wildcard characters: False
104104
105105
### -SiteUrl
106106
Specifies the site to retrieve external users for.
107+
107108
If no site is specified, the external users for all sites are returned.
108109
109110
@@ -138,7 +139,7 @@ Accept wildcard characters: False
138139
```
139140
140141
### -ShowOnlyUsersWithAcceptingAccountNotMatchInvitedAccount
141-
System.Boolean
142+
Shows users who have accepted an invite but not using the account the invite was sent to.
142143
143144
144145
```yaml

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Lists all hub sites found on the SharePoint tenant. If you provide **-Identity**
2222

2323
If the hub site doesn’t exist, this cmdlet returns a “File not found” error.
2424

25+
> [!NOTE]
26+
> If a deleted hub site appears in the output of this cmdlet you may not have run [Unregister-SPOHubSite](https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/unregister-spohubsite) on the deleted hub site.
27+
2528
## EXAMPLES
2629

2730
### Example 1

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-SPOUserOneDriveLocation
99

1010
## SYNOPSIS
11-
This cmdlet will return the UPN of a user, current location this user locates, user’s corresponding MySite(ODB) Url and the site id.
11+
This cmdlet will return the user principal name, current location, and corresponding OneDrive for Business url, and the site ID. This cmdlet only supports Multi-Geo OneDrive sites.
1212

1313
## SYNTAX
1414

@@ -17,15 +17,15 @@ Get-SPOUserOneDriveLocation -UserPrincipalName <String> [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
20-
This command will return information about the onedrive location from the current user
20+
This command will return information about the OneDrive location for the specified user.
2121

2222
## EXAMPLES
2323

2424
### -----------------------EXAMPLE 1-----------------------------
2525
```powershell
2626
Get-SPOUserOneDriveLocation -UserPrincipalName [email protected]
2727
```
28-
Get the current location this user locates, user's corresponding MySite(ODB) Url and site ID.
28+
Get the current location the user's OneDrive location, url, and site ID.
2929

3030
## PARAMETERS
3131

skype/skype-ps/skype/Get-CsTeamsInteropPolicy.md

Lines changed: 5 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ schema: 2.0.0
1111

1212
IMPORTANT: TeamsInteropPolicy has been replaced by TeamsUpgradePolicy. Please read description for more details. You can also find more guidance here: [Migration and interoperability guidance for organizations using Teams together with Skype for Business](https://docs.microsoft.com/en-us/microsoftteams/migration-interop-guidance-for-teams-with-skype).
1313

14-
If TeamsUpgradePolicy has mode=Legacy, TeamsInteropPolicy determines how calls are routed between Skype for Business and Microsoft Teams. Otherwise it is ignored.
14+
If TeamsUpgradePolicy has mode=Legacy, TeamsInteropPolicy determines how calls are routed between Skype for Business and Microsoft Teams. *Otherwise TeamsInteropPolicy is ignored.* Granting TeamsUpgradePolicy with mode=Legacy is now blocked. Customers with exisitng configurations using Legacy mode must update their configuration to use a mode other than Legacy.
1515

1616

1717
## SYNTAX
1818

1919
```
20-
Get-CsTeamsInteropPolicy [-LocalStore] [[-Identity] <Object>] [-Tenant <Object>] [-Filter <Object>] [-AsJob]
20+
Get-CsTeamsInteropPolicy [-Identity] <Object>] [-Tenant <Object>] [-Filter <Object>] [-AsJob]
2121
```
2222

2323
## DESCRIPTION
@@ -26,31 +26,7 @@ IMPORTANT: TeamsInteropPolicy has been replaced by TeamsUpgradePolicy. TeamsInte
2626

2727
For any user that is still assigned TeamsInteropPolicy and in Legacy mode, these users must be assigned only one of these three built-in instances for which CallingDefaultClient = ChatDefaultClient, and for which AllowEndUserClientOverride = false. The other instances are not longer valid configurations, are not supported and will be removed.
2828

29-
The valid instances are:
3029

31-
32-
**Identity: DisallowOverrideCallingDefaultChatDefault**
33-
**AllowEndUserClientOverride: False**
34-
**CallingDefaultClient: Default**
35-
**ChatDefaultClient: Default**
36-
37-
**Identity: DisallowOverrideCallingSfbChatSfb**
38-
**AllowEndUserClientOverride: False**
39-
**CallingDefaultClient: Sfb**
40-
**ChatDefaultClient: Sfb**
41-
42-
**Identity: DisallowOverrideCallingTeamsChatTeams**
43-
**AllowEndUserClientOverride: False**
44-
**CallingDefaultClient: Teams**
45-
**ChatDefaultClient: Teams**
46-
47-
48-
Use the following cmdlet syntax, where $policy is one of the above values of identity:
49-
`Grant-CsTeamsInteropPolicy -PolicyName $policy -Identity $SipAddress`
50-
51-
52-
If you customized the built-in global policy, undo this by running `Remove-CsTeamsInteropPolicy`. This will remove the tenant-specific global policy and revert back to the system-wide built-in policy (which cannot be removed). Use the following syntax:
53-
Remove-CsTeamsInteropPolicy -Identity Global
5430

5531
For comprehensive documentation on this policy and its settings, see [Migration and interoperability guidance for organizations using Teams together with Skype for Business](https://docs.microsoft.com/en-us/microsoftteams/migration-interop-guidance-for-teams-with-skype).
5632

@@ -59,10 +35,10 @@ For comprehensive documentation on this policy and its settings, see [Migration
5935

6036
### -------------------------- Example 1 --------------------------
6137
```
62-
PS C:\> {{ Add example code here }}
38+
PS C:\> Get-CsTeamsInteropPolicy
6339
```
6440

65-
{{ Add example description here }}
41+
List all available instances of TeamsInteropPolicy.
6642

6743
## PARAMETERS
6844

@@ -83,7 +59,7 @@ Accept wildcard characters: False
8359
```
8460
8561
### -Identity
86-
{{Fill Identity Description}}
62+
The name of the policy instance
8763
8864
```yaml
8965
Type: Object
@@ -98,21 +74,6 @@ Accept pipeline input: False
9874
Accept wildcard characters: False
9975
```
10076
101-
### -LocalStore
102-
{{Fill LocalStore Description}}
103-
104-
```yaml
105-
Type: SwitchParameter
106-
Parameter Sets: (All)
107-
Aliases:
108-
Applicable: Skype for Business Online
109-
110-
Required: False
111-
Position: Named
112-
Default value: None
113-
Accept pipeline input: False
114-
Accept wildcard characters: False
115-
```
11677
11778
### -Tenant
11879
{{Fill Tenant Description}}

skype/skype-ps/skype/Get-CsTeamsUpgradePolicy.md

Lines changed: 11 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ TeamsUpgradePolicy allows administrators to manage the transition from Skype for
2929
NOTES:
3030
- Except for on-premise versions of Skype for Business Server, all relevant instances of TeamsUpgradePolicy are built into the system, so there is no corresponding New cmdlet.
3131
- If you are using Skype for Business Server, there are no built-in instances and you'll need to create one. Also, only the NotifySfBUsers property is available. Mode is not present
32-
- Instances with mode set to SfBWithTeamsCollab are not yet functional. From a routing perspective, this will behave like SfBOnly mode.
33-
- Action property is redundnant with the combination of NotifySfBUsers and Mode. It will eventually be removed.
32+
- Instances with mode set to SfBWithTeamsCollab and SfBWithTeamsCollabAndMeetings are not yet fully functional. From a routing perspective, they will behave like SfBOnly mode.
3433

35-
IMPORTANT: TeamsUpgradePolicy has replaced TeamsInteropPolicy. Components that previously honored TeamsInteropPolicy have been updated to honor TeamsUpgradePolicy instead.
34+
IMPORTANT: TeamsUpgradePolicy has replaced TeamsInteropPolicy. Components that previously honored TeamsInteropPolicy have been updated to honor TeamsUpgradePolicy instead. Do not use TeamsInteropPolicy.
3635

3736

3837
## EXAMPLES
@@ -45,25 +44,21 @@ Identity : Global
4544
Description : Users can use either Skype for Business client or Teams client
4645
Mode : Islands
4746
NotifySfbUsers : False
48-
Action : None
4947
5048
Identity : Tag:NoUpgrade
5149
Description : Users can use either Skype for Business client or Teams client
5250
Mode : Legacy
5351
NotifySfbUsers : False
54-
Action : None
5552
5653
Identity : Tag:NotifyForTeams
5754
Description : Show notification of pending upgrade in Skype for Business client
5855
Mode : Legacy
5956
NotifySfbUsers : True
60-
Action : Notify
6157
6258
Identity : Tag:UpgradeToTeams
6359
Description : Use Teams Only
6460
Mode : TeamsOnly
6561
NotifySfbUsers : False
66-
Action : Upgrade
6762
6863
Identity : Tag:Islands
6964
Description : Use either Skype for Business client or Teams client
@@ -75,32 +70,36 @@ Identity : Tag:IslandsWithNotify
7570
Description : Use either Skype for Business client or Teams client
7671
Mode : Islands
7772
NotifySfbUsers : True
78-
Action : Notify
7973
8074
Identity : Tag:SfBOnly
8175
Description : Use only Skype for Business
8276
Mode : SfBOnly
8377
NotifySfbUsers : False
84-
Action : None
8578
8679
Identity : Tag:SfBOnlyWithNotify
8780
Description : Use only Skype for Business
8881
Mode : SfBOnly
8982
NotifySfbUsers : True
90-
Action : Notify
9183
9284
Identity : Tag:SfBWithTeamsCollab
9385
Description : Use Skype for Business and use Teams only for group collaboration
9486
Mode : SfBWithTeamsCollab
9587
NotifySfbUsers : False
96-
Action : None
9788
9889
Identity : Tag:SfBWithTeamsCollabWithNotify
9990
Description : Use Skype for Business and use Teams only for group collaboration
10091
Mode : SfBWithTeamsCollab
10192
NotifySfbUsers : True
102-
Action : Notify
10393
94+
Identity : Tag:SfBWithTeamsCollabAndMeetings
95+
Description : Use Skype for Business and use Teams only for group collaboration
96+
Mode : SfBWithTeamsCollabAndMeetings
97+
NotifySfbUsers : False
98+
99+
Identity : Tag:SfBWithTeamsCollabAndMeetingsWithNotify
100+
Description : Use Skype for Business and use Teams only for group collaboration
101+
Mode : SfBWithTeamsCollabAndMeetings
102+
NotifySfbUsers : True
104103
```
105104

106105
List all instances of TeamsUpgradePolicy
@@ -114,7 +113,6 @@ Identity : Global
114113
Description : Users can use either Skype for Business client or Teams client
115114
Mode : Islands
116115
NotifySfbUsers : False
117-
Action : None
118116
119117
```
120118

@@ -165,21 +163,6 @@ Accept pipeline input: False
165163
Accept wildcard characters: False
166164
```
167165
168-
### -LocalStore
169-
Do Not Use
170-
171-
```yaml
172-
Type: SwitchParameter
173-
Parameter Sets: (All)
174-
Aliases:
175-
Applicable: Skype for Business Online, Skype for Business Server 2019
176-
177-
Required: False
178-
Position: Named
179-
Default value: None
180-
Accept pipeline input: False
181-
Accept wildcard characters: False
182-
```
183166
184167
### -Tenant
185168
{{Fill Tenant Description}}

0 commit comments

Comments
 (0)