You had me @ stfu
Showing posts with label
Exchange
.
Show all posts
Showing posts with label
Exchange
.
Show all posts
Exchange 2016 CU20 breaks Event logs
›
I don't post often, but when I have something that I need to get out there with regards to my subject matter, this is where I post it. I...
Y2K22
›
Tasked with recovering from the issue discovered in https://techcommunity.microsoft.com/t5/exchange-team-blog/email-stuck-in-exchange-on-pr...
AMSI - Antimalware Scan Interface
›
Microsoft Exchange Server 2016 now supports integration with Windows Antimalware Scan Interface (AMSI). This feature enables an AMSI-capable...
Exchange Transport Rules and Regular expressions
›
I haven't posted anything in a long time and I have chosen not to go back over what has already been posted to see if it is still valid...
EWS & PowerShell
›
A bit of stuff using the EWS managed API, which can be downloaded here: http://www.microsoft.com/en-us/download/details.aspx?id=35371 Not...
Exchange Database statistics
›
DB sizes with whitespace: Get-MailboxDatabase -Status | sort name | select name,@{Name='DB Size (Gb)';Expression={$_.DatabaseSize....
Functions 1
›
############## function to add append to export-csv ######################### function Export-CSV { [CmdletBinding(DefaultParameterSetNam...
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 ...
›
Home
View web version