You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a SPT configured with iLO Directory Group and generate a PowerShell script with the Convertto-... cmdlet
The variable $GroupSID is set to $null. If I set $GroupSiD to be blank, it works
However the OV library requires this parameter to be non-null or not-empty
Line 119466 of HPEOneView800.psm1
Steps to reproduce
Version Information
HPE OneView PowerShell Library Version (Get-HPOVVersion or $PSLibraryVersion): 8.0.3528.2178
HPE OneView Appliance Version (Get-HPOVVersion -ApplianceVer): 8.40.00.480384.00
Output from $PSVersionTable on your Windows Host: PS 7.3.5
# Output from $PSVersionTable
The text was updated successfully, but these errors were encountered:
Expected Behavior
I have a SPT configured with iLO Directory Group and generate a PowerShell script with the Convertto-... cmdlet
The variable $GroupSID is set to $null. If I set $GroupSiD to be blank, it works
However the OV library requires this parameter to be non-null or not-empty
Line 119466 of HPEOneView800.psm1
Steps to reproduce
Version Information
HPE OneView PowerShell Library Version (
Get-HPOVVersion
or$PSLibraryVersion
): 8.0.3528.2178HPE OneView Appliance Version (
Get-HPOVVersion -ApplianceVer
): 8.40.00.480384.00Output from
$PSVersionTable
on your Windows Host: PS 7.3.5# Output from $PSVersionTable
The text was updated successfully, but these errors were encountered: