Jeffrey McClain

Results 8 comments of Jeffrey McClain

Edit: On a different note, for [Set-PSGSuiteConfig](https://psgsuite.io/Function%20Help/Configuration/Set-PSGSuiteConfig/#-scope) I tried setting the "Scope" parameter to "Machine", but the configuration still wasn't accessible from other user accounts on the same machine. This...

@Foggy2 @scrthq I know it's been a year, but any update on this? I'm encountering a similar issue with the "Import-GSSheet" cmdlet, after passing it a spreadsheet ID I get...

@FISHMANPET I created a new spreadsheet and entered some text in a couple of the boxes (A1, A2, B1, and B2). Is there a certain format I should follow for...

This is the test spreadsheet I just created: https://docs.google.com/spreadsheets/d/1WEQAxLaIDBV7nQvX9ixg1ONSKx9BoeK5PwugfO29wZE/edit?usp=sharing Can you copy to your own Drive and verify if this command works: Import-GSSheet -SpreadsheetId '1WEQAxLaIDBV7nQvX9ixg1ONSKx9BoeK5PwugfO29wZE' It could be maybe I...

@FISHMANPET Thanks for the help troubleshooting, I really appreciate it! As a follow-up, I ran the [same command](https://i.imgur.com/Uv4b4Db.png) with the "verbose" parameter. I notice the "range" value is null /...

Ah ok, I didn't realize that "SheetName" was a required parameter. For reference, I [re-ran the same command with the sheet name.](https://i.imgur.com/f6OPO1L.png) I'm going to create a new Google account...

Awesome, I can confirm `Import-GSSheet -SpreadsheetId '1WEQAxLaIDBV7nQvX9ixg1ONSKx9BoeK5PwugfO29wZE' -SheetName 'Sheet1'` worked successfully for me! Thanks so much for the help! I suspected the issue might have just been me being an...

Done, opened issue https://github.com/SCRT-HQ/PSGSuite/issues/279 Thanks again both of you for all your help!