Posts Tagged ‘Windows Server’

September 13, 2011 0

Add User to Public Folder – Recursive Permissions

By in Microsoft, Windows Server

This is normaly a pain in the ass! But Microsoft has some cool scripts to add recursive permissions to the Public Folders. My example is from Exchange Server 2010 but it works on earlier versions too! Navigate to your Exchange installation dir, for example (DO THIS IN POWERSHELL): C:\Program Files\Microsoft\Exchange Server\V14\Scripts> Now execute this command: [...]

Tags: , , ,

December 29, 2010 0

Setting Permissions recursively via Command Prompt

By in Microsoft

I had to kill an old File Server in Windows Server 2000 but needed to copy all the shares to the new NAS. I use robocopy for the copying itself but i got to the problem about permissions on the user. I needed to keep all other permissions and add myself to them. I FOUND [...]

Tags: , , ,

December 10, 2010 2

Allow users to Change IP Address with Group Policy (GPO)

By in Microsoft, Windows Server

I saw many people asking around the web how to this by GPO. To allow users to change IP Address settings on the windows machine they logon with a GPO. Well in this case you will need to user Restricted Groups on the GPO. First create a Security Group that you will use to put [...]

Tags: , , ,

December 9, 2010 0

Cross Forest Trust – Windows Server 2008 R2

By in Microsoft

Hi all I had a task to create a Cross Forest Trust. I had two independent Forests natively in Windows Server 2008 R2. For example purpose I will name them F1.local and F2.local. I’m posting this because i found some problems along the way that might help some one if they get into this. Begin [...]

Tags: , , ,