- Rename the computer
netdom renamecomputer localhost /NewName:XA-WEB1 /Reboot /Force - Set the IP Address and DNS Server
netsh interface ip set address "Local Area Connection" static 192.168.0.7 255.255.255.0 192.168.0.254 1
netsh interface ip set dns "Local Area Connection" static 192.168.0.1 validate=no - Join the domain, using PowerShell
Add-Computer -Domain xenapplab.local
Restart-Computer - Rename the computer
netdom renamecomputer localhost /NewName:XA-XA1 /Reboot /Force - Set the IP Address and DNS Server
netsh interface ip set address "Local Area Connection" static 192.168.0.3 255.255.255.0 192.168.0.254 1
netsh interface ip set dns "Local Area Connection" static 192.168.0.1 validate=no - Join the domain, using PowerShell
Add-Computer -Domain xenapplab.local
Restart-Computer
Configure Citrix Licensing and Web Interface Server
Install Citrix Licensing and Web Interface
Configure XenApp Server
Running the commands looks like this:
No comments:
Post a comment
Note: only a member of this blog may post a comment.