Tag Archives: Powershell

Setting NTFS permissions using Powershell

I am currently working on a script similar to the Mass import of users in Active Direcory post I published earlier (as promised ). In the new script I wanted to only use powershell, so I had to find a … Continue reading

Posted in Microsoft, Powershell Tagged , , ,

Enable Resource Booking Attendant on all Room Mailboxes

The Resource Booking Attendant should be enabled on all your Room Mailboxes. If it is not, the room will not accept or decline incoming meeting requests. Which is somewhat the whole point right? Heres a powershell command to enable it … Continue reading

Posted in Exchange, Microsoft Tagged , , , ,

Editing permissions on all mailboxes in one command, Exchange 2010/2007

If you have some sort of 3rd-party application that needs access to all of your mailboxes, it can be a pain to set the permissions on all of your mailboxes. Except if you use this nice little powershell command: Get-Mailbox … Continue reading

Posted in Exchange, Microsoft Tagged , , ,

Receive connector allowing anonymous relay on exchange 2010/2007

Often it’s a good idea to have a receive connector allowing certain devices to send mail through you exchange server without having to authenticate. One example from where I currently work is printers. We never set up the printers ourselves, … Continue reading

Posted in Exchange, Microsoft Tagged , , ,

Set event logging for the offline address list generator to medium

In a default exchange 2007/2010 installation the logging level for OALGen is set to lowest. That means that if you have users who do not show up in the Global address list (GAL) or they are missing some info, you … Continue reading

Posted in Exchange, Microsoft Tagged , , , , ,