From fa2d9f223d1d90dbc5a36a295e1fb36c6c9471ff Mon Sep 17 00:00:00 2001 From: Tom Peltonen Date: Sun, 8 Aug 2021 21:57:17 +1000 Subject: [PATCH] Updated version and pubclished to PowerGallery --- PeterDocs/PeterDocs.psd1 | Bin 8574 -> 8654 bytes PeterDocs/PeterDocs.psm1 | 4 +--- README.md | 4 +++- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PeterDocs/PeterDocs.psd1 b/PeterDocs/PeterDocs.psd1 index 9debeb6526090beed5e1786a71e3fe48e9b8c918..283316c463807d8575a40db62778d8054b393f4f 100644 GIT binary patch delta 117 zcmez8bk2E$8zZCfW_QNjGO+;+MGW~2Sq!NR$qXe7p+H_Hg93vs5UVp}07Xg|3K)tR ztQhoxFdZmY0u(J}NMg_fs?TT01&ZbZ^`-*#WiuoKWp#o4M20+|ToHr*H F%m6g986^M! delta 29 lcmX@-{Lg8F8zZC9W_QNjGK|WT|I5lxu97v_yhu)m833n63OoP+ diff --git a/PeterDocs/PeterDocs.psm1 b/PeterDocs/PeterDocs.psm1 index 0a47ef6..67d7b8e 100644 --- a/PeterDocs/PeterDocs.psm1 +++ b/PeterDocs/PeterDocs.psm1 @@ -26,16 +26,14 @@ If you ar using the symmetric key then the script will enforce password complexity and length on the key value. - #> - $global:default_reconcileFile = "##peter_files##.csv" $global:default_exifFile = "##peter_exif##.csv" $global:default_metaFile = "##peter##.json" $global:LogPathName = "" $global:MetadataPathName = Join-Path -Path ".\" -ChildPath ".peter-metadata" -$global:Version = "0.2" +$global:Version = "0.3" function Open-Log { diff --git a/README.md b/README.md index 995e8cc..ea2d822 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ PeterDocs is for [Protecting](Encryption.md), [Transferring](SendArchive.md) and [Reconciling](Reconcile.md) documents on a remote computer where the computers are isolated or on different networks. +The PowerShell module is available on [PowerShell Gallery](https://www.powershellgallery.com/packages/PeterDocs) + The process uses a Windows PowerShell module and script. Both the source and target computers that execute the code are required to have Windows PowerShell installed. @@ -43,7 +45,7 @@ from accidental or malicious deletion, which require different controls. ## Usage -Some basic commands in sequence are demonstrated below: +Some basic commands in sequence are demonstrated below. Please alter before use: ```powershell # Create the archive file