Ross Scroggs

Results 10 issues of Ross Scroggs

I am the author of Advanced GAM and have run into the following issue regarding OU names. I have two test OUs: /Test/Test+Plus /Test/Test Plus When trying to retrieve information...

type: bug
priority: p2
api: servicedirectory

### Pull request has been created with [WinGet Releaser v2](https://github.com/vedantmgoyal2009/winget-releaser) :rocket: ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-pkgs/pull/161415)

Azure-Pipeline-Passed
Validation-Completed
New-Manifest

If I type control-C while a onefile executable is being expanded, can I disable/suppress the stack trace? Thanks ``` $ gam version ^CTraceback (most recent call last): File "PyInstaller/hooks/rthooks/pyi_rth_inspect.py", line...

triage

### Pull request has been created with [WinGet Releaser v2](https://github.com/vedantmgoyal2009/winget-releaser) :rocket: ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-pkgs/pull/185920)

Needs-Attention

GAM is using the Google API Python client and making calls like this: cd is the Directory service object. ``` result = callGAPI(cd.orgunits(), 'get', customerId=GC.Values[GC.CUSTOMER_ID], orgUnitPath=orgUnitPath) ``` If the orgUnitPath...

* `gam print contacts` prints the Domain Shared Contacts * `gam print gal` print the Global Address List Both of the these commands use the Domain Shared Contacts API: https://developers.google.com/admin-sdk/domain-shared-contacts/overview...

google-side-issue

On the page: https://github.com/GAM-team/GAM/wiki/GAM-Public-Chat-Room#joining-the-chat-room This link doesn't seem to work: Visit [the group page](https://groups.google.com/a/s.jaylee.us/g/gam-public-chat) and click "Join group" at the top.

bug

Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

bug

This code caused a problem because the 26.0 in GAM version 7.26.00 got caught by the grep against with "$gam_mac_ver" that was 26.0. ``` for gam_mac_ver in $gam_macos_vers; do if...

bug