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
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

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name HybridRunbookWorkerConfig -RequiredVersion 0.1.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Package Details

FileList

Version History

Version Downloads Last updated
0.2.4 197 9/10/2018
0.2.2 45 9/10/2018
0.2.1 44 9/10/2018
0.2.0 45 9/10/2018
0.1.0 (current version) 92 2/24/2018