HResult Error code 0x801c001d

HResult Error code 0x801c001d

A windows 11 device was dropping of the network regularly. In the logs the following error was reported under “User Device Registration” with event id 307 and 304. HResult Error code 0x801c001d. The error code 0x801c001d is commonly associated with…

Remotely trigger Machine Evaluation Policy in SCCM

Remotely trigger Machine Evaluation Policy in SCCM

To remotely trigger a machine evaluation policy in SCCM, you can use several methods, including PowerShell scripts, the SCCM console, and third-party tools like BatchPatch. Here are some options: 1. PowerShell Method: powershell Replace <computerName> with the target computer’s name. 2. SCCM…

Install Powershell 7

Install Powershell 7

PowerShell 7 is the latest major release of PowerShell, it is a cross-platform task automation and configuration management framework from Microsoft. PowerShell 7 is designed to be the one-stop shop for automation and scripting needs across different platforms, combining the…