Skip to content

Commit

Permalink
Fixed jekyll rendering error
Browse files Browse the repository at this point in the history
  • Loading branch information
chopinrlz committed Nov 26, 2023
1 parent f724a40 commit 6593e8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/aes-cmdlet-ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ The path where the exported files will go. This is mandatory, and this path must
This cmdlet does not output to the pipeline, it copies two files to the specified Path.
1. .powerpass_locker
2. .locker_key

These files will be copied to the `Path` specified.
### EXAMPLE
In this example, we backup our Locker and key to a USB drive mounted as the E: drive.
```powershell
Expand All @@ -47,6 +49,8 @@ A PSCustomObject with these properties:
* LockerKeyFolderPath : The folder where your locker key is stored
* LockerKeyFilePath : The absolute path to your PowerPass locker key file
* Implementation : The implementation you are using, either AES or DPAPI

You can access these properties after assigning the output of `Get-PowerPass` to a variable.
# Import-PowerPassLocker
### SYNOPSIS
Imports a PowerPass locker file and/or AES encryption key from a previous export.
Expand Down

0 comments on commit 6593e8c

Please sign in to comment.