You had me @ stfu
One-liners
›
Re-vamping this blog a bit. You'll notice that I do often like to squeeze my scripts into one-liners a lot of the time. Basic Progre...
Full mailbox access, send as
›
EMS: FULL MAILBOX ACCESS Add full mailbox access for a user: $mailbox = Read-host "Mailbox to be actioned upon"; $user = R...
Monitor message queues & alert
›
EMS: [string]$smtpserver = <HTServer> [string]$recipient = <e-mail of recipient for alerts> [string]$hostserver = $env:com...
Show Queues
›
EMS one liner: $HTS = (Get-ExchangeServer | ?{$_.IsHubTransportServer -eq "True"}); while ($true){foreach ($HT in $HTS){Get-qu...
Database Size Limit in GB script
›
EMS to set the database size limit in the registry $DBsize = "200" $loc = get-location [string]$server = $env:computername ...
Method not allowed
›
Method not allowed Whilst trying to perform DAG tasks in an Exchange 2010 environment (suspending replication, moving an active database c...
Relay Connectors & multi-valued properties
›
I’ve been working with Receive connectors, specifically relay connectors. 101 Relay Connectors – A basic Receive Connector can be used to ...
Powershell remoting
›
I always configure my new Exchange servers for remote management and Powershell remoting but also run commands on each server. Sometimes the...
Exchange 2010 bits and pieces
›
Here are a few bits and pieces for optimizing an Exchange 2010 deployment: Moving the Transport Database and Queue (e.g. to a fast disk): ...
Create mailboxes with EMS
›
I couldn't find my script for setting up test mailboxes for an Exchange 2010 environment that I am working on, so I had to re-write it. ...
‹
›
Home
View web version