Skip to content

Commit b90e09f

Browse files
authored
Update README with usage instructions for watch_X_job3.ps1
Added usage examples for watch_X_job3.ps1 script.
1 parent eb08c07 commit b90e09f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,14 @@ Generates OAuth device‑code or authorization URLs and associated tracking arti
249249

250250
Use like so:
251251
`.\watch_X_job3.ps1 -ResourceGroupName 'XXX-Hybrid-Automation' -AutomationAccountName 'XXX-Cybersecurity-Automation' -RunbookName pwned`
252+
252253
or
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`

0 commit comments

Comments
 (0)