Create Get-ZAzOrg Function and Tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<# .ExternalHelp ./en-us/ZertoApiWrapper-help.xml #>
|
||||
function Get-ZAzOrg {
|
||||
[cmdletbinding()]
|
||||
param()
|
||||
$uri = "monitoring/zorgs"
|
||||
Invoke-ZARestRequest -uri $uri
|
||||
}
|
||||
Reference in New Issue
Block a user