Filter By

Package Types

Operating System

Categories

Trust Information

By: | 26,279 downloads | Last Updated: 5/2/2018 | Latest Version: 2.2.0

Powershell module that allows you to work with compressed archives

By: | 3,624 downloads | Last Updated: 3/17/2019 | Latest Version: 0.1.0

# Gz-Db Module Database agnostic Powershell functions over ADO.NET. The primary functions are Invoke-GzDbCommand, Read-GzDbData, and Write-GzDbData. If a connection or connectionString is not provided to the functions, the functions will attempt to use the default connection set by Set-GzDbConnectionString. Any function that has a `-Do... More info

By: | 2,390 downloads | Last Updated: 3/17/2019 | Latest Version: 0.1.3

Gainz - Password Generator Module Deprecated: Renaming to Gz-PasswordGenerator Provides a new cryptographically generated password. By default, this function will return an array of characters since strings are immutable. $pw = New-Password -Length 16 -AsSecureString PARAMETERS Chars - Optional. An string of characters to use to ... More info

By: | 1,321 downloads | Last Updated: 8/11/2022 | Latest Version: 0.2.0

Gets the content of the gzip archive at the specified location.

By: | 1,687 downloads | Last Updated: 3/17/2019 | Latest Version: 0.1.3

Gainz: Visual Studio Module Deprecated: Renaming to Gz-VisualStudio A powershell module for invoking builds and tests using the Visual Studio's version of msbuild and vstest.console. Read-VsSolution will read a solution file.

By: | 939 downloads | Last Updated: 3/17/2019 | Latest Version: 0.1.0

# Gz-PasswordGenerator Module Provides a new cryptographically generated password. By default, this function will return an array of characters since strings are immutable and stick around in memory. ```powershell $pw = New-GzPassword -Length 16 -AsSecureString ``` ## Parameters - Chars -- Optional. An string of characters to use... More info

By: | 727 downloads | Last Updated: 3/17/2019 | Latest Version: 0.2.0

Gainz: Yaml Allows users to convert to and from yaml and Powershell objects with ConvertTo-Yaml and ConvertFrom-Yaml functions

By: | 603 downloads | Last Updated: 3/17/2019 | Latest Version: 0.1.2

Gainz: Sql Db Deprecated: Renaming to Gz-Sql Database agnostic Powershell functions over ADO.NET. The primary functions are Invoke-DbCmd, Read-DbData, and Write-DbData. If a connection or connectionString is not provided to the functions, the functions will attempt to use the default connection set by Set-DbConnectionString. Any fun... More info

By: | 594 downloads | Last Updated: 3/17/2019 | Latest Version: 0.1.2

Gainz: Protect Data Module Deprecated: Renaming to Gz-ProtectData ProtectData provides functions/cmdlets that will encrypt and decrypt string or binary data with a SecureString password or a private key made of an array of ytes. By default, the encrypted value will also contain a computed hash of the data to verify integrity.

By: | 555 downloads | Last Updated: 3/23/2019 | Latest Version: 0.1.0

# Gz-Yaml Enables conversion between YAML and Powershell objects with ConvertTo-GzYaml and ConvertFrom-GzYaml functions. ```powershell $data = (Get-Content -Raw ./sample.yaml) | ConvertFrom-GzYaml Write-Host $data.label ```

By: | 516 downloads | Last Updated: 3/17/2019 | Latest Version: 0.1.0

# Gz-VisualStudio Module A powershell module that facilitates invoking msbuild and the Visual Studio test console with powershell cmdlets. On non-windows systems, only Read-GzVisualStudioSolution is currently available. The most useful commands are: - **Invoke-GzMsBuild** -- invokes a build using ms build - **Invoke-GzVisualStudio... More info

By: | 449 downloads | Last Updated: 3/17/2019 | Latest Version: 0.1.1

Gainz: Resolve-Stache A module for simple string templates using the the mustache var replacement syntax. Resolve-Stache "Hello, {{ Person }}" -Model [PsCustomObject]@{ Person = "World" } Resolve-Stache "Hello, {{ Env:UserName }}" -Model [PsCustomObject]@{}

By: | 316 downloads | Last Updated: 3/23/2019 | Latest Version: 0.1.0

# Gz-ResolveTemplate A module for simple/light weight string templates using the the mustache var replacement syntax. Resolve-GzTemplate "Hello, {{ Person }}" -Model [PsCustomObject]@{ Person = "World" } Resolve-GzTemplate "Hello, {{ Env:UserName }}" -Model [PsCustomObject]@{}

By: | 340 downloads | Last Updated: 3/23/2019 | Latest Version: 0.1.0

# Gz-ProtectData Module ProtectData provides functions/cmdlets that will encrypt and decrypt string or binary data with a SecureString password or a private key made of an array of bytes. By default, the encrypted value will also contain a computed hash of the data to verify integrity. ## Example $decryptedValue = "some kind of se... More info

By: | 174 downloads | Last Updated: 11/10/2019 | Latest Version: 0.1.0

Gz Core Module contains common use functions such as