Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 616 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 616 Bytes

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