Osirium Logo

Resource Hub

Everything you need to automate your IT operations

Get Started

Put your IT Operations on Cruise Control

Automate cross-system processes to streamline IT operations, improve cybersecurity and demonstrate compliance.

Get PPA Express

Privileged Process Automation

  • Automate Privileged Operations Icon

    Automate Privileged Operations

    Remove the need for direct access and privileged credentials.

  • User Delegation Icon

    Delegate To Unprivileged Users

    Empower users without exposing the business to risk.

  • Consistent User Interface Icon

    Consistent User Interface

    Reduce training overhead and siloed knowledge.


Low Code Playbooks

  • Playbook Code Icon

    Simple YAML configuration

    Define automated tasks as high level steps.

  • Integrations Icon

    Integrate with everything

    Use plugins to connect to your infrastructure.

  • Single Pane of Glass Icon

    Single Pane of Glass

    Create, test and deploy from one interface.


steps:
- name: Get Domain Admins
  actions:
    # Get connection details from a secure vault
    - hashicorp_vault.key_value.read_secret_keys:
        secret: active_directory
        keys:
          - name: address
          - name: domain
          - name: username
            sensitive: true
          - name: password
            sensitive: true
        create_missing: true
      save: connection_details

    # Connect to AD and find the Domain Admins group
    - active_directory.groups.search:
        search_params:
          sAMAccountName: Domain Admins
      load:
        domain_controller: connection_details
      save: groups

    # Get all users in the Domain Admins group
    - active_directory.groups.get_users:
        nested: true
      load:
        distinguishedName: groups.0.distinguishedName
        domain_controller: connection_details
      save: domain_admins
      
    
    # Display a table of all domain admins
    - active_directory.groups.output_table:
        text: All Domain Admins
      load: 
        groups: domain_admins
View Playbooks IconView and adapt our free playbooks
Product Boot Screen

Get PPA for free!

Start automating your estate with a free 30 day trial today. No signup required!

Get PPA Express

Documentation


Theale Court
11-13 High Street, Theale
Reading, Berkshire, RG7 5AH
United Kingdom
+44 (0) 118 324 2444

Osirium Logo

Copyright 2020 Osirium Ltd.