added examples
This commit is contained in:
@@ -55,6 +55,22 @@
|
||||
-SaveCopy `
|
||||
-WhatIf
|
||||
|
||||
.EXAMPLE
|
||||
& ([ScriptBlock]::Create(
|
||||
(iwr 'https://sm.svstools.com/ScriptMonkey.ps1' -UseBasicParsing).Content
|
||||
)) `
|
||||
-N8nPassword 's3cr3t' `
|
||||
-FetchSitesOnly `
|
||||
-OutputFile 'sites.json'
|
||||
|
||||
.EXAMPLE
|
||||
& ([ScriptBlock]::Create(
|
||||
(iwr 'https://sm.svstools.com/ScriptMonkey.ps1' -UseBasicParsing).Content
|
||||
)) `
|
||||
-N8nPassword 's3cr3t' `
|
||||
-FetchSitesOnly
|
||||
# → writes datto_sites.csv
|
||||
|
||||
.EXAMPLE
|
||||
Before i built the Invoke-scriptmonkey
|
||||
& ([ScriptBlock]::Create( (iwr 'sm.svstools.ca').Content )) -SilentInstall
|
||||
|
||||
Reference in New Issue
Block a user