HewlettPackard / POSH-HPEOneView

PowerShell language bindings library for HPE OneView.
http://hewlettpackard.github.io/POSH-HPEOneView/
126 stars 52 forks source link

New-OVIloDirectoryGroup/New-OVServerProfileTemplate empty GroupSID not possible #588

Closed BraendiAT closed 1 year ago

BraendiAT commented 2 years ago

When creating a Server Profile Template with managed ILO directory groups, the groupSID field cannot be empty/null when using the functions New-OVIloDirectoryGroup or New-OVServerProfileTemplate. But an empty value is valid for this variable. See the section of a JSON output of a Server Profile Template

      {
        "settingType": "DirectoryGroups",
        "args": {
          "directoryGroupAccounts": [
            {
              "groupDN": "CN=XX,OU=XX=,DC=xxxx,DC=xxxt",
              **"groupSID": "",**
              "userConfigPriv": false,
              "remoteConsolePriv": true,
              "virtualMediaPriv": false,
              "virtualPowerAndResetPriv": false,
              "iLOConfigPriv": false
            }
          ]
        }

OneView 6.30 $ModuleVersion = '6.00.2719.1668'

ChrisLynchHPE commented 2 years ago

This is fixed in Release 6.30.3188.1900 and in PowerShell Gallery.

Please verify before this issue is closed.

ChrisLynchHPE commented 1 year ago

Closing due to no further activity. If you wish, feel free to re-open to discuss further.