Reporting on SCCM Application Deployment Progress with Powershell
I'm going to show you a new approach to getting deployment status out of SCCM. Most of our readers are familiar with using SCCM Reports, or the SCCM console, to [...]
I'm going to show you a new approach to getting deployment status out of SCCM. Most of our readers are familiar with using SCCM Reports, or the SCCM console, to [...]
Microsoft's PowerShell can be an awesome tool to manage the Windows operating system, as well as the Azure cloud. What is PowerShell used for? Put simply, Microsoft created PowerShell to [...]
Greetings everyone, If you haven't heard by now, the newest branch of SCCM 1706 brought the concept of managing PowerShell scripts within the Administrators console that can be executed against [...]
Today we are going to tell you a little story and see if it rings true for your organization. This is a story of a fictitious company named Contoso. Although [...]
Cyberattacks don't appear to be going away anytime soon. This is what businesses need to do to mitigate IT security threats.
Greetings fellow IT geeks. Today's post is centered around PowerShell and a recent request we had from a client. The Issue So like many companies out there, there can be many [...]
Hello All I was recently working on a project to migrate users from legacy domain to a primary domain. One of the many challenges is finding conflicting UPN between the two domains. UPN [...]
Hello again all and I hope everyone had a great set of Holidays! Today I'll be blogging about an incident I ran across with sysprep on a bare metal host. [...]
Summary There are many ways to validate the presence of a parameter within a PowerShell script or function, but some are definitely better. This post provides a PowerShell function [...]
Once Upon A Time.... I was recently in a situation where I needed both 32-bit and 64-bit PowerShell scripts to be able to read/write Task Sequence Variables. After trying various [...]