Giter Club home page Giter Club logo

memhybridworker's Introduction

Intune Win32 App - Windows Hybrid Runbook Worker

Win32 App Package designed for Microsoft Endpoint Manager (Intune) to deploy the Microsoft Monitoring Agent to Windows 10 clients, connect them to Log Analytics and register them as a Hybrid Runbook Worker in Azure Automation.

For more information, please refer to the blog post at https://srdn.io/2020/01/managing-your-modern-workplace-with-microsoft-endpoint-manager-and-azure-automation

Requirements:

  • Windows 10 devices managed with Microsoft Endpoint Manager (Intune)
  • An Azure Subscription
  • An Azure Automation account
  • An Azure Log Analytics workspace
  • The Azure Automation Solution added to the Log Analytics workspace

Win32 App Configuration

Custom build the Win32 app from the source

To connect devices to Log Analytics and register them as Hybrid Runbook Workers you need to pass along the workspace id, Azure Automation endpoint URL and necessary keys. With the prepackaged app you can pass these as parameters in the install cmdlet, but if you don't like to expose them there, another option is to embed them in the Install-HybridWorker.ps1 PowerShell Script and repackage it.

Using the prepackaged .intunewin Win32 app.

Program

Install command: PowerShell.exe -ExecutionPolicy Bypass -File "Install-HybridWorker.ps1" -workspaceId <Log Analytics Workspace Id> -workspaceKey <Log Analytics Workspace Key> -azAutomationUrl <Azure Automation Url> -azAutomationKey <Azure Automation Primary Key>

Uninstall command: PowerShell.exe -ExecutionPolicy Bypass -File "Uninstall-HybridWorker.ps1" -azAutomationUrl <Azure Automation Url> -azAutomationKey <Azure Automation Primary Key>

Install behavior: System
Device restart behavior: No specific action

Detection rules:

When the device is successfully registered as Hybrid Runbook Worker, a new registry key will be present.

Rules format: Manually configure detection rules
Rule type: Registry
Key path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HybridRunbookWorker
Detection method: Key exists

Win32 App Package creation cmdlet:

IntuneWinAppUtil.exe -c "source" -s "source\Setup.exe" -o "package"

memhybridworker's People

Contributors

jseerden avatar

Stargazers

Sean Voda avatar  avatar Aaron Parker avatar

Watchers

 avatar

Forkers

slick005

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.