Get-CsUserLocationStatus

With Get-CsUserLocationStatus you can track the progress of the regionally hosted meetings cross region move and determine when it has completed.

Syntax

Get-CsUserLocationStatus
   [[-Tenant] <Guid>]
   [[-Identity] <UserIdParameter>]
   [-Confirm]
   [-WhatIf]
   [<CommonParameters>]

Description

With regionally hosted meetings, you can take advantage of Microsoft Office 365 data centers located all over the world, and you can choose where your users are located in the Microsoft cloud. Your users log in to local data centers and therefore benefit from regional performance for meetings within the cloud.

The Get-CsUserLocationStatus tracks the progress of the cross region move and determine when it has completed.

Examples

-------------------------- EXAMPLE 1 --------------------------

PS C:\> Get-CsUserLocationStatus -Identity PilarA@contoso.com

This example tracks the progress of the cross region move for PilarA@contoso.com account.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-Identity

Indicates the Identity of the user account to be verified. User Identities can be specified using one of four formats:

  1. the user's SIP address;
  2. the user's user principal name (UPN);
  3. the user's domain name and logon name, in the form domain\logon (for example, litwareinc\kenmyer)
  4. the user's Active Directory display name (for example, Ken Myer), (only available if using the on-premises cmdlets) User Identities can also be referenced by using the user's Active Directory distinguished name. You can use the asterisk (*) wildcard character when using the display name as the user Identity. For example, the Identity "*Smith" returns all the users who have a display name that ends with the string value "Smith".
Type:UserIdParameter
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-Tenant

This parameter is reserved for internal Microsoft use.

Type:Guid
Position:0
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:Skype for Business Online

Inputs

None

Outputs

System.Object