Search query: label/VDI

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

OpenDNS and Internet Filtering.

OpenDNS and Internet Filtering.

Here is a quick write up for my daughter’s school on the various ways to filter websites and keep the students productive and safe. Initially ... 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

IPM Sponsored – Upcoming VDI Rollout Webinar

IPM Sponsored – Upcoming VDI Rollout Webinar

A few months back, I helped Phil Alberta (CIO at IPM) with a great onsite VDI workshop called VDI Myths.  It was focused for the ... Read More

Microsoft Teams: Cannot install for all users when a VDI environment is not detected

Microsoft Teams: Cannot install for all users when a VDI environment is not detected

...MSI has an “ALLUSER=1” option to install “machine-wide” (i.e. centrally in %ProgramFiles% rather than in the user profile), but it’s only allowed on VDI. But ... Read More