Get List of Citrix machines, identify the Hostname and Machine Catalog...
… then sort by the Delivery Group Get-BrokerMachine -MaxRecordCount 1000 | ft MachineName, HostedMachineName, CatalogName -GroupBy Deskt...
… 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...
Test for PS Remoting Run the command from an administrative machine: Enter-PSSession -ComputerName LAB-CLI-01 Enable PS Remoting ...
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...