Quantcast
Channel: Exchange Server 2013 - General Discussion forum
Viewing all articles
Browse latest Browse all 4521

How to see GUID of new user mail box

$
0
0

Hi Member

How to see GUID of user mailbox on the web ECP ?

Now when i need to GUID must run Power shell as below

$username = "username"
$guid = (Get-Mailbox $username).ExchangeGUID
$upn = (Get-User $username).UserPrincipalName
$upnsuffix = $upn.Split("@")[1] 
$ServerName = "$guid@$upnsuffix"
write-host $ServerName


Viewing all articles
Browse latest Browse all 4521

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>