@@ -12,32 +12,35 @@ Repository of small scripts that can be used for specific tasks such as obtainin
12
12
Creates a backup of important installers from one location to another, creating a backup copy.
13
13
14
14
- ### Convert-Image-To-PDF.ps1
15
- Converts .bmp, .jpg, .jpeg, .png, .gif, .tiff, .ico file to a .pdf file, file selection functionality with interaction box
15
+ Converts .bmp, .jpg, .jpeg, .png, .gif, .tiff, .ico file to a .pdf file, file selection functionality with interaction box.
16
16
17
17
- ### Convert-VHDX-To-Qcow2.ps1
18
- Converts .vhdx file to a .qcow2 file, file selection functionality with interaction box
18
+ Converts .vhdx file to a .qcow2 file, file selection functionality with interaction box.
19
19
20
20
- ### Convert-Docx-To-PDF.ps1
21
- Exports .docx file to a .pdf file, file selection functionality with interaction box
21
+ Exports .docx file to a .pdf file, file selection functionality with interaction box.
22
22
23
23
- ** Requeriments**
24
24
- Word Application
25
25
26
26
- ### Convert-PDF-To-Docx.ps1
27
- Exports .pdf file to a .docx file, file selection functionality with interaction box
27
+ Exports .pdf file to a .docx file, file selection functionality with interaction box.
28
28
29
29
- ** Requeriments**
30
30
- Word Application
31
31
32
32
- ### Decrypt-Password.ps1
33
- Decrypts password stored in ".\Password.txt" and outputs the password result in clear text
33
+ Decrypts password stored in ".\Password.txt" and outputs the password result in clear text.
34
34
35
35
- ### Encrypt-Password.ps1
36
- Encrypts password passed through an input and saves it encrypted in a ".\Password.txt" file
36
+ Encrypts password passed through an input and saves it encrypted in a ".\Password.txt" file.
37
37
38
38
- ### Format-XML.ps1
39
39
Formats an XML document to make it easier to view.
40
- With file selection function using the file explorer
40
+ With file selection function using the file explorer.
41
+
42
+ - ### Get-ActiveUsersReport.ps1
43
+ Save a report of active users into a "ActiveUsersReport.txt" file.
41
44
42
45
- ### Get-HW.ps1
43
46
Useful command to discover the hardware that the specific computer is using.
@@ -48,13 +51,13 @@ Repository of small scripts that can be used for specific tasks such as obtainin
48
51
So that they can be clearly displayed and information can be obtained from them such as the Status and the Date of the last update.
49
52
50
53
- ### Get-SoftwareUpdates.ps1
51
- This script checks for and installs pending software updates on the system
54
+ This script checks for and installs pending software updates on the system.
52
55
53
56
- ### Get-VolumeInfo.ps1
54
57
Allows you to list and select volumes to review the main characteristics in an organized and visually clear manner.
55
58
56
59
- ### Get-WeatherReport.ps1
57
- Get a weather report for the country/city you want through a web request
60
+ Get a weather report for the country/city you want through a web request.
58
61
59
62
- ### Get-IPReport.ps1
60
63
Generates a detailed report of the current device's IP information including public IP, private IP, subnet mask, address family, and MAC address.
@@ -73,28 +76,28 @@ Repository of small scripts that can be used for specific tasks such as obtainin
73
76
- MAC Addresses
74
77
75
78
- ### Monitor-Website.ps1
76
- Monitor a specific web url with customizable interval seconds giving details about date and time
79
+ Monitor a specific web url with customizable interval seconds giving details about date and time.
77
80
78
81
- Example:
79
82
80
83
![ image] ( https://github.com/user-attachments/assets/b7ffaf31-ca1c-40bb-82b4-885e406951a4 )
81
84
82
85
- ### Remove-Secure.ps1
83
- Deletes the selected file so that it is untraceable once cleaned by file recovery software
86
+ Deletes the selected file so that it is untraceable once cleaned by file recovery software.
84
87
85
88
- ### Set-ColorTheme.ps1
86
- Change the color of the Windows theme between light and dark with the option to decide between either of the two
89
+ Change the color of the Windows theme between light and dark with the option to decide between either of the two.
87
90
88
91
- ### Test-Latency.ps1
89
92
Generates a report of the current device latency by setting six targets which are Google, Cloudflare, OpenDNS, Verizon DNS, AWS and Microsoft Azure.
90
- Provides latency, an indication of the state of latency, visual and error control
93
+ Provides latency, an indication of the state of latency, visual and error control.
91
94
92
95
- Example:
93
96
94
97
![ image] ( https://github.com/user-attachments/assets/ef2a0d74-51fd-45bd-b000-6c07fb7d10a7 )
95
98
96
99
- ### Update-MSEdge.ps1
97
- Forces Microsoft Edge browser to update to the latest available version of the program
100
+ Forces Microsoft Edge browser to update to the latest available version of the program.
98
101
99
102
100
103
## How to use
0 commit comments