You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/automation/automation-windows-hrw-install.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,9 @@ To get more networking requirements for the Hybrid Runbook Worker, see [Configur
44
44
45
45
### Server onboarding for management with Automation DSC
46
46
47
-
For more information about onboarding servers for management with DSC, see [Onboarding machines for management by Azure Automation DSC](automation-dsc-onboarding.md).
48
-
If you enable the [Update Management solution](../operations-management-suite/oms-solution-update-management.md), any Windows computer that's connected to your Log Analytics workspace is automatically configured as a Hybrid Runbook Worker to support runbooks included in this solution. However, it isn't registered with any Hybrid Worker groups already defined in your Automation account.
47
+
For information about onboarding servers for management with DSC, see [Onboarding machines for management by Azure Automation DSC](automation-dsc-onboarding.md).
48
+
49
+
If you enable the [Update Management solution](../operations-management-suite/oms-solution-update-management.md), any Windows computer that's connected to your Log Analytics workspace is automatically configured as a Hybrid Runbook Worker to support runbooks included in this solution. However, it isn't registered with any Hybrid Worker groups already defined in your Automation account.
49
50
50
51
### Adding the computer to a Hybrid Runbook Worker group
51
52
@@ -60,19 +61,17 @@ On the target machine, perform the following steps to automate the installation
60
61
Download the New-OnPremiseHybridWorker.ps1 script from the
61
62
[PowerShell Gallery](https://www.powershellgallery.com/packages/New-OnPremiseHybridWorker) directly from the computer running the Hybrid Runbook Worker role or from another computer in your environment. Copy the script to the worker. The New-OnPremiseHybridWorker.ps1 script requires the following parameters during execution:
62
63
63
-
**AAResourceGroupName* (mandatory): The name of the resource group that's associated with your Automation account.
64
-
**OMSResourceGroupName* (optional): The name of the resource group for the Log Analytics workspace. If this resource group is not specified, *AAResourceGroupName* is used.
65
-
**SubscriptionID* (mandatory): The Azure subscription ID that your Automation Account is in.
66
-
**TenantID* (optional): The identifier of the tenant organization associated with your Automation Account.
67
-
**WorkspaceName* (optional): The Log Analytics workspace name. If you don't have a Log Analytics workspace, the script creates and configures one.
68
-
**AutomationAccountName* (mandatory): The name of your Automation Account.
69
-
**HybridGroupName* (mandatory): The name of a Hybrid Runbook Worker group that you specify as a target for the runbooks that support this scenario.
70
-
**Credential* (optional): The credentials to use when logging in to the Azure environment.
64
+
**AAResourceGroupName* (mandatory): The name of the resource group that's associated with your Automation account.
65
+
**OMSResourceGroupName* (optional): The name of the resource group for the Log Analytics workspace. If this resource group is not specified, *AAResourceGroupName* is used.
66
+
**SubscriptionID* (mandatory): The Azure subscription ID that your Automation Account is in.
67
+
**TenantID* (optional): The identifier of the tenant organization associated with your Automation Account.
68
+
**WorkspaceName* (optional): The Log Analytics workspace name. If you don't have a Log Analytics workspace, the script creates and configures one.
69
+
**AutomationAccountName* (mandatory): The name of your Automation Account.
70
+
**HybridGroupName* (mandatory): The name of a Hybrid Runbook Worker group that you specify as a target for the runbooks that support this scenario.
71
+
**Credential* (optional): The credentials to use when logging in to the Azure environment.
71
72
72
-
> [!NOTE]
73
-
> When enabling solutions, only certain regions are supported for linking a Log Analytics workspace and an Automation Account.
74
-
>
75
-
> For a list of the supported mapping pairs, see [Region mapping for Automation Account and Log Analytics workspace](how-to/region-mappings.md).
73
+
> [!NOTE]
74
+
> When enabling solutions, only certain regions are supported for linking a Log Analytics workspace and an Automation account. For a list of the supported mapping pairs, see [Region mapping for Automation Account and Log Analytics workspace](how-to/region-mappings.md).
0 commit comments