File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,23 +14,23 @@ Repository of small scripts that can be used for specific tasks such as obtainin
14
14
- ### Convert-VHDX-To-Qcow2.ps1
15
15
Converts .vhdx file to a .qcow2 file, file selection functionality with interaction box
16
16
17
- - ### Decrypt-Password.ps1
18
- Decrypts password stored in ".\Password.txt" and outputs the password result in clear text
19
-
20
- - ### Encrypt-Password.ps1
21
- Encrypts password passed through an input and saves it encrypted in a ".\Password.txt" file
22
-
23
- - ### Export-Docx-To-PDF.ps1
17
+ - ### Convert-Docx-To-PDF.ps1
24
18
Exports .docx file to a .pdf file, file selection functionality with interaction box
25
19
26
20
- ** Requeriments**
27
21
- Word Application
28
22
29
- - ### Export -PDF-To-Docx.ps1
23
+ - ### Convert -PDF-To-Docx.ps1
30
24
Exports .pdf file to a .docx file, file selection functionality with interaction box
31
25
32
26
- ** Requeriments**
33
27
- Word Application
28
+
29
+ - ### Decrypt-Password.ps1
30
+ Decrypts password stored in ".\Password.txt" and outputs the password result in clear text
31
+
32
+ - ### Encrypt-Password.ps1
33
+ Encrypts password passed through an input and saves it encrypted in a ".\Password.txt" file
34
34
35
35
- ### Format-XML.ps1
36
36
Formats an XML document to make it easier to view.
You can’t perform that action at this time.
0 commit comments