added examples
This commit is contained in:
@@ -55,6 +55,22 @@
|
|||||||
-SaveCopy `
|
-SaveCopy `
|
||||||
-WhatIf
|
-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
|
.EXAMPLE
|
||||||
Before i built the Invoke-scriptmonkey
|
Before i built the Invoke-scriptmonkey
|
||||||
& ([ScriptBlock]::Create( (iwr 'sm.svstools.ca').Content )) -SilentInstall
|
& ([ScriptBlock]::Create( (iwr 'sm.svstools.ca').Content )) -SilentInstall
|
||||||
|
|||||||
Reference in New Issue
Block a user