SCRT-HQ / PSGSuite

Powershell module for Google / G Suite API calls wrapped in handy functions. Authentication is established using a service account via P12 key to negate the consent popup and allow for greater handsoff automation capabilities
https://psgsuite.io/
Apache License 2.0
234 stars 67 forks source link

Start-GSDataTransfer in Multiple Configurations #319

Open pompushko opened 3 years ago

pompushko commented 3 years ago

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 {$_.Name -like '*Drive*'}).Id -PrivacyLevel SHARED -ErrorAction Stop