Skip to content

Commit c23f7b6

Browse files
authored
Update README.md
1 parent 1815cd3 commit c23f7b6

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

README.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,35 @@ Repository of small scripts that can be used for specific tasks such as obtainin
1212
Creates a backup of important installers from one location to another, creating a backup copy.
1313

1414
- ### 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.
1616

1717
- ### 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.
1919

2020
- ### 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.
2222

2323
- **Requeriments**
2424
- Word Application
2525

2626
- ### 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.
2828

2929
- **Requeriments**
3030
- Word Application
3131

3232
- ### 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.
3434

3535
- ### 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.
3737

3838
- ### Format-XML.ps1
3939
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.
4144

4245
- ### Get-HW.ps1
4346
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
4851
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.
4952

5053
- ### 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.
5255

5356
- ### Get-VolumeInfo.ps1
5457
Allows you to list and select volumes to review the main characteristics in an organized and visually clear manner.
5558

5659
- ### 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.
5861

5962
- ### Get-IPReport.ps1
6063
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
7376
- MAC Addresses
7477

7578
- ### 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.
7780

7881
- Example:
7982

8083
![image](https://github.com/user-attachments/assets/b7ffaf31-ca1c-40bb-82b4-885e406951a4)
8184

8285
- ### 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.
8487

8588
- ### 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.
8790

8891
- ### Test-Latency.ps1
8992
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.
9194

9295
- Example:
9396

9497
![image](https://github.com/user-attachments/assets/ef2a0d74-51fd-45bd-b000-6c07fb7d10a7)
9598

9699
- ### 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.
98101

99102

100103
## How to use

0 commit comments

Comments
 (0)