parent
79b21b9772
commit
fa2d9f223d
Binary file not shown.
|
|
@ -26,16 +26,14 @@
|
||||||
If you ar using the symmetric key then the script will enforce password
|
If you ar using the symmetric key then the script will enforce password
|
||||||
complexity and length on the key value.
|
complexity and length on the key value.
|
||||||
|
|
||||||
|
|
||||||
#>
|
#>
|
||||||
|
|
||||||
|
|
||||||
$global:default_reconcileFile = "##peter_files##.csv"
|
$global:default_reconcileFile = "##peter_files##.csv"
|
||||||
$global:default_exifFile = "##peter_exif##.csv"
|
$global:default_exifFile = "##peter_exif##.csv"
|
||||||
$global:default_metaFile = "##peter##.json"
|
$global:default_metaFile = "##peter##.json"
|
||||||
$global:LogPathName = ""
|
$global:LogPathName = ""
|
||||||
$global:MetadataPathName = Join-Path -Path ".\" -ChildPath ".peter-metadata"
|
$global:MetadataPathName = Join-Path -Path ".\" -ChildPath ".peter-metadata"
|
||||||
$global:Version = "0.2"
|
$global:Version = "0.3"
|
||||||
|
|
||||||
function Open-Log {
|
function Open-Log {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@
|
||||||
PeterDocs is for [Protecting](Encryption.md), [Transferring](SendArchive.md) and [Reconciling](Reconcile.md) documents
|
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.
|
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
|
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.
|
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
|
## Usage
|
||||||
|
|
||||||
Some basic commands in sequence are demonstrated below:
|
Some basic commands in sequence are demonstrated below. Please alter before use:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
# Create the archive file
|
# Create the archive file
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue