Solutions for all your technology needs

How to limit users access to OWA in Exchange 2007 via powershell

Posted by on Nov 30, 2009 in Exchange | 0 comments

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 More

VBScript to change user home directory with username variable

Posted by on Nov 24, 2009 in Servers | 0 comments

Set CNUsers = GetObject (LDAP://OU=test,DC=N2NetworkSolutions,DC=com) CNUsers.filter = Array(“user”) For Each user in...

Read More
Page 1 of 212