How to Connect to WSUS with PowerShell
With a simple code, you can connect to WSUS with PowerShell. I will show you how to connect to the WSUS server using PowerShell and run a few basic commands. You manage WSUS with a GUI, WSUS administration …
Windows PowerShell is a shell developed by Microsoft for purposes of task automation and configuration management. This powerful shell is based on the .NET framework and it includes a command-line shell and a scripting language.
With a simple code, you can connect to WSUS with PowerShell. I will show you how to connect to the WSUS server using PowerShell and run a few basic commands. You manage WSUS with a GUI, WSUS administration …
While using Windows Admin Center(WAC), I encountered CimCmdLets Connection error. This article aims to provide a solution for WAC CimCmdLets Connection error. Windows Admin Center is a locally deployed, browser-based app for managing Windows servers, …
In this post, you will learn multiple ways to download and install Windows Terminal on your computer. Let’s look at some Windows Terminal basics and the installation steps. If you’re on Windows 11, Windows Terminal …
In this post, I will cover a few TPM PowerShell cmdlets, that should help you in managing TPM via PowerShell. Using PowerShell, you can get the TPM status, clear TPM, initialize TPM and do much …
In this article, I will show you how to find PowerShell version using SCCM. We will use CMPivot query and Scripts feature to get PowerShell version in SCCM. So, what is PowerShell ?. PowerShell is …
In this post I will show you how to deploy PowerShell script using Intune (MEM). You can use the Microsoft Intune management extension to upload PowerShell scripts in Intune. Once you upload the PowerShell script, …
There are multiple ways to find Azure Tenant ID and in this post I will cover 3 easy methods to find the tenant ID. When you create an Azure account and add a Azure subscription, …
To find user last logon time, you can use many methods. I will cover some of the easy methods to find last logon time of user. You can go with the method that you believe …