LogoLogo
LogoLogo
  • Welcome
    • Navigation
  • RealmJoin Deployment
    • Onboarding
    • Required Permissions
    • Infrastructure Considerations
      • Multi User Devices
    • Migration to RealmJoin vNext
  • User, Group and Device Management
    • Overview
    • User Profile
    • Organization Details
    • User, Group and Device Lists
      • Advanced Search
      • User Details
      • Group Details
      • Device Details
    • User and Group Settings
      • Available RealmJoin Policies
  • App Management
    • Packages
      • Package Store
        • Application Store Details
      • Package Management
      • Package Details
      • Package Assignments
        • Package Migration
      • Package Settings
      • Packaging Requests
        • Organic Packages
    • AVD Templates
  • Automation
    • Connecting Azure Automation
      • Required Permissions
      • Runbook Parameters
    • Runbooks
      • Runbook Customization
      • Runbook Permissions
      • Naming Conventions
      • Runbook Scheduling
      • Runbook Logs
        • Runbook Job Details
      • Runbooks Changelog
    • Requirements
    • Remediation Scripts
  • RealmJoin Agent
    • Features
      • Local Admin Password Solution (LAPS)
        • KeyVault
        • Application Insights
      • Notifications
      • AnyDesk Integration
        • AnyDesk configuration
      • App Deployment using the Agent
        • RealmJoin ESP
    • Deploying the Agent
    • User Interface
  • Logs
    • Connecting Azure Log Analytics Workspace
    • Audit Log
  • RealmJoin Settings
    • Overview
    • General
    • Roles and Permissions
      • Pre-defined Roles
      • Custom Roles
        • Available Permissions
    • Group Namespaces
    • Workplace Cloud Storage
    • Self Service Forms
  • Developer Reference
    • RealmJoin API
      • Authentication
    • Interacting with Runbooks
    • Simulating a Runbook Environment
    • Local Admin Password Management
  • Other
    • FAQ
      • Security
    • Troubleshooting
      • Package Installation Issues
        • Collecting Logfiles
        • Logfiles Structure
        • Analysing chocolatey.log
        • Troubleshooting failed chocolatey packages
        • Troubleshooting failed craft packages
        • Fixes for common issues
        • Intunewin Debugging
      • LAPS Issues
        • LAPS account passwords cannot be retrieved
        • Requested LAPS Accounts are not being created
    • Changelog
  • Legal
    • Licensing
    • Support
  • RealmJoin Website
Powered by GitBook
On this page
  • Overview
  • Console
  • Input
  • Errors and Warnings
  • Exceptions
  • Source

Was this helpful?

Edit on GitHub
  1. Automation
  2. Runbooks
  3. Runbook Logs

Runbook Job Details

Last updated 1 year ago

Was this helpful?

Overview

RealmJoin Portal allows you to view runbooks jobs from Azure Automation.

On the left side of the page you will find metadata about the runbook job, its type/context, job ID and its caller.

Be aware, "caller" is only present when runbooks are RealmJoin-aware and report this information, as Azure Automation has no concept for this.

On the right, you will find multiple tabs, representing:

Console

This will show a live feed of the runbooks output. In contrast to Azure Automation, output of a runbook is readable in real time.

Using "Copy to Clipboard" you can copy the full output to use it e.g. in a service/ITIL ticket system.

Input

Review the parameters used to start the runbook job.

Errors and Warnings

If present, warnings and errors which are not part of regular output will be shown in these two tabs.

Exceptions

If the PowerShell script of the runbook threw an exception (and the runbook thus failed), you can review the Exception here.

Exceptions will also be shown above the regular output in Console if present to simplify identifying problems.

Source

This allows you to review the runbooks source code associated with this job.

Runbook Job Details
Runbook Job Parameters
Runbook Job Warnings
Exception shown in Console
Runbook Source