April 27, 2011

Active Directory Install Password Error in WIndows 2008 R2

When installing active directory on a Windows 2008 R2 server the error message:

—————————
Active Directory Domain Services Installation Wizard
—————————
The local Administrator account becomes the domain Administrator account when you create a new domain. The new domain cannot be created because the local Administrator account password does not meet requirements.

Currently, a password is not required for the local Administrator account. We recommend that you use the net user command-line tool with the /passwordreq:yes option to require a password for this account before you create the new domain; otherwise, a password will not be required for the domain Administrator account.

At a command prompt run:

net user administrator /passwordreq:yes

February 17, 2011

February 4, 2011

Preventing deletion of desktop icons

How to prevent deleting desktop icons


Log in to client pc with the domain administrators account.

Navigate to the user's profile folder, and open it.

Take ownership of the desktop folder, and de-select the inherit permissions check box.

Remove the user from the permissions access list. Then re-add him. The users permissions now should be read, execute, and and list.

Then copy the shortcuts to desktop of domain users.

Note:

Make sure that you should logon to client pc at least one time to have the user’s profiles like Desktop.

Can be implemented in domain and in work group too.

To enable domain users to login to Server locally and through RDP


To enable domain users to login to Server locally and through RDP


Please see the below image for more details:

Enable shutdown/restart permission for domain users

To enable shutdown/restart permission for domain users.


We need to edit the Group Policy and the GP is located here:
Start  Administrative Tools  Group Policy Management
Under Group Policy Management  Forest  Domain  Domain Name  Domain Controllers  Default Domain Controller Policy
Right Click on Default Domain Controller Policy and took “Edit” so that we will get
“Group Policy Management Editor” In that

User Configuration>Administrative Templates\Start Menu and Taskbar
Disable “Remove and prevent access to the Shut Down, Restart, and other options”

January 28, 2011

To disable auto login network share folders

/ comment is that everytime when we accesses network machines for eg: 192.168.1.2, it automatically opens. The first time, there was a prompt for the username and password. Now it never does that.

cmd-> net use \\IPorDOMAIN /del

Eg: cmd-> net use \\192.168.1.2 /del


Now windows can store login information for network locations and websites as follows:

start-->run--> rundll32.exe keymgr.dll, KRShowKeyMgr

January 8, 2011

Windows Server Backup Step-by-Step Guide for Windows Server 2008

Windows Server Backup Step-by-Step Guide for Windows Server 2008 can be viewed from the link from here


Note: You can no longer back up to tape. (However, support of tape storage drivers is still included in Windows Server 2008.) Windows Server Backup supports backing up to external and internal disks, DVDs, and shared folders.


NTbackup earlier in (windows 2003 server) was Veritas, since Veritas is now Symantec, they probably did not come to an agreement. Note, that the entire disk management suite has been rewritten, because the original one was Veritas as well.