[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

powershell

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Powershell Samples

The Windows PowerShell cmdlets for the Google Cloud Platform let you manage your Google Cloud resources via powershell.

Prerequisites

Download and install the Google Cloud SDK.

Samples:

In other directories:

In this directory:

  • Find-GcResource.ps1
    NAME
        Find-GcResource.ps1
        
    SYNOPSIS
        List all the resources visible to Google Cloud Tools for PowerShell.
        
    SYNTAX
        .\Find-GcResource.ps1 [[-ProjectId] <String>] 
        [<CommonParameters>]
                
    DESCRIPTION
        This doesn't list everything.  For example, it tells you nothing about logs
        or datastore.  As additional commands are added to
        Google Cloud Tools for PowerShell, they'll be added here.
    

Contributing changes

Licensing

Testing