sdk-powershell-api-v2 icon indicating copy to clipboard operation
sdk-powershell-api-v2 copied to clipboard

Remove-BoxGroupMember fails when the group has a single member

Open jwhitwo opened this issue 9 years ago • 0 comments

If a group in Box only has one member then the function Remove-BoxGroupMember will fail. This occurs because Get-BoxGroupDetails returns a collection of entries if their are multiple group members, but only a single entry for a group of 1.

jwhitwo avatar Dec 22 '15 21:12 jwhitwo