Search query: label/Phil Alberta

Citrix Synergy 2019 : An Executive’s Perspective

Citrix Synergy 2019 : An Executive’s Perspective

It has been a few weeks since the close of 2019’s Citrix Synergy and IPM’s President Phil Alberta took the time to send over his ... 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

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

Some VDI Myths and a PDF!

Some VDI Myths and a PDF!

A couple of weeks ago, I had the opportunity to help present at a Goldman Sachs’ hedge fund event with my CIO, Phil Alberta.  The ... 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