SCRIPT: Reset Mailbox Limits
I had posted a script that reports all users with their mailbox storage limits set individually on the user account properties in my earlier post…
I had posted a script that reports all users with their mailbox storage limits set individually on the user account properties in my earlier post…
At times the user’s mailbox limits are adjusted to bypass the limits set on a store or all stores by a policy. This is done…
Messages from specific senders can be blocked by implementing sender filtering. Blocked senders are specified in Global Settings Message Delivery properties Sender Filtering tab (see…
Here’s a script written in response to a newsgroup post today on microsoft.public.exchange.admin. Exchange Server allows you to automatically forward inbound mail for one recipient…
Background: The Active Directory Users & Computers (ADUC) UI lets you list the mail column for each object, which displays the default (SMTP) email address…
Need to maintain an accurate inventory of servers in datacenter. Dell servers have a Service Tag that is required when calling Dell support, and it…
The ClusApi.h file, which is part of the PlatformSDK should contain this… typedef enum CLUSTER_RESOURCE_STATE { ClusterResourceStateUnknown = -1, ClusterResourceInherited = 0, ClusterResourceInitializing = 1,…
The WMI ExchangeClusterResource class has 5 properties: 1) Name: returns name of Exchange cluster resource 2) Type: specifies the cluster resource type (IP Address, network…