Intune Bulk Enrollment with Provisional Package failed with Error 0xCAA2000C

Using provisioning package device failed to complete AAD Join with error 0xCAA2000C. The issue can also be tracked under Audit Logs in Azure.

You will get entry of the device that you are trying to onboard , looking at the Azure audit logs it shows that the device gets added and then gets removed immediately.

Intune Bulk Enrollment with Provisional Package failed with Error 0xCAA2000C Read More »

Intune enrollment troubleshooting

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