Manually policy sycnronisation of a "Hybrid Azure AD joined" device

Markus Männl 56 Reputation points
2021-04-14T07:54:44.987+00:00

Hello,

is there a possibility to sync intune policy of a "Hybrid Azure AD joined" device, such as a powershell command?

Thanks,
Markus

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,363 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,333 questions
0 comments No comments
{count} votes

Accepted answer
  1. Lu Dai-MSFT 28,346 Reputation points
    2021-04-15T02:18:35.68+00:00

    @Markus Männl Thanks for posting in our Q&A.

    For this requirement that sync intune policy via powershell command, I have done a lot of research. I find that the following link discribes a method via powershell command. We can refer to it:
    https://oofhours.com/2019/09/28/forcing-an-mdm-sync-from-a-windows-10-client/
    Note: Non-Microsoft link, just for the reference.

    However, it is suggested to use the existing sync method. We can click on Devices > All devices > Select a device > sync in MEM portal to sync devices.
    87979-image.png

    Hope it will help.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Rahul Jindal [MVP] 9,146 Reputation points MVP
    2021-04-14T22:49:47.503+00:00

    You can initiate using Device actions in MEM admin console or automate it using proactive remediation scripts.


  2. Markus Männl 56 Reputation points
    2021-04-16T06:25:28.89+00:00

    Thanks for the answers!

    That's exactly what I was looking for. Scheduled tasks can be scripted by powershell...