Equebal Ahmad

Equebal Ahmad is a Senior Cloud Architect and a technical contributor for Techuisitive. With extensive experience in Microsoft endpoint and cloud management—including Intune, ConfigMgr/SCCM, Windows Autopilot, and PowerShell—he empowers IT teams to streamline device provisioning, enforce security standards, and automate compliance workflows. In his Techuisitive articles, Equebal blends real-world troubleshooting insights with detailed step-by-step guidance—covering tasks like driver management, device management, and policy configuration for both Windows and iOS devices.

PowerShell Remote – WinRM cannot complete the operation

Enter-PSSession : Connecting to remote server failed with the following error message : WinRM cannot complete the operation. verify that the specified computer name is valid, that the computer is accessible over the network, and that a firewall exception for the WinRM service is enabled and allows access from this computer.

PowerShell Remote – WinRM cannot complete the operation Read More »

PowerShell

How to Schedule SCCM Client Reboot through ConfigMgr

You may have a requirement to reboot SCCM client computers which have not been rebooted for n number of days. This process can be used to schedule a reboot using PowerShell script deployed as SCCM application. The PowerShell script will check if machine was rebooted in last n number of days. If not it will return exit code 3010 instructing SCCM client agent that a soft reboot is required.

How to Schedule SCCM Client Reboot through ConfigMgr Read More »

Scroll to Top