Using PowerShell to Get a List of Devices from Microsoft Intune

Using PowerShell to Get a List of Devices from Microsoft Intune

PowerShell to Get a List of Devices from Microsoft Intune Microsoft Intune is a cloud-based service that helps organizations manage and secure their devices, including mobile devices, laptops, and desktops. With Intune, you can set policies, deploy apps, and protect data across your organization. In this blog post, I will show you how to use … Read more

Exploring the Benefits of Azure Arc-Enabled Servers for Hybrid Cloud Management

Exploring the Benefits of Azure Arc-Enabled Servers for Hybrid Cloud Management

Exploring the Benefits of Azure Arc-Enabled Servers for Hybrid Cloud Management Introduction to Azure Arc-enabled servers: Azure Arc is a hybrid service that enables you to manage and govern your on-premises and cloud resources as one resource group. With Azure Arc-enabled servers, you can bring the benefits of Azure resource management to your servers, whether … Read more

How to Set Up Active Directory in Windows Server: Step by Step Guide 2023

Installing the AD DS Role Open the Server Manager and click “Add roles and features.” Select “Role-based or feature-based installation” on the “Installation Type” page. Choose the server on which you want to install the AD DS role and click “Next.” Check the box next to “Active Directory Domain Services” on the “Server Roles” page. … Read more

Microsoft Intune Analyze your on-premises GPOs using Group Policy Analytics DEMO

[ez-toc] Maximize Your Device Management with Microsoft Intune Group Policy Analytics Introduction Microsoft Intune is a cloud-based service that helps organizations manage and secure their devices, including mobile devices, laptops, and desktops. One of the key features of Intune is its ability to provide detailed reports on device and app usage, as well as on … Read more

Microsoft Intune Group Policy Import custom or third party partner ADMX and ADML templates

  Microsoft Intune Group Policy Import custom or third party partner ADMX and ADML templates You can import custom and third party/partner ADMX and ADML templates into the Endpoint Manager admin center. Once imported, you can create a device configuration policy using these settings, and then assign the policy to your managed devices. There are … Read more

ODC Logs Intune Deep Logs – Intune Debug ODC Logs

If you want to collect Deep logs (Intune Debug ODC Logs) from the machine, execute the below command this will collect all the required logs which may take more than 20Mins sometimes   wget https://aka.ms/intunexml -outfile Intune.xml wget https://aka.ms/intuneps1 -outfile IntuneODCStandAlone.ps1 powerShell -ExecutionPolicy Bypass -File .\IntuneODCStandAlone.ps1   The above will creates a .zip file with … Read more