Downloads:
4,150
Downloads of v 6.20.0.20220412:
83
Last Update:
24 Apr 2022
Package Maintainer(s):
Software Author(s):
- David Peter
Tags:
google cloud gsuite- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
gam
This is not the latest version of gam available.
- 1
- 2
- 3
6.20.0.20220412 | Updated: 24 Apr 2022
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
4,150
Downloads of v 6.20.0.20220412:
83
Maintainer(s):
Software Author(s):
- David Peter
gam 6.20.0.20220412
This is not the latest version of gam available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by David Peter. The inclusion of David Peter trademark(s), if any, upon this webpage is solely to identify David Peter goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install gam, run the following command from the command line or from PowerShell:
To upgrade gam, run the following command from the command line or from PowerShell:
To uninstall gam, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download gam --internalize --version=6.20.0.20220412 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade gam -y --source="'INTERNAL REPO URL'" --version="'6.20.0.20220412'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade gam -y --source="'INTERNAL REPO URL'" --version="'6.20.0.20220412'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install gam
win_chocolatey:
name: gam
version: '6.20.0.20220412'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'gam' do
action :install
source 'INTERNAL REPO URL'
version '6.20.0.20220412'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller gam
{
Name = "gam"
Version = "6.20.0.20220412"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'gam':
ensure => '6.20.0.20220412',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is exempt from moderation. While it is likely safe for you, there is more risk involved.
GAM is a command line tool for Google G Suite Administrators to manage domain and user settings quickly and easily.
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'gam*'
fileType = 'msi'
silentArgs = "/qn /norestart"
validExitCodes = @(0, 3010, 1605, 1614, 1641)
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
}
else {
}
Uninstall-ChocolateyPackage @packageArgs
}
}
elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
}
elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % { Write-Warning "- $($_.DisplayName)" }
}
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
#NoTrayIcon
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
WinWait, C:\Windows\system32\cmd.exe , , 120
WinActivate
Send {n}
Send {Enter}
Send {n}
Send {Enter}
Sleep, 500
Send {Enter}
Log in or click on link to see number of positives.
- gam-6.20-windows-x86_64.msi (3493566fae03) - ## / 59
- gam-6.20-windows-x86.msi (ccd35a3bf8ae) - ## / 60
- gam.6.20.0.20220412.nupkg (475aa66fc2b8) - ## / 62
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
gam 6.58 | 467 | Thursday, April 27, 2023 | Approved | |
gam 6.57 | 63 | Thursday, April 20, 2023 | Approved | |
gam 6.56 | 61 | Thursday, April 20, 2023 | Approved | |
gam 6.53 | 54 | Saturday, April 8, 2023 | Approved | |
gam 6.52 | 61 | Saturday, April 8, 2023 | Approved | |
gam 6.50 | 59 | Saturday, April 8, 2023 | Approved | |
gam 6.42 | 64 | Saturday, April 8, 2023 | Approved | |
gam 6.41 | 65 | Saturday, April 8, 2023 | Approved | |
gam 6.40 | 55 | Saturday, April 8, 2023 | Approved | |
gam 6.31 | 147 | Tuesday, November 22, 2022 | Approved | |
gam 6.30 | 114 | Wednesday, November 2, 2022 | Approved | |
gam 6.25 | 128 | Sunday, September 4, 2022 | Approved | |
gam 6.24 | 93 | Tuesday, August 30, 2022 | Approved | |
gam 6.23 | 87 | Tuesday, August 30, 2022 | Exempted | |
gam 6.22 | 151 | Friday, July 1, 2022 | Approved | |
gam 6.21 | 123 | Sunday, April 24, 2022 | Exempted | |
gam 6.20.0.20220412 | 83 | Sunday, April 24, 2022 | Exempted | |
gam 6.20 | 91 | Sunday, April 24, 2022 | Exempted | |
gam 6.18 | 118 | Thursday, March 31, 2022 | Approved | |
gam 6.17 | 78 | Thursday, March 31, 2022 | Approved | |
gam 6.16 | 118 | Monday, February 28, 2022 | Approved | |
gam 6.15 | 115 | Saturday, February 5, 2022 | Approved | |
gam 6.14 | 103 | Thursday, February 3, 2022 | Approved | |
gam 6.13 | 115 | Thursday, January 13, 2022 | Approved | |
gam 6.12 | 119 | Wednesday, December 29, 2021 | Approved | |
gam 6.11 | 139 | Tuesday, November 23, 2021 | Approved | |
gam 6.10 | 141 | Thursday, October 28, 2021 | Approved | |
gam 6.09 | 115 | Thursday, October 28, 2021 | Approved | |
gam 6.08 | 158 | Thursday, October 7, 2021 | Approved | |
gam 6.07 | 155 | Thursday, July 29, 2021 | Approved | |
gam 5.10 | 407 | Friday, May 22, 2020 | Approved | |
gam 4.96 | 224 | Monday, December 16, 2019 | Approved |
Ground Rules:
- This discussion is only about gam and the gam package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or gam, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.