sdk-powershell-api-v2
sdk-powershell-api-v2 copied to clipboard
Remove-BoxGroupMember fails when the group has a single member
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.