Remove Copilot Icon from Excel

Did you recently launch Excel only to find yet another Copilot icon shoved into your face?  This time it’s a permanent icon in the lower right of every worksheet. There is no option to disable, hide or remove it.  Googling suggests there is supposed to be a copilot setting in Excel under File / Options … Read more

Import Hyper-V VM from another Server with a different filepath

Consider the following scenario where you have two physical sites, production and failover. Each site includes a HyperV host and a SAN. The production environment is a HyperV Failover Cluster while the Failover site consists of a standalone HyperV host. The SAN volumes are replicated from production to the failover site as shown in the … Read more

HOWTO: Calculate Elapsed Business Hours Using PowerShell

Update: 4/11/2022:  An individual by the name of Adam Cook has taken the premise of this script and transformed it into a far more robust PowerShell module and published it on Github.  I wanted to ensure I gave his project all the visibility I could.  The Github page is available here: https://github.com/codaamok/PSBusinessTime Thanks Adam! Have … Read more

HOWTO: Determine what wmiprvse.exe is actually doing (aka Troubleshoot WMI)

This HOWTO came about after watching the excellent video series on using Process Explorer available here: Case of the Unexplained: Troubleshooting with Mark Russinovich In this video, he talks about a case where wmiprvse.exe was causing Bluray video playback to stutter. If you have worked in IT for any length of time, you’ve probably seen … Read more