Instances of Exchange_Logon represent the users currently logged on to Microsoft® Exchange.
The ExchangeMapiTableProvider supplies instances of the Exchange_Logon class.
The Exchange_Logon class extends the CIM_LogicalElement class.
| Property | Description |
|---|
| RowID Property |
[key, read] uint32 RowID;
The RowID property indicates that a random identifier is generated per query to ensure uniqueness. |
| ServerName Property |
[key, read] string ServerName;
The ServerName property indicates the name of the server where the mailbox resides. |
| StorageGroupName Property |
[key,
read] string StorageGroupName;
The StorageGroupName property indicates the name of the storage group that contains the mailbox. |
| StoreName Property |
[key, read] string StoreName;
The StoreName property indicates the name of the message database (MDB) that contains the mailbox. |
| AdapterSpeed Property |
[read] uint32 AdapterSpeed;
The AdapterSpeed property indicates the speed of the client network interface card, in kilobits/second |
| ClientIP Property |
The ClientIP property indicates the IP address of the client computer. |
| ClientMode Property |
[read,
Values{"Classic Online", "Cached"},
ValueMap{"1", "2"}] uint32 ClientMode;
The ClientMode property indicates whether the client is using local data caching. |
| ClientName Property |
[read] string ClientName;
The ClientName property indicates the client computer name. |
| ClientVersion Property |
[read] string ClientVersion;
The ClientVersion property indicates the version of the client used to log on. |
| CodePageID Property |
[read] uint32 CodePageID;
The CodePageID property indicates the code page of the client. |
| FolderOperationRate Property |
[read,
Units("per second")] uint32 FolderOperationRate;
The FolderOperationRate property indicates the folder operation rate (per second) performed by the store on behalf of the client. |
| HostAddress Property |
[read] string HostAddress;
The HostAddress property indicates the client-specific identification information. |
| LastOperationTime Property |
[read] datetime LastOperationTime;
The LastOperationTime property indicates the time when the last operation was performed. |
| Latency Property |
The Latency property indicates the server response latency time reported by the client, in milliseconds. |
| LocaleID Property |
The LocaleID property indicates the Windows locale of the client. |
| LoggedOnUserAccount Property |
[read] string LoggedOnUserAccount;
The LoggedOnUserAccount property indicates the name of the user account that logged on in the format DOMAIN\SAMAccountName. |
| LoggedOnUsersMailboxLegacyDN Property |
[read] string LoggedOnUsersMailboxLegacyDN;
The LoggedOnUsersMailboxLegacyDN property indicates the legacyDN of the user who is currently logged on. |
| LogonTime Property |
[read] datetime LogonTime;
The LogonTime property indicates the time that the user logged on. |
| MacAddress Property |
[read] string MacAddress;
The MacAddress property indicates the network interface card Media Access Connector address of the client computer. |
| MailboxDisplayName Property |
[read] string MailboxDisplayName;
The MailboxDisplayName property indicates the name of the mailbox. |
| MailboxLegacyDN Property |
[read] string MailboxLegacyDN;
The MailboxLegacyDN property indicates the legacyDN of the mailbox. |
| MessagingOperationRate Property |
[read,
Units("per second")] uint32 MessagingOperationRate;
The MessagingOperationRate property indicates the rate of send/receive operations performed per second by the store on behalf of the client. |
| OpenAttachmentCount Property |
[read] uint32 OpenAttachmentCount;
The OpenAttachmentCount property indicates the number of attachments currently opened by the client. |
| OpenFolderCount Property |
[read] uint32 OpenFolderCount;
The OpenFolderCount property indicates the number of folders currently opened by the client. |
| OpenMessageCount Property |
[read] uint32 OpenMessageCount;
The OpenMessageCount property indicates the number of messages currently opened by the client. |
| OtherOperationRate Property |
[read,
Units("per second")] uint32 OtherOperationRate;
The OtherOperationRate property indicates the rate of operations performed on the store, in response to client requests that are not within the other categories of operation-request properties. |
| ProgressOperationRate Property |
[read,
Units("per second")] uint32 ProgressOperationRate;
The ProgressOperationRate property indicates the rate of progress operations performed per second by the store on behalf of the client. |
| RPCSucceeded Property |
[read] sint32 RPCSucceeded;
The RPCSucceeded property indicates the number of successful RPC requests made by the client. |
| StoreType Property |
[read,
Values{"Mailbox Store", "Public Store"},
ValueMap{"1", "2"}] uint32 StoreType;
The StoreType property indicates whether the store contains mailboxes or public folders. |
| StreamOperationRate Property |
[read,
Units("per second")] uint32 StreamOperationRate;
The StreamOperationRate property indicates the rate of stream operations performed per second by the store on behalf of the client. |
| TableOperationRate Property |
[read,
Units("per second")] uint32 TableOperationRate;
The TableOperationRate property indicates the rate of table operations performed per second by the store on behalf of the client. |
| TotalOperationRate Property |
[read,
Units("per second")] uint32 TotalOperationRate;
The TotalOperationRate property indicates the rate of all operations performed per second by the store on behalf of the client. |
| TransferOperationRate Property |
[read,
Units("per second")] uint32 TransferOperationRate;
The TransferOperationRate property indicates the rate of transfer operations performed per second by the store on behalf of the client. |
This class has no methods.
This class has no associations.
The following example shows how to retrieve a list of Exchange_Logon instances, and how to retrieve all the associated properties.