An open API service indexing awesome lists of open source software.

https://github.com/pkgstore/pwsh-vault

A script for transferring and saving files to Vault (storage directory), while maintaining the structure of the original directory.
https://github.com/pkgstore/pwsh-vault

powershell powershell-cmdlets powershell-module powershell-modules powershell-script powershell-scripts pwsh pwsh-module pwsh-scripts windows

Last synced: 5 months ago
JSON representation

A script for transferring and saving files to Vault (storage directory), while maintaining the structure of the original directory.

Awesome Lists containing this project

README

          

# 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

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

## Syntax

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

```powershell
Get-Command -Module 'PkgStore.Vault'
```

```powershell
Get-Help ''
```

## Documentation

- [PowerShell Vault](https://lib.onl/ru/articles/2023/10/4c7aba7c-f5a6-589a-9975-fdb16f2e2862/)