hashmat00
-
Featured
Get Date of certification expiration User/machine
How to retrieve expiration date of specified certificate for user and machine. <# .SYNOPSIS This script to provide user/machine…
Read More » -
Azure
Get List of Users from Azure DevOps Organization
Retrieve total number and username of users from Azure DevOps Organization. <# .SYNOPSIS This script to get list of users/usersname…
Read More » -
Scripts
Fix No Client state – SCCM
get-service ccmexec | stop-service -Force (Get-WmiObject Win32_Service -Filter "Name=’CcmExec’").StopService() Get-WmiObject win32_service -ComputerName ca1connect02 | Where-Object {$_.name -eq "ccmexec"} | Stop-Service…
Read More » -
Intune
Microsoft Endpoint Manager: Windows Autopilot
Microsoft Endpoint Manager: Windows Autopilot This solution helps Organizations to setup and Pre-configure new devices and ready to be shipped…
Read More » -
Intune
Compliance Policy Intune
Microsoft Endpoint Manager: Compliance Policy Download Presentation: Microsoft Endpoint Manager- Compliance Policy Intune Mobile device management (MDM) solutions like Intune…
Read More » -
Featured
Microsoft EndPoint Manager: App Protection Policy – WIP – Intune
Download Presentation Microsoft Endpoint Manager- WIP Policy App protection policies are rules that ensure an organization’s data remains safe or…
Read More » -
SCCM
Enroll Device to Intune (SCCM+Intune)
Requirements: Azure Subscription License: E3 or E5 license for users MDM: Enable Intune MDM for your all users or specific…
Read More » -
Featured
Upgrade SCCM 2103 to 2107
What’s new in sccm 2107 version Select VM size for CMG Support for Windows Server 2022 and the ADK for…
Read More » -
Featured
Troubleshoot – All Software Update Shows Not Required – SCCM
Troubleshoot – All Software Update Shows Not Required Recently i moved my wsus from my primary site server to its…
Read More »