This can be used to find/delete one email or thousands of emails. Again, the below came in handy to zap away the offending emails. Using
Category: Powershell
Upgrading Distribution groups from Exch 03/07 to 10
EMS 2010 commands: Get-DistributionGroup –ID “DistributionGroupName” | Set-DistributionGroup –ForceUpdate To “upgrade” all Distribution Groups within an Organization, the following command will do the trick: Get-DistributionGroup
Find rogue snapshots within VMware
Requirements: – VMware vSphere PowerCLI – VMware Virtual Center 4.0 + Command: Connect-VIServer <virtual center name or IP>
Adding multiple users to AD from CSV
Download script here Requirements: – Powershell 2.0 – CSV file Attributes Used: FirstName LastName City Department Job Title Logon Name Password Description E-Mail Script (Logon
Sending an E-mail blast from a CSV with an attachment
Download script here Required: – Powershell 2.0 – CSV file with the first 3 cell names dictated by what you put in $emailaddress, $fileLocation, &
Exch Session Import to PS
Using a machine without Exchange Management Tools Requirements: – Powershell 2.0 – Access to your Exchange Server Launch Powershell and run: