Skip to content
@SkunkworksAutomation

SkunkworksAutomation

Skunkworks Automation

This is an unofficial Dell github focused on data protection automation. We have a ton of additional automation content in the pipeline. Our goal is to ensure we post meaningful, relevant, and functional examples to address the most common data protection use cases. We'll be working over the next few weeks to align with the conventions defined below for each product covered.

Notes:

I have removed the Ansible examples for now until I can get some conventions in place. They will be back soon!

Authors

Cliff Rodriguez

Platforms

  • PowerShell7
    • CMDLET Guidelines
    • CMDLET names are in lower case
    • CMDLET names begin with a PowerShell approved verb
    • CMDLET nouns are prefixed with two characters to avoid any naming convention collisions
      • ap = APEX
      • av = Avamar
      • dd = PowerProtect Data Domain
      • dm = PowerProtect Data Manager
      • dp = Data Protection Advisor
      • nw = Networker
      • rp = RP4VM
    • CMDLET variables are in pascal case
    • CMDLET bindings must be used outside of the following global variables
      • $global:ApiVersion
      • $global:AuthObject
      • $global:Port
    • CMDLET help must be defined
      • List module functions
        • PS> Import-Module .\dell.ppdm.psm1 -Force
        • PS> Get-Command -Module dell.ppdm
      • List cmdlet help after module is imported (basic, detailed, verbose w/ examples)
        • PS> {cmdlet-name} -?
        • PS> Get-Help -Name {cmdlet-name} -Detailed
        • PS> Get-Help -Name {cmdlet-name} -Full
        • PS> Get-Help -Name {cmdlet-name} -Examples

Documentation

Pinned

  1. Avamar Avamar Public

    Avamar Backup Software

    PowerShell 4

  2. DataProtectionAdvisor DataProtectionAdvisor Public

    PowerShell

  3. PowerProtectDataManager PowerProtectDataManager Public

    PowerProtect Data Manager Backup Software

    PowerShell 1 1

  4. PowerProtectDD PowerProtectDD Public

    PowerShell 1

  5. RP4VM RP4VM Public

    RP4VM

    PowerShell

Repositories

Showing 10 of 12 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…