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