Ever got annoyed with your disk filling up with big database backups, text files or other compressable data? 7-Zip to the rescue! Save diskspace and zip folder contents using 7-Zip!
Recently I noticed it wasn’t easy to view members of a dynamic distribution group, which was set up by a somewhat incapable sysadmin. The following line shows how the list was set up: ((((((((((((((((((((CustomAttribute1 -eq ‘All_everyone’) -or (Company -eq ‘[companyname1]’))) -or (Company -eq ‘[companyname2]’))) -and (((((RecipientType -eq ‘UserMailbox’) -or (RecipientType -eq ‘MailUser’))) -or (RecipientType -eq …
Here you find a little bit of Powershell code to remove files by extension and date. Or better said, older then an x amount of days. Clean, not much about it and very useful!
The Problem: Corrupted Exchange System User Today we faced a challenge. Since one the administrative users in our MS Exchange environment was corrupted, we decided to create a new mailbox database (MDB) and move the users to that new database. Sound quite easy, don’t you think? Here is what we came up with.