REF: Exchange 07 & 10 PowerShell for CAS – Get-CASMailbox
這個覺得蠻重要的, 一般會用get-mailbox –identity 取得user 資訊, 不過CAS 存取的相關資訊就得換個思考及取得方式如下
Get-CASMailbox
[PS] C:\Documents and Settings\Exchadm\Desktop>Get-CASMailbox -Identity johnny.y
ao | fl
EmailAddresses : {EUM:Johnny.Yao@msft.com}
LegacyExchangeDN : /O=msft/OU=BQY/cn=Recipients/cn=Johnny.Yao
LinkedMasterAccount :
PrimarySmtpAddress : Johnny.Yao@msft.com
ProtocolSettings : {IMAP4§§1§§§§§§§§, HTTP§1§1§§§§§§, OWA§1}
SamAccountName : Johnny.Yao
ServerLegacyDN : /o=msft/ou=Exchange Administrative Grou
p (FYDIBOHF23SPDLT)/cn=Configuration/cn
=Servers/cn=BQT-MB07
ServerName : bqt-mb07
DisplayName : Johnny Yao
ActiveSyncAllowedDeviceIDs : {}
ActiveSyncMailboxPolicy : Default
ActiveSyncMailboxPolicyIsDefaulted : True
ActiveSyncDebugLogging :
ActiveSyncEnabled : True
HasActiveSyncDevicePartnership : True
OWAEnabled : True
OWACalendarEnabled :
OWAContactsEnabled :
OWATasksEnabled :
OWAJournalEnabled :
OWANotesEnabled :
OWARemindersAndNotificationsEnabled :
OWAPremiumClientEnabled :
OWASpellCheckerEnabled :
OWASearchFoldersEnabled :
OWASignaturesEnabled :
OWAThemeSelectionEnabled :
OWAJunkEmailEnabled :
OWAUMIntegrationEnabled :
OWAWSSAccessOnPublicComputersEnabled :
OWAWSSAccessOnPrivateComputersEnabled :
OWAUNCAccessOnPublicComputersEnabled :
OWAUNCAccessOnPrivateComputersEnabled :
OWAActiveSyncIntegrationEnabled :
OWAAllAddressListsEnabled :
OWAChangePasswordEnabled :
OWARulesEnabled :
OWAPublicFoldersEnabled :
OWASMimeEnabled :
OWARecoverDeletedItemsEnabled :
PopEnabled : True
PopUseProtocolDefaults : True
PopMessagesRetrievalMimeFormat : BestBodyFormat
PopEnableExactRFC822Size : False
ImapEnabled : True
ImapUseProtocolDefaults : True
ImapMessagesRetrievalMimeFormat : BestBodyFormat
ImapEnableExactRFC822Size : False
MAPIEnabled : True
MAPIBlockOutlookNonCachedMode : False
MAPIBlockOutlookVersions :
MAPIBlockOutlookRpcHttp : False
IsValid : True
OriginatingServer : dc13.msft.corp.com
ExchangeVersion : 0.1 (8.0.535.0)
Name : Johnny.Yao
DistinguishedName : CN=Johnny.Yao,,DC=msft,DC=corp,DC=com
Identity : msft.corp.com/msfter/Johnny.Yao
Guid : a8d0047a-7384-4125-a7f2-ac9e137a74a4
ObjectCategory : corp.com/Configuration/Schema/Person
ObjectClass : {top, person, organizationalPerson, user}
WhenChanged : 11/11/2009 10:07:57 PM
WhenCreated : 12/5/2005 11:28:59 AM
[PS] Get-CASMailbox -Identity johnny.yao | fl -Property popenabled
[PS] Get-CASMailbox | fl -Property popenabled
Blog Extended Reading
More Information & Reference
Comments
Post a Comment