Get-SecretInfo can error with Get-SecretInfo: Cannot convert the JSON string because it contains keys with different casing. Please use the -AsHashTable switch instead. The key that was attempted to be added to the existing key 'B5UserUUID' was 'b5UserUUID'.
ConvertFrom-Json -AsHashtable isn't available in 5.1, so fix the case.
Get-SecretInfo
can error withGet-SecretInfo: Cannot convert the JSON string because it contains keys with different casing. Please use the -AsHashTable switch instead. The key that was attempted to be added to the existing key 'B5UserUUID' was 'b5UserUUID'.
ConvertFrom-Json -AsHashtable
isn't available in 5.1, so fix the case.