wsp-10156 Exchange 2013 Display GUID is now displayed in mailbox properties
This commit is contained in:
parent
64d4b1ba30
commit
eca17e1924
6 changed files with 64 additions and 28 deletions
|
@ -2296,6 +2296,7 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
|
||||
info.DisplayName = (string)GetPSObjectProperty(mailbox, "DisplayName");
|
||||
info.HideFromAddressBook = (bool)GetPSObjectProperty(mailbox, "HiddenFromAddressListsEnabled");
|
||||
info.ExchangeGuid = GetPSObjectProperty(mailbox, "ExchangeGuid").ToString();
|
||||
|
||||
|
||||
Command cmd = new Command("Get-User");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue