PowerShell Quick Tip: PowerShell UTC Time from Local Time
PowerShell Quick Tip: How to get PowerShell UTC time from local time. This is useful when you run PowerShell against systems […]
PowerShell Quick Tip: How to get PowerShell UTC time from local time. This is useful when you run PowerShell against systems […]
A customer wanted a collection with all their HP EliteBook 840 G3 computers. I could always search the Intenet and
ConfigMgr Client Health finally supports logging to a SQL database. It automatically fixes Windows computers to ensure they can patch,
This guide explains how to run a Powershell script with arguments as a scheduled task and how to deploy it with
I have just released version 0.5.3 of my client health check script and I’m happy to announce that ConfigMgr Client
How to deploy Windows Management Framework 5.1 with SCCM. Microsoft released Windows Management Framework 5.1 in January 2017, and with
This post explains how to work with ODBC connections in Powershell. Powershell 4 introduced new cmdlets that make it very easy
Today I released version 0.5.0 of my tool that automatically fixes broken SCCM clients. This version includes three new features
Have you ever seen a picture on the Windows 10 lock screen that you really liked and wanted to save?
I have released an update to my ConfigMgr Client Health script due to feedback from the community. This version includes
To Run a PowerShell script inside a vbs script can be usefull for many reasons, and its a quick and
Clients with a broken Configuration Manager Client is the worst. You lose management of the client, and it drags down
I want the OSD process to install all user applications if the primary user on the device is known. This
There have been a lot of discussion how to write a proper PowerShell detection method and how to tell Configuration
How to connect SQL with PowerShell. PowerShell has built in functionality to connect to SQL databases, which makes it very
Powershell execution policy is misunderstood and often looked upon as a security feature that stops you from running your scripts. But