We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb08c07 commit b90e09fCopy full SHA for b90e09f
1 file changed
README.md
@@ -249,11 +249,14 @@ Generates OAuth device‑code or authorization URLs and associated tracking arti
249
250
Use like so:
251
`.\watch_X_job3.ps1 -ResourceGroupName 'XXX-Hybrid-Automation' -AutomationAccountName 'XXX-Cybersecurity-Automation' -RunbookName pwned`
252
+
253
or
254
255
`$job = Start-AzAutomationRunbook -ResourceGroupName 'XXX-Hybrid-Automation' -AutomationAccountName 'XXX-Cybersecurity-Automation' -Name 'pwned' -RunOn 'xxxGroup'`
256
`.\watch_X_job3.ps1 -ResourceGroupName 'XXX-Hybrid-Automation' -AutomationAccountName 'XXX-Cybersecurity-Automation' -RunbookName pwned -JobId $job.JobId`
257
258
259
260
## ── 📂 Section: On-Prem Active Directory ──
261
---
262
### `ad_object_permissions3.ps1`
0 commit comments