Skip to content

Automation Cmdlets

Cmdlets for managing scripted actions, schedules, and autoscale profiles.

Cmdlet Description
Get-NMMScriptedAction List scripted actions
Get-NMMScriptedActionSchedule Get scripted action schedules
Get-NMMSchedule List schedules
Get-NMMScheduleConfig Get schedule configuration
Get-NMMAutoscaleProfile Get autoscale profiles

Scope Parameter

Most automation cmdlets support the -Scope parameter:

  • Account: Resources scoped to a specific account
  • Global: Resources available across all accounts
# Account-scoped scripted actions
Get-NMMScriptedAction -AccountId 123 -Scope Account

# Global scripted actions
Get-NMMScriptedAction -Scope Global