Make into an advanced function.

This commit is contained in:
Wes Carroll
2019-06-05 14:08:45 -04:00
parent c78ad3e696
commit 5f24cc8c73
+3
View File
@@ -1,4 +1,7 @@
<# .ExternalHelp ./en-us/ZertoApiWrapper-help.xml #>
function Get-ZALicense {
[cmdletbinding()]
param()
$uri = "licenses"
Invoke-ZARestRequest -uri $uri
}