Edit

Share via


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

Default (Default)

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

Applicable: Skype for Business Online

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Identity

Applicable: Skype for Business Online

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".

Parameter properties

Type:UserIdParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Tenant

Applicable: Skype for Business Online

This parameter is reserved for internal Microsoft use.

Parameter properties

Type:Guid
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

Applicable: Skype for Business Online

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

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

System.Object