RDS: Changing the Connection Broker DNS Alias As you cannot edit the name from the RDS Server GUI, PowerShell to the rescue: Set-RDClientAccessName -ConnectionBroker -ClientAccessName
To view the FC WWWNs on a 2012 R2 or above Windows Server via powershell: “get-initiatorport” InstanceName NodeAddress PortAddress ConnectionType ———— ———– ———– ————– PCI\VEN_10DF&DEV_FE00&SUBSYS_FE0010DF&REV_02\4&370d11c1&0&0038_0 20000000c965485c 10000000c965485c Fibre Channel PCI\VEN_10DF&DEV_FE00&SUBSYS_FE0010DF&REV_02\4&370d11c1&0&0138_0 […]
Install Web Client: Install-RDWebClientPackage “Publish-RDWebClientPackage -Type Test -Latest” Publish-RDWebClientPackage -Type Production -Latest Uninstall Web Client: Uninstall-RDWebClient Uninstall-Module -Name RDWebClientManagement Note: If you replace the SSL or set this up from new. […]
The General Data Protection Regulation (GDPR) is an EU law covering data protection and privacy which will update and replace the existing Data Protection Act for the 21st Century. This […]
We recently came across this error whilst working on a client site for our sister company Datacentre Monkey After deploying a new VCSA and setting up VUM with VMware and HPE […]
Delete Recovery Partition in Windows 7/8/10 Start/Run/Diskpart – Run as Administrator Type “list disk” to display all the disks. Type “select disk n”, in which “n” contains the Recovery partition. […]
How to Change the Colour of Address Bar in Chrome Mobile Browser to match your website: Just add the following between your <head></head> tags (for WP this in your header.php) […]
Simple IIS rewrite to redirect all non-SSL and non-www traffic in a single URL rule, just place in the web.config: <rewrite> <rules> <rule name=”Force WWW and SSL” enabled=”true” stopProcessing=”true”> <match […]
For NGINX/Apache hosts: RewriteEngine On RewriteBase / RewriteCond %{HTTPS} !=on RewriteCond %{SERVER_PORT} ^80 RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] RewriteRule ^index\.php$ – [L] Best done with a plugin on CMS/WP sites! […]
To add you VCC cloud repository, it just takes a few simple steps. Open your Veeam B&R console, navigate to “Backup Infrastructure” Under “Service providers” click “Add […]