How to limit users access to OWA in Exchange 2007 via powershell
The first thing you’re going to want to do is create two users in active directory. OWAEnabled and OWADisabled You then need to...
Read MoreVBScript to change user home directory with username variable
Set CNUsers = GetObject (LDAP://OU=test,DC=N2NetworkSolutions,DC=com) CNUsers.filter = Array(“user”) For Each user in...
Read More