Skip to content

PowerShell utilities for Google Workspace mailbox management, backup, and migration using GAM7 (https://github.com/GAM-team/GAM)

License

Notifications You must be signed in to change notification settings

electblake/PowerShell-GAM7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAM7

PowerShell module for Google Workspace mailbox administration using GAM v7. Install from PSGallery under MIT License.

Requirements

Install

Install-Module -Name GAM7 -Scope CurrentUser

More Options on PSGallery: https://www.powershellgallery.com/packages/GAM7

Usage

# 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

About

PowerShell utilities for Google Workspace mailbox management, backup, and migration using GAM7 (https://github.com/GAM-team/GAM)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors