Search query: label/Eventlog

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

Clean up Unwanted TermService PerfMon EventLog entries

Clean up Unwanted TermService PerfMon EventLog entries

...located here:  https://support.microsoft.com/kb/932813/ The solution is, to run the following command: lodctr /T:TermService This will update the system with the proper information and cause these ... Read More

Quick Citrix XenApp Tip : Logons and Logoff messages in the EventLog.

Quick Citrix XenApp Tip : Logons and Logoff messages in the EventLog.

Here is a nice tip provided by Frederic Serriere (Escalation Engineer, Citrix) on Doctor-Citrix.com : To Log ICA Logons and Logoffs in the Server’s EventLog,  ... Read More

Clean up your PVS server (EventLogs)!

Clean up your PVS server (EventLogs)!

...which always has stuff in it is the Eventlog.  The Eventlog used to comprise three basic logs: Application, Security and System and so it was ... 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