Script: Save all Internet Explorer tabs as Favorites
We spend a lot of time in web browsers and if you’re like me, you probably have a gazillion tabs open – your work stuff,…
We spend a lot of time in web browsers and if you’re like me, you probably have a gazillion tabs open – your work stuff,…
Exchange 2010 includes Administrator Audit Logging functionality to log all administrator actions. Because all administrator actions, including those taken using the EMC and the new…
Exchange 2010 ships with a great new security feature – Role Based Access Control (RBAC). Having worked on the RBAC architecture of another product in…
Automating bulk mailbox creation required fairly advanced scripting skills in Exchange 2003/2000. Thanks to the Exchange Management Shell (aka “the shell”) in Exchange 2010 and…
In Exchange 2010 and Exchange 2007, you can add custom words or phrases as good or bad words to modify the Spam Confidence Level (SCL)…
The big news from MIX09 is probably the release of Internet Explorer 8, but for shell aficionados, Exchange folks and scripting geeks, the release of…
If you’re trying to get recipients from the whole AD Forest using the Exchange shell, there are two things to be aware of: 1. Session…
Send On Behalf access allows a user to send mail on behalf of the mailbox owner. Figure 1: Send On Behalf access can be assigned…
Exchange 2007 Mailbox Databases expose backup-related properties using the Get-MailboxDatabase cmdlet: Get-MailboxDatabase “My Database” -status | select *backup* | fl What you get back:BackupInProgress :SnapshotLastFullBackup…
In previous posts, we’ve taken a look at how to update multi-valued attributes and remove values from multi-valued attributes using PowerShell/Exchange Shell (EMS). Multi-valued attributes…