HybridRunbookWorkerConfig
0.1.0
Automatically onboard node to OMS and Azure Automation.
Required variables in Automation service:
- OMS Workspace ID as Variable: WorkspaceID
- OMS Workspace Key as Variable: WorkspaceKey(encrypted)
- Automation Account Endpoint URL as Variable: AutomationEndpoint
- Automation Account Primary or Secondary Key as Credential: AutomationCredential
- Username can
Required variables in Automation service:
- OMS Workspace ID as Variable: WorkspaceID
- OMS Workspace Key as Variable: WorkspaceKey(encrypted)
- Automation Account Endpoint URL as Variable: AutomationEndpoint
- Automation Account Primary or Secondary Key as Credential: AutomationCredential
- Username can
Automatically onboard node to OMS and Azure Automation.
Required variables in Automation service:
- OMS Workspace ID as Variable: WorkspaceID
- OMS Workspace Key as Variable: WorkspaceKey(encrypted)
- Automation Account Endpoint URL as Variable: AutomationEndpoint
- Automation Account Primary or Secondary Key as Credential: AutomationCredential
- Username can be any value. Key as password.
Requires the following modules be imported from the PowerShell Gallery:
- HybridRunbookerWorkerDSC
- xPSDesiredStateConfiguration
To compile using Azure PowerShell:
Add-AzureRMAccount (Login)
$ConfigurationData = @{
AllNodes = @(
@{
NodeName = 'Localhost'
PSDscAllowPlainTextPassword = $true
}
)
}
$CompileParams = @{
ResourceGroupName = <ResourceGroupName>
AutomationAccountName = <AutomationAccountName>
ConfigurationName = HybridRunbookWorkerConfig
ConfigurationData = $ConfigurationData
}
Start-AzureRmAutomationDscCompilationJob @CompileParams
Show more
Required variables in Automation service:
- OMS Workspace ID as Variable: WorkspaceID
- OMS Workspace Key as Variable: WorkspaceKey(encrypted)
- Automation Account Endpoint URL as Variable: AutomationEndpoint
- Automation Account Primary or Secondary Key as Credential: AutomationCredential
- Username can be any value. Key as password.
Requires the following modules be imported from the PowerShell Gallery:
- HybridRunbookerWorkerDSC
- xPSDesiredStateConfiguration
To compile using Azure PowerShell:
Add-AzureRMAccount (Login)
$ConfigurationData = @{
AllNodes = @(
@{
NodeName = 'Localhost'
PSDscAllowPlainTextPassword = $true
}
)
}
$CompileParams = @{
ResourceGroupName = <ResourceGroupName>
AutomationAccountName = <AutomationAccountName>
ConfigurationName = HybridRunbookWorkerConfig
ConfigurationData = $ConfigurationData
}
Start-AzureRmAutomationDscCompilationJob @CompileParams
Installation Options
Owners
Package Details
Author(s)
- Ben Gelens Michael Greene
Tags
Dependencies
-
- HybridRunbookWorkerDSC (>= 1.0.0)
- xPSDesiredStateConfiguration (>= 8.0.0)
Release Notes
https://github.com/Microsoft/HybridRunbookWorkerConfig/blob/master/README.md#releasenotes
FileList
- HybridRunbookWorkerConfig.nuspec
- HybridRunbookWorkerConfig.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
0.2.4 | 207 | 9/10/2018 |
0.2.2 | 48 | 9/10/2018 |
0.2.1 | 47 | 9/10/2018 |
0.2.0 | 48 | 9/10/2018 |
0.1.0 (current version) | 95 | 2/24/2018 |