Peter Bajurny
Peter Bajurny
Since we can create new Spreadsheets, and we can do all sorts of modifications of Spreadsheets, Documents, and Presentations, we should also be able to create blank Documents and Presentations.
Google has announced a new [Cloud Identity Groups API](https://gsuiteupdates.googleblog.com/2020/08/use-service-accounts-google-groups-without-domain-wide-delegation.html), which despite having Cloud in the name, is part of GSuite, and is used for managing groups without needing to use...
By default, the .net libraries will retry an operation when Google returns a 503, based on the default back off policy, but there are ways to change this when creating...
The recurse flag works by looking at all the folders returned from the original query, and then recurses into them _without the original query string_. This would work if you...
**Describe the bug** Take this sample code: ```powershell $thing1 = [pscustomobject]@{ thing1 = 'thing' thing2 = 'thing again' } $thing2 = [pscustomobject]@{ thing2 = 'thing the third' thing1 = 'criss...
**Describe the bug** When piping an array into Export-GSSheet, if the elements of that array have a 'User' property, those values will be passed into the `-User` parameter of the...
I'm in a situation where I'd like to be able to request a certificate for a system that requires a proxy to communicate with the outside world (including our certificate...
JUnit
Fixes #58 As requested, a PR for my changes. I added a little bit since I wrote the comment last night, in 95cb1ff. I added some time and timestamps because...
Version 2.40.0 of the az cli included [this addition](https://github.com/Azure/azure-cli/pull/23514) that replaced the previous executable with an entry script, az.ps1. Now because it's an "ExternalScript" it triggers the PSAvoidUsingPositionalParameters rule, even...
The code to install PSINI installs the latest version (as of right now 2.0.7) but your import-module command requires a specific version, 2.0.5. Because version 2.07 is what's installed, the...