Diskpart-This utility is more useful for managing disk in the pcs or servers.
we can start the work with diskpart from just typing diskpart on cmd
Diskpart-This utility is more useful for managing disk in the pcs or servers.
we can start the work with diskpart from just typing diskpart on cmd
Now with windows 7 we can easily manage a disk drivers and external drives.
To perform a disk clean up,in a search box just type disk and it will give the Disk cleanup as a one of the result
Normally non administrators in the pc cannot install the hardware device drivers.(They don’t have rights),but for the some devices we have to allow them to install device drivers. Therefore we have to configure those settings from the local group policy.
step1
login to the windows 7 pc and rung the gpedit.msc in the run
Continue reading “Allow non administrators to install specified device drivers”
How to create multiple accounts with powershell script
when you’re creating user accounts with active directory(GUI), you have to right click so many times and its time consuming.but with this script you can easily create multiple accounts continuously.This is also possible with importing scv also but if its only 10 or 20 accounts its easier to use this PowerShell script.This PowerShell can be run with the server or desktop(Windows 7) which has install rsat(Remote server administration tool) or domain controller(Windows 2008 R2)
1.Open the Active Directory PowerShell module from administrative tools
Windows 2008/2008 R2 server core initial configuration
Windows 2008 R2 has its own tool for do the initial configuration of the server core, but previous version of the Windows 2008R2(Windows 2008) all the initial configuration also cmd based.
Get the computer name type hostname name and press enter
Rename computer- type netdom renamecomputer WIN-1MKA1D339E9 /newname EAGLE
WIN-1MKA1D339E9 IS A PREVIOUS NAME AND EAGLE IS A YOUR COMPUTER NAME
Press y and press enter
For restart the computer type shutdown –r –t 00
IP Address configuration for the server core (Add ip address dns server and gateway)
Type netsh(Network shell) and press enter
Type int ipv4 and press enter
Type add address “local area connection” 192.168.1.100 255.255.255.0 (“local area connection” is a name of a local area connection. This can be find from typing ipconfig /all command)
For adding gateway type add address “local area connection” gateway=192.168.1.1 gwmetric-1
For adding dnsserver type add dnsserver “local area connection” 8.8.8.8(8.8.8.8 is a google dns server you can add your own server)
For Enable remote desktop(cscript c:\windows\system32\scregedit.wsf /ar 0
Activate server using cmd (slmgr.vbs /dli) this gives the current license details of the server
Now type slmgr.vbs /ato(This will automatically activate your server for 180 days(Trial Period).Make sure that your server is connected with the internet)
Welcome to WordPress.com. After you read this, you should delete and write your own post, with a new title above. Or hit Add New on the left (of the admin dashboard) to start a fresh post.
Here are some suggestions for your first post.