Exchange 2010 - random question

Associate
Joined
20 Aug 2007
Posts
1,333
Location
Solihull
Hey guys, I have a friend who runs a network with exchange 2010, he randomly asked me if I knew what this number I have highlighted in red represented.
hazzexchange_zps2177b7dd.png


Any help would be great :)

Cheers,

Jamie
 
Sounds stupid but do we need to be logged into serverside on powershell for the exchange account to run this command -

Get-ActiveSyncDevice [-Identity <ActiveSyncDeviceIdParameter>] [-DomainController <Fqdn>] [-Filter <String>] [-Organization <OrganizationIdParameter>] [-OrganizationalUnit <OrganizationalUnitIdParameter>] [-ResultSize <Unlimited>] [-SortBy <String>]
 
Yeah you need to use the Exchange Management Shell that comes with Exchange 2010. The only thing you really need to supply is the -Mailbox property:

Get-ActiveSyncDevice -Mailbox <MailboxIdParameter>

The rest are optional parameters.
 
Yeah you need to use the Exchange Management Shell that comes with Exchange 2010. The only thing you really need to supply is the -Mailbox property:

Get-ActiveSyncDevice -Mailbox <MailboxIdParameter>

The rest are optional parameters.

Ok I'll let him know, he'll probably have more questions though, you're always a great help with server stuff though eulogy thanks :D
 
Back
Top Bottom