Search query: label/QFarm

The Return of Citrix QFarm

The Return of Citrix QFarm

...commonly used QFarm switches (/Online, /Offline, /Load, and plain QFarm without a switch).  It was also important that the new QFarm output the same number ... Read More

Simple Example of using YAML Node Anchors in Home Assistant

Simple Example of using YAML Node Anchors in Home Assistant

...code. The first instance of the key [rgb_color] is where you define the label (using &) and then the value after ward. So &red is ... Read More

How to Kill a running process across a WHOLE Citrix Farm

How to Kill a running process across a WHOLE Citrix Farm

...Management Console, but who wants to do that?! I present FarmKill v1.0. Create as a .cmd and feel free to modify. For newer versions of ... Read More

PowerShell Tutorial – How to Keep Tabs on XenApp Printer Queues

...Get-Content 'CitrixServerList.txt' ForEach ($server in $servers) { try { write-host "Processing printers for: " $server " ..." Get-WMIObject Win32_PerfFormattedData_Spooler_PrintQueue -computerName $server -ea stop | ?{$_.jobs ... Read More

Clean up your PVS server (EventLogs)!

Clean up your PVS server (EventLogs)!

...your servers in your farm! For /f “skip=3” %s in (‘QFarm /Online’) Do For /F “tokens=*” %E in (‘wevutil el /r:%s’) do wevutil cl “%E” ... Read More