Posted by Billy.F in February 22, 2010
Posted by Billy.F in December 8, 2009
Allow Remote Administration exception policy on the target machine. This might be needed for some commands to function properly.
Start “gpedit.msc” snap-in. Navigate to Computer Configuration | Administrative Templates | Network | Network Connections | Windows Firewall
Choose Domain or Standard as needed, and enable the following: Allow Remote Administration Exception
For more information:
http://technet.microsoft.com/en-us/library/cc738900%28WS.10%29.aspx
Posted by Billy.F in November 22, 2009
It is create your host file and deploy it with a startup script which doesn’t require that the user has admin rights since it runs on machine account.
Put your host file on a share and create a batch file with this line:
type [...]
Posted by Billy.F in November 15, 2009
If your have a domain PC, the local administrator account is lockout and your domain admin account is remove from the PC local administrators group, what can you do?
This a solution may be useful to solve this problem:
Use the GPO to add a start up script to add a domain user account to this PC.
Posted by Billy.F in October 7, 2009
Group Policy preferences do not require you to install any services on servers. Windows Server 2008 includes Group Policy preferences by default as part of the Group Policy Management Console (GPMC). Administrators will also be able to configure and deploy Group Policy preferences in a Windows Server [...]