I thought it would help to collate all my current RDS posts onto one to make it easier for you tech's to find things. I will add new links to this post when i publish new articles. Deploying RDS 2012 Single Server – Session Based deployment Deploying RDS 2012 using Standard Deployment Creating a Remote Desktop Session... Continue Reading →
Best Practices for Deploying KEMP’s VLM on VMware ESX
I have spent a considerable amount of time working with KEMP Load Balancers recently and would like to share some VMware deployment Best practices . For all those using KEMP Virtual LoadMaster's with VMware, you will need to configure a Load Balancing port group for the relevant vlan "production_LB" or "DMZ_LB" to avoid port flooding. To prevent RARP... Continue Reading →
Load Balance AFDS and ADFS Proxy in Windows Azure with KEMP
This article will show you how to load balance ADFS and ADFS proxy servers in Windows Azure using my favourite Load Balancer "KEMP". KEMP are one of the first vendors to release a layer 7 load balancer on the Windows Azure Platform. You can check out the Azure VLM Specs at http://kemptechnologies.com/uk/load-balancer-for-azure At the time of writing this article:... Continue Reading →
Load Balance a SharePoint 2013 Farm in Azure using KEMP
There are a lot of organisations out there like Toyota using SharePoint in Azure. KEMP are the first vendor to offer a layer 7 (application) load balancing product on Azure. I will be showing you how to Load Balance a SharePoint 2013 workload in Windows Azure using KEMP's Azure VLM. KEMP's VLM offers more features than the default Azure Load balancing solution. Please... Continue Reading →
Cloning a Domain Controller Server 2012: Hyper-V
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 →
Configuring RDS 2012 on Windows Azure
This post shows you how to setup RDS 2012 on Windows Azure: please see previous posts for guides on configuring RDS. Deploy RDS VM Ensure you setup the Virtual Network and Domain controller before deploying the RDS VM. You can ether create a site to site VPN to a on-premise Domain Controller or create a... 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 →