PowerShell module for Google Workspace mailbox administration using GAM v7. Install from PSGallery under MIT License.
- GAM7 (GAMADV-XTD3) installed and authenticated
- https://mise.jdx.dev/getting-started.html
Install-Module -Name GAM7 -Scope CurrentUserMore Options on PSGallery: https://www.powershellgallery.com/packages/GAM7
# Load
Import-Module GAM7
# Basic Usage
Get-Command -Module GAM7
Get-Mailbox -Email user@domain.com
Export-Mailbox -Email user@domain.com -Query "from:example.com"
# Help
Get-Help Get-Mailbox -Full
Get-Help Export-Mailbox -Examples