-
Notifications
You must be signed in to change notification settings - Fork 44
Command Line Options
This page contains a list of all available command line options. More specific details on these can be found on the various pages throughout the wiki
- The number of days until patching completion status is changed to False
- Data Type: Integer
Command option example:
--days-until-reset=7
Command option disable example:
--days-until-reset=X
- Number of deferrals allowed for incidents such as Active Display Assertions, Focus/DND mode. This type of deferral will be done silently and no prompts will be displayed for the user. Deferral time set by
DeferralTimerFocus - Data Type: Integer
Command option example:
--deadline-count-focus=3
Command option disable example:
--deadline-count-focus=X
- Number of deferrals allowed by the end-user
- Data Type: Integer
Command option example:
--deadline-count-focus=3
Command option disable example:
--deadline-count-focus=X
- Example: 3
- The number of minutes to defer until the next update workflow attempt if a user chooses not to install updates
- Data Type: Integer
Command option example:
--deferral-timer-default=1440
Command option disable example:
--deferral-timer-default=X
- Amount of time in Minutes that AAP will defer if any errors are detected throughout the process
- Data Type: Integer
Command option example:
--deferral-timer-error=60
Command option disable example:
--deferral-timer-error=X
- Amount of time in Minutes that AAP will defer for Focus/DND/Display Assertions. Requires the use of
DeadlineCountFocus. If no DeferralTimerFocus is set it will default to DeferralTimerDefault - Data Type: Integer
Command option example:
--deferral-timer-focus=60
Command option disable example:
--deferral-timer-focuss=X
- Allows you to provide multiple deferral time options instead of the default of one day (minutes,minutes,etc...)
- Data Type: String
Command option example:
--deferral-timer-menu=30,60,480,720,1440
Command option disable example:
--deferral-timer-menu=X
- Amount of time in minutes until AAP is relaunched after a workflow
- Data Type: Integer
Command option example:
--deferral-timer-workflow-relaunchs=1440
Command option disable example:
--deferral-timer-workflow-relaunch=X
- Sets a custom icon for specific dialogs, such as the deferral dialog
- Data Type: String
Command option example:
--dialog-icon-option=filepath|URL
- A space-separated list of Installomator labels to ignore for the AAP workflow. Supports wilddcards
- Data Type: String
Command option example:
--ignored-labels="microsoft* googlechrome*"
- Data Type: Integer
- Options: 0 (Completely Silent) | 1 (Silent Discovery, Interactive Patching) | 2 (Full Interactive) (default)
- A space-separated list of optional Installomator labels. Labels in this category are only included if the app exists on the end-users device and will force install even if its the latest version. Does Not Support Wildcards
- Data Type: String
Command option example:
--optional-labels="iterm2 googlechromepkg"
- The day of week to set the start date for a recurring patching cadence
- Data Type: Integer
- Options: 1 through 7 (1=Mon 2=Tue...7=Sun)
Command option example:
--patch-week-start-day=2
Command option disable example:
--patch-week-start-day=X
- a space-separated list of Installomator labels that are required, regardless if the app is installed or or the latest version. Supports wildcards.
- Data Type: String
Command option example:
--required-labels="desktoppr dockutil nudgesuite"
- Clears any saved labels in the local configuration profile
- Data Type: trigger only\
Command option example:
--reset-labels
--force-self-update-check
- will force a one time self update check
--self-update-enabled --self-update-disabled
- Enables or Disables automatic self update check
--self-update-frequency=daily|weekly|monthly
- Determines how frequently AAP will run a self update check
- The Slack Webhook URL to use if
WebhookFeatureis set to TRUE - Data Type: String
Command option example:
--webhook-url-slack=https://webhook.slack.com/YourSlackWebhookURL
- The Teams Webhook URL to use if
WebhookFeatureis set to TRUE
Command option example:
--webhook-url-teams=https://webhook.teams.com/YourTeamsWebhookURL
Information can be found regarding these triggers throughout the wiki