Ensure the domain controller is placed in the Clonable Domain Controllers Security Group Creating the Allowable Applications List: get-addccloningExcludedApplicationList Generate a exception xml: Get-ADDCCloningExcludedApplicationList -GenerateXml Creating the Clone Configuration File: New-ADDCCloneConfigFile -Static -IPv4Address <newipaddress> -IPv4DefaultGateway <ip address> -IPv4SubnetMask <Subnetmask> -IPv4DNSResolver <DNS IP> <Second DNS IP> - CloneComputer Name <domain controller name> -SiteName <site Name> You... Continue Reading →
Networking Configuration on a ESXI Host using Shell
Useful network commands on ESXI Shell: esxcfg-nics cmd allows you to set the speed, duplex or list physical nics. esxcfg-nics -h shows the list of cmd available esxcfg-vswitch cmd allows you to administer vSwitchs. to list the switches: esxcfg-vswitch -l # list current vswitch configuration esxcfg-vmknic -l # list vmkernel interfaces and their configuration esxcfg-nics... Continue Reading →
Configure RDSH Farm using a KEMP LoadMaster
Point to note: When installed RDS 2012 using the Default Method, the RDWEB and Connection Broker will be installed. When creating RDSH farms, it is important to configure the Connection Broker to ensure that it does not conflict with the client or load balancer. You will need to configure the following policy: 'Use IP Address... Continue Reading →