Welcome

This site is intended to be a spot I can post things I've come across and helped me. Hopefully someone else can find some use for it as well.

How To's

Check out some guides I have put together.

Read More

Step 3 - Create Homepage

To add featured content go to Theme Options -> Homepage (Featured) and turn the switch on then add the content you want for each section.

Exchange 2010 – Add Reviewer to Room Resource

Exchange LogoToday we had someone make a request for a few users to be able to see what appointments were scheduled for some room resources.  They didn’t want these people to add any appointments, but just needed to be able to see what was scheduled rather than seeing “Busy”.  I came across this site which has the PowerShell commands to set the Reviewer permission.  The article talks about changing the Default user permission which is not what I wanted to do.  So I used add–mailboxfolderpermission cmdlet instead of the set-mailboxfolderpermission cmdlet.

UPDATED: Exchange 2010 – Move mailbox to new AD account

PowerShell logoAt work we are getting ready to create new user accounts for everyone and move their mailbox from the current AD account to the new account. The reason for this is a bit lengthy, but a big reason is people have been granted permissions based on their AD account rather than by group membership. So by switching AD accounts we can clean things up a bit. Currently the format of our usernames is first initial last name (example: John Doe is JDoe), and we will be changing to a first name dot last name format (example: John.Doe).…

Just checking in

Hey, I’m not sure if anyone else is really looking at this site, but just in case I wanted to post a message saying I’m still here. We have a lot of changes/upgrades taking place this summer at work so I’ve been pretty busy and haven’t been able to post much. We’ve been setting up 4 Cisco Nexus 5K switches and installing 2 new NetApp SANs. So we’ve been a little busy. I do have some things to post, but they will take a little time to get together. The big one will be the user script we’ve been working on. If you saw the earlier post about using PowerShell to post to an ActiveMQ script, this will be a continuation. It will have more about that and also include a section for creating folders on the NetApp SAN using CIFs, setting share permissions, and then setting NTFS permissions.…

Exchange 2010 – Using Remote PowerShell

Exchange LogoToday I’ve been looking into how I can create and Exchange Mailbox using PowerShell.

A little background. We have been using PowerShell to create new Active Directory accounts for awhile, but hadn’t looked into being able to create the mailbox on Exchange at the same time. The biggest problem (more a concern) is that I thought we needed to install the Exchange Management Tools (EMC and EMS) on our domain controllers or admin desktops. I was concerned these servers and computers wouldn’t get updated at the same time as our Exchange Servers and I didn’t want services packs and other updates to get out of sync.…

PowerShell and ActiveMQ

PowerShell logoWe have a project going on at work that requires us to take gather specific information about users from Active Directory and get it into another system. We already use PowerShell to create all of our new user accounts so we wanted to stick with that. However, the other system we have to get the information into requires us to write the AD information to an ActiveMQ queue. The preferred format for this information is XML. So I was asked to come up with a way to accomplish this.…

iPad – Problem switching SSIDs

At work have two Cisco 5508 Wireless LAN Controllers and a number of Cisco AP’s. We have our wireless network split up into 3 different WLANS with different SSID’s. If you use a Windows computer you can connect to any of those 3 SSID’s without a problem and switch between them as needed. However, when we started to introduce iPads on our network we were able to get them attached to one SSID, but if we tried to switch to another one we would get a message that says “Unable to join network” with a Dismiss button. If you try 3, 4, or 5 times it would eventually switch. This however is very frustrating.…

Outlook – Can’t open link when clicked

Outlook LogoThe other day I started having problems opening links that were emailed to me. I would get the message in Outlook and then click the link, but would get a message saying:

This operation has been cancelled due to restrictions in effect on your computer.

The solution was to run the following commands from an elevated Command Prompt.

REG ADD HKEY_CURRENT_USERSoftwareClasses.htm /ve /d htmlfile /f…