Create Get-ZALicense.ps1

This commit is contained in:
Wes Carroll
2019-06-03 07:11:33 -04:00
parent 6a32ed6e14
commit 183bbc7d13
+4
View File
@@ -0,0 +1,4 @@
function Get-ZALicense {
$uri = "licenses"
Invoke-ZARestRequest -uri $uri
}