Make into an advanced function.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<# .ExternalHelp ./en-us/ZertoApiWrapper-help.xml #>
|
||||
function Get-ZALicense {
|
||||
[cmdletbinding()]
|
||||
param()
|
||||
$uri = "licenses"
|
||||
Invoke-ZARestRequest -uri $uri
|
||||
}
|
||||
Reference in New Issue
Block a user