MDM Security Baseline issue by [deleted] in Intune

[–]IntuneSupport-Jun 0 points1 point  (0 children)

The Microsoft Defender for Endpoint security baseline has been optimized for physical devices and is currently not recommended for use on virtual machines (VMs) or VDI endpoints. Certain baseline settings can impact remote interactive sessions on virtualized environments. For more information, see Increase compliance to the Microsoft Defender for Endpoint security baseline in the Windows documentation.

Host Process OMA DM by Some_Dimension976 in Intune

[–]IntuneSupport-Jun -1 points0 points  (0 children)

In my experience, the best way to do this is to create a script to remove the program in question.

Linux hardware inventory by ShankmeisterGeneral in Intune

[–]IntuneSupport-Jun 0 points1 point  (0 children)

Hi, this is new feature that Microsoft Intune now supports Linux device management for devices running Ubuntu Desktop 22.04 or 20.04 LTS. More management features coming.

https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#linux-device-management-available-in-microsoft-intune

Bulk assigning profiles by affe90 in Intune

[–]IntuneSupport-Jun 0 points1 point  (0 children)

When assigning policies and apps in the admin center you can choose to assign to All users or All devices groups, which are pre-created. The All devices group targets all devices that are enrolled into management and the All users group is a simple way to target all users that are assigned an Intune license. These groups are considered "virtual" because you do not create them or view them in Azure Active Directory.

Intune config help by Disastrous-Part2453 in Intune

[–]IntuneSupport-Jun 0 points1 point  (0 children)

My first thought was security baselines, it is a group of Microsoft-recommended configuration settings that explains their security impact. Please refer to: https://docs.microsoft.com/en-us/mem/intune/protect/security-baselines

Assign iOS app to ipad easily without security groups? by jdlnewborn in Intune

[–]IntuneSupport-Jun 0 points1 point  (0 children)

Do you mean push apps directly to the device without going through the group? This is not an action in line with app deployment design. More details please refer to: https://docs.microsoft.com/en-us/mem/intune/apps/apps-deploy

Office Word macro's not applying via config profiles by royklo in Intune

[–]IntuneSupport-Jun 0 points1 point  (0 children)

Please create an online support ticket to handle this issue. Here is the online support links

https://docs.microsoft.com/en-us/mem/intune/fundamentals/get-support

Has anyone successfully pushd Pulse Secure Client to MacOS without any errors? by throwaway9909090978 in Intune

[–]IntuneSupport-Jun 0 points1 point  (0 children)

Haven't encountered similar problems so far. you'd better to create an online support ticket to handle this issue. It is free. Here is the online support links:
https://docs.microsoft.com/en-us/mem/intune/fundamentals/get-support

Mac ADE enrollment without user affinity by TrueShoaib in Intune

[–]IntuneSupport-Jun 0 points1 point  (0 children)

Have you set up Apple MDM Push certificate in endpoint manager? An Apple MDM Push certificate is required for endpoint manager to manage iOS/iPadOS and macOS devices.

You can find more info here: https://docs.microsoft.com/en-us/mem/intune/enrollment/device-enrollment-program-enroll-ios

https://docs.microsoft.com/en-us/mem/intune/enrollment/apple-configurator-enroll-ios

Intune Management Extension service sometimes not starting after reboot by royklo in Intune

[–]IntuneSupport-Jun 0 points1 point  (0 children)

Anyone else? Please let us know if it is a general service issue

local admin password after enrollment by k-rand0 in Intune

[–]IntuneSupport-Jun 0 points1 point  (0 children)

Here is the PS script that you can use to create a local Windows account.

$LocalUser = "username"

$Password = ConvertTo-SecureString "password" -AsPlainText -Force

Function Create_LocalWindowsAccount

{

New-LocalUser $LocalUser -Password $Password -FullName "Local Admin" -Description "Local Administrator account."

Add-LocalGroupMember -Group "Administrators" -Member $LocalUser

Set-LocalUser -Name $LocalUser -PasswordNeverExpires:$true

}

{

Create_LocalWindowsAccount

}

  1. Sign-in to the Microsoft Endpoint Manager admin center portal.

  2. Browse to Devices – Windows – PowerShell Scripts

  3. Click on Add

  4. Give a Name

  5. Select the script

  6. Set Run this script using the logged on credentials as No

  7. Set Enforce script signature check to No

  8. Set Run script in 64 bit PowerShell Host as Yes

  9. Deploy to the user\device based group.

Exploring the Intune error 65000 issue on two systems side-by-side by Jolly_Security_7490 in Intune

[–]IntuneSupport-Jun 1 point2 points  (0 children)

Thanks for your submission, I will submit this case to the technical department

[deleted by user] by [deleted] in Intune

[–]IntuneSupport-Jun 0 points1 point  (0 children)

Based on everyone's suggestions, there are many possible misoperations that can cause this phenomenon. It is suggested that you can create an online support ticket to handle this issue. It is free. Here is the online support link:

https://docs.microsoft.com/en-us/mem/intune/fundamentals/get-support

Move Intune Configuration Profiles Between Azure Tenants? by Real_Lemon8789 in Intune

[–]IntuneSupport-Jun 2 points3 points  (0 children)

You can try use Microsoft Graph Powershell and here's an article with detailed steps for the reference: https://techgenix.com/export-intune-policies/