-
Notifications
You must be signed in to change notification settings - Fork 10
Known Issues
#Known Issues you may want to know about
###Issue with Get-GAOrgUnit preventing you from getting the root orgunit without the ID.
This is due to the underlying .Net API not accepting a blank string, a single "/". Furthermore the API does not return the ID that would be used to get the root, as you can do in the Try it now section of the API reference. You can workaround this by using that webpage to get the ID of the parent directory and using that as the -OrgUnitPath
parameter.
###Issue with Get-GDiscoveryRestData where json references are broken. This is due to the uderlying .Net API's use of the newtonsoft serializer and deserializer. Basically, Google uses json in a way that the json library they use doesn't like, and things break. I got around this by making a custom serializer that just removes the references.
#Have you found a New Issue? Please head over to the Issues Page and let me know!
###Note: If your issue is not something that can be fixed by me changing some code or if you have any questions, please consider reaching out to me or the community in the Discussion Groups.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads