In the process of working on the OWA Policy part of my lab setup script I veered off my path and ended up creating a script that would allow for modifying the various attributes on the OWA virtual directory of Exchange Server 2013. As of now the only changes I make are to the attribute…
Category: Exchange
Microsoft Exchange Server
Lab Setup Script – Part 5 – Advanced Features 2
With the 5th post in this series, I’ve added even more advanced features to the ever growing list: Email population – custom text, attachments and more Server setting configuration – message tracking, event log sizes, etc DLP Fingerprinting configuration Change Server URLs The entire script (download link at the bottom) is getting a bit massive…
Creating Email Population Scripts
As I am building my lab setup script, I continually run into what I call ‘challenges’. These challenges stem from lack of a complete understanding of all the features and functions of PowerShell. With a bit of experimentation and reading about what others have done to get over their own challenges with script writing, I…
Job Scheduling for Exchange 2013
As is the case for a lot of my blog articles, I tend to get distracted by one project or post which leads me to something completely unexpected. In this post I will cover a script I wrote to schedule a task for a test lab. The reason I wrote the script was to over…
Exchange 2013 and Signatures / Disclaimers
Signatures usually are not high on the priority list for messaging admins. Unless the company you are working for merges with a new company, is bought out or decides to do some “re-branding”. Whatever your scenario a decision has to be made between using the built-in transport rules or to install a third-party product to…
Lab Setup Script – Part 4 – Advanced Features 1
If you’ve followed my previous posts on this topic you have seen the growing list of automated PowerShell setups that are included for some of the basic functions in Exchange. For this article I am going to start delving into the more complicated, more advanced features of Exchange including the option to handle more complex…
Quick PowerShell Stuff 12
In my lab setup script, one of the options for several functions is to work on a list of random mailboxes. For example, if I have 100 mailboxes and I select the apply to random mailboxes option, Original Code The first iteration (which I used in my first 3 versions of my lab setup script)…
Quick PowerShell Stuff 11
As is par for the course in my Quick PowerShell series, I am taking an all too common problem and providing a PowerShell solution to it. In this post I am covering an all too often occurrence when a mailbox is deleted too soon and an administrator needs to recover the mailbox. The mailbox recovery…
Quick PowerShell Stuff 10
While doing research for another article I found links in the PowerShell cmdlets that let to pages with no content. The below script is an attempt to find all the help links for each an every PowerShell cmdlets for Exchange 2013. The basic logic of the script is to store the entire help for a…
Exchange 2013 – Recent Observations
As I’ve noted on many of my past blog posts, things are a changin’ with Exchange 2013 and its various release versions. Some changes are hard to notice at first and others are more obvious. I think both of the changes that I’m writing about are less obvious than other changes that have occurred in…