We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f54ba commit 35df533Copy full SHA for 35df533
Src/Private/Get-AbrHRZHCLicenseService.ps1
@@ -41,7 +41,7 @@ function Get-AbrHRZHCLicenseService {
41
$textInfo = $culture.TextInfo
42
$properCaseLicensedEditionEdited = $textInfo.ToTitleCase($LicensedEditionEdited.ToLower())
43
44
- $ProductLicenseingInfo.Licensed
+ # $ProductLicenseingInfo.Licensed
45
if ($ProductLicenseingInfo.Licensed -eq $true) {
46
$LicStatus = "Okay"
47
} else {
0 commit comments