PS> Get a List of Citrix Delivery Groups then show the member VDA uptime statistics
About In a typical deployment scenario, the following script can be remotely invoked or ran directly on a Citrix DDC, where the PowerShe...
About In a typical deployment scenario, the following script can be remotely invoked or ran directly on a Citrix DDC, where the PowerShe...
Solution: The IP address is incorrect or in use.
Most Citrix engagements that allow for a little gold plating can benefit from customizations and branding. (Why branding?) What to mod...
… then sort by the Delivery Group Get-BrokerMachine -MaxRecordCount 1000 | ft MachineName, HostedMachineName, CatalogName -GroupBy Deskt...
Background There are numerous ways to troubleshoot connectivity issues. As a consultant, the method is likely limited to what tools ma...
About The following script can simply be used as a template for other sealing scripts. Some of the information have been updated by my c...
Background Almost all StoreFront servers will ultimately have to be behind a Load Balancer of some kind. And when they do, all of my clie...
Modify the (wwwroot)\Citrix\(StoreWeb)\custom\script.js // Customize FAVICON $('link[rel="ICON"]').attr('href...
Script: Get-MCInfo Add-PSSnapin citrix* $MachineCatalogs = Get-BrokerCatalog $MCList = @() $Item = 0 #Clear-Host # List the Ma...
Background A client alerted me of an issue they had while deploying Windows 10 to their branch offices. They make use of a Windows Print...