Go to file
Kai Kimera ca963a6794
2024-02-01 04:35:15
2024-02-01 04:35:15 +00:00
.github/workflows 2023-11-19 10:31:21 2023-11-19 10:31:21 +00:00
Private 2023-11-19 17:42:22 2023-11-19 17:42:22 +00:00
Public 2023-11-19 17:42:22 2023-11-19 17:42:22 +00:00
CHANGELOG.md 2023-11-18 22:54:25 2023-11-18 22:54:25 +00:00
CONTRIBUTING.md 2024-02-01 04:35:15 2024-02-01 04:35:15 +00:00
LICENSE 2024-02-01 04:35:15 2024-02-01 04:35:15 +00:00
PkgStore.Vault.psd1 2024-02-01 04:35:15 2024-02-01 04:35:15 +00:00
PkgStore.Vault.psm1 2023-11-19 17:42:22 2023-11-19 17:42:22 +00:00
README.md 2023-11-19 18:38:58 2023-11-19 18:38:58 +00:00
Vault.Exclude.txt 2023-11-18 22:54:25 2023-11-18 22:54:25 +00:00

README.md

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