pompushko

Results 35 issues of pompushko

К сожалению не парсится фамилия **Климашевич** **Таразевич** **Баёк** :(

```$AccountGSuiteLicenses = Get-GSUserLicense -User (get-aduser $UserAccount.SamAccountName -property EmailAddress).EmailAddress -CheckAll``` Does it have any timeouts? This part of code in big script. Some times it return null or empty ;( Any...

licensing

Hello ``` function SearchGSuiteUserLicenses($UserEmail) { Write-Color @DisplayConsole "[i] ", "Working with: ", $UserEmail -Color White, White, Green $AccountGSuiteLicenses = $null # Check GSuite Licenses Try { $AccountGSuiteLicenses = Get-GSUserLicense -User...

licensing

Hello How can I manage Quota exceeded issue when working with 5-10 of requests/users ? I extend limit in Google API page. But doesn’t help... Should I use pause between...

Hello Does it possible to transfer user data from one gsuite config to second? I have 2 Configurations in config. ` Start-GSDataTransfer -OldOwnerUserId $UserAccount.UserEmailAddress -NewOwnerUserId $UserAccount.ManagerEmailAddress -ApplicationId (Get-GSDataTransferApplicationList | Where-Object...

Is it possible add more info about user retrieved via Get-GSUser? I need info such employee id or job title. Thank you!

**Describe the bug** I try get all licenses from suspended accounts and create array. And got WARNING: No license found for [email protected]! If i put only 1 user all fine:...

Hello I installed MeetEasier without any problems, i can see all locations, but cannot press on it and see what in there. On main screen loading forever :D Any ideas?...

Hello Is it possible to add get_branches() in to Cloud version? Thank you.

Hello Is it possible to add removing of comments? Thank you