Enable Remote Registry - Intune machines

andreas bright 581 Reputation points
2023-11-07T14:35:11.11+00:00

Hi,

We have hybrid environment, and we have some machines hybrid joined to Azure, and some Azure AD joined.

How can we enable Remote Registry from Intune ? I have tried searching for it, but not figured out a correct answer.

/R

Andy

Microsoft Security | Intune | Other
0 comments No comments
{count} votes

Accepted answer
  1. ZhoumingDuan-MSFT 17,165 Reputation points Microsoft External Staff
    2023-11-08T07:41:14.8966667+00:00

    @andreas bright,Thanks for posting in Q&A.

    From your description, I know that you want to enable Remote Registry via Intune.

    Based on my research, if you want to enable Remote Registry, you should first set Remote Registry Service Startup Type Automatic and start it, you can deploy a PowerShell script to enable it.

    Here is the content of the script you can refer:

    #Enables the Remote Registry service

    Set-Service -Name RemoteRegistry -StartupType Automatic

    #Starts the Remote Registry service

    Start-Service -Name RemoteRegistry

    You can refer the steps below to upload a PowerShell script into Intune and deploy it.

    1.Create a .ps1 file with content of the script above.

    2.Go to Intune admin center > Devices > Scripts > Add Windows10 and later > upload the script and configure it.

    User's image

    3.Assign it to the group.

    Please try above information. If there is any update, feel free to contact me.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.