How to do post installation steps
1. Command To set administrator password
C:\users\admin> Net user administrator yourpasswordhere.
2. Command to configure network interface: By default it will take IP from DHCP. If you dont have DHCP and you want to configure manually use netsh command
To list all network interfaces use following command
C:\users\admin>netsh interface ipv4 show interfaces.
To assign Ip use following commnad
C:\users\admin>netsh interface ipv4 set address name=2 source=static address=192.168.1.1 mask=255.255.255.0 gateway=192.168.1.100
values are taken for example please give apropriate values.
3. Command to Activating server
Once trial period expired you need to activate windows. To activate windows run following command.
C:\users\admin>Slmgr.vbs -at0
4. command to rename computer;
C:\users\admin> Wmic computersystem where name=" %computername%" rename name="your name here"
this command should results in a return value=0 to indicate sucessfull rename.
5. Command to join computer in domain:
C:\users\admin>Netdom Join %computername% /domain:practice.com /userd:admin
/passwordd:*
Note: If you dont want to expose password here then type * it will prompt for password which you can give your password securly.
6. Configure Automatic Updates:
To enable Automatic updates manually
C:\users\admin> CScript Scregedit.wsf /AU 4
To Turnoff Automatic updates
C:\users\admin>CScript Sregedit.wsf /AU 1
7. To Enable Remote Administration
C:\users\admin>SCregedit.wsf /AR 0
Subscribe to:
Post Comments (Atom)
ONLINE TRAINING
Dear friends we are happy to announce that we entered in corporate training. For the past two years we trained many students, Employees as per industrial requirements. Now we are started online training session for who dont have enough time and who dont want to waste time to come to institutes for learning. We are offering online sessions for Windows server 2003, windows server 2008, MCSE, .NET, Java. MS SQL Server and many more. For more details about course and fee structure please 

No comments:
Post a Comment