You had me @ stfu

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...

Snippets

›
 A few PowerShell snippets I use a bit... # Show Services that are set to Automatic that are not running: Get-WmiObject win32_service |?{ $_...

Restart Event IDs

›
I can never remember what these Event IDs are, so it's time to record them here. Event ID Description 1074 Logged when an app (ex: W...

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...

PS profile variables & transcript

›
$Global:scripts = "C:\Users\me\Documents\scripts" $Global:reports = "C:\Users\me\Documents\Reports" [string]$date = g...
›
Home
View web version
Powered by Blogger.