Skip to content

pkgstore/pwsh-vault

Repository files navigation

PowerShell Vault Module

A script for transferring and saving files to Vault (storage directory), while maintaining the structure of the original directory. Can accept various filtering parameters for source files as input.

Install

Install-CustomModule -N 'Vault' -GHP 'pkgstore/pwsh-vault'

Syntax

For syntax information, enter module info command and get help command.

Get-Command -Module 'PkgStore.Vault'
Get-Help '<COMMAND-NAME>'

Documentation