New-OnPremiseHybridWorker
1.7
This Azure/OMS Automation runbook onboards a local machine as a hybrid worker.This script has been updated to use Az modules. Version 1.6 is using AzureRM modules. NOTE: This script is
intended to be run with administrator privileges and on a machine with WMF 5.
The major steps of the script are outlined below.
1) Install the necessary modules
2) Login to an Azure a
intended to be run with administrator privileges and on a machine with WMF 5.
The major steps of the script are outlined below.
1) Install the necessary modules
2) Login to an Azure a
This Azure/OMS Automation runbook onboards a local machine as a hybrid worker.This script has been updated to use Az modules. Version 1.6 is using AzureRM modules. NOTE: This script is
intended to be run with administrator privileges and on a machine with WMF 5.
The major steps of the script are outlined below.
1) Install the necessary modules
2) Login to an Azure account
3) Check for the resource group and automation account
4) Create references to automation account attributes
5) Create an OMS Workspace if needed
6) Enable the Azure Automation solution in OMS
7) Download and install the Microsoft Monitoring Agent
8) Register the machine as hybrid worker
Show more
intended to be run with administrator privileges and on a machine with WMF 5.
The major steps of the script are outlined below.
1) Install the necessary modules
2) Login to an Azure account
3) Check for the resource group and automation account
4) Create references to automation account attributes
5) Create an OMS Workspace if needed
6) Enable the Azure Automation solution in OMS
7) Download and install the Microsoft Monitoring Agent
8) Register the machine as hybrid worker
Installation Options
Owners
Package Details
Author(s)
- Azure Automation Team
Tags
Dependencies
This script has no dependencies.
Release Notes
1.6 - 11/15/2018
-- MODIFIED BY Alexander Zabielski
-- Updated the parameters to accept a TenantID to pass to the connection params.
1.5 - 5/29/2018
-- MODIFIED BY Jenny Hunter
-- updated use of New-AzureRmOperationInsightsWorkspace cmdlet to user the "PerNode" SKU
1.4 - 1/5/2018
-- MODIFIED BY V-JASIMS TO FIX RESOURCEGROUP BUG 01/02/2018
-- added param $OMSResourceGroupName - specify OMS resource group if using an existing OMS workspace
-- APPROVED BY Jenny Hunter
1.3 - 8/7/2017
-- MODIFIED BY Jenny Hunter
-- updated to account for new region support
1.2 - 7/18/2017
-- MODIFIED BY Peppe Kerstens at ITON
-- corrected wrong type assignment
-- added credential support
-- APPROVED BY Jenny Hunter
FileList
- New-OnPremiseHybridWorker.nuspec
- New-OnPremiseHybridWorker.ps1