-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data Transfer calendar release ressources #213
Comments
Hey @ABricka - It looks like that Start-GSDataTransfer needs to be updated to support it! Considering this a feature request, I'll let you know once available! |
Super :) That's a great new ! |
## 2.31.0 * [Issue #218](#218) * Fixed: Update-GSOrganizationalUnit was failing with ull reference errors. * [Issue #213](#213) * Added: Support for RELEASE_RESOURCES TransferParam for Calendar application data transfers to function Start-GSDataTransfer * [Issue #215](#215) * Added: * Get-GSDomain * Remove-GSDomain * New-GSDomain * Get-GSDomainAlias * New-GSDomainAlias * Remove-GSDomainAlias * _These will need the additional scope of https://www.googleapis.com/auth/admin.directory.domain added in order to use!_ * Miscellaneous * Added: * Get-GSCustomer * Update-GSCustomer * Add-GSCustomerPostalAddress * _These will need the additional scope of https://www.googleapis.com/auth/admin.directory.customer added in order to use!_
## 2.31.0 * [Issue #218](#218) * Fixed: `Update-GSOrganizationalUnit` was failing with `null` reference errors. * [Issue #213](#213) * Added: Support for `RELEASE_RESOURCES` TransferParam for Calendar application data transfers to function `Start-GSDataTransfer` * [Issue #215](#215) * Added: * `Get-GSDomain` * `Remove-GSDomain` * `New-GSDomain` * `Get-GSDomainAlias` * `New-GSDomainAlias` * `Remove-GSDomainAlias` * _These will need the additional scope of `https://www.googleapis.com/auth/admin.directory.domain` added in order to use!_ * Miscellaneous * Added: * `Get-GSCustomer` * `Update-GSCustomer` * `Add-GSCustomerPostalAddress` * _These will need the additional scope of `https://www.googleapis.com/auth/admin.directory.customer` added in order to use!_
Hey @ABricka - added support for this in 2.31.0! Usage (note that $calendarApp = Get-GSDataTransferApplication | Where-Object {$_.Name -eq 'Calendar'}
Start-GSDataTransfer -OldOwnerUserId $username -NewOwnerUserId $Ownershipuname -ApplicationID $calendarApp.Id -ReleaseResources |
Super, thanks a lot 👍 |
You bet! Sent with GitHawk |
Hi @scrthq , i can't find any solution to your Start-GSDataTransfer command for apply the release_ressource parameter.
I imagine is possible cause "GAM" do it but I don't want to use gam only for this so if you got any hidden feature or whatever to do it I'll be very happy :)
For "help" there is the gam command in first and my command in 2nd i want to implement the release ressource :
Alex
The text was updated successfully, but these errors were encountered: