File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -249,11 +249,14 @@ Generates OAuth device‑code or authorization URLs and associated tracking arti
249249
250250Use like so:
251251` .\watch_X_job3.ps1 -ResourceGroupName 'XXX-Hybrid-Automation' -AutomationAccountName 'XXX-Cybersecurity-Automation' -RunbookName pwned `
252+
252253or
254+
253255` $job = Start-AzAutomationRunbook -ResourceGroupName 'XXX-Hybrid-Automation' -AutomationAccountName 'XXX-Cybersecurity-Automation' -Name 'pwned' -RunOn 'xxxGroup' `
254256` .\watch_X_job3.ps1 -ResourceGroupName 'XXX-Hybrid-Automation' -AutomationAccountName 'XXX-Cybersecurity-Automation' -RunbookName pwned -JobId $job.JobId `
255257
256258
259+
257260## ── 📂 Section: On-Prem Active Directory ──
258261---
259262### ` ad_object_permissions3.ps1 `
You can’t perform that action at this time.
0 commit comments