Skip to content

Commit 120a491

Browse files
authored
Merge pull request #129 from KR-Sew/dev
Dev
2 parents 5390bcf + a81713b commit 120a491

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

PowerShell/System-Utils/ReadMe.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,35 @@
44
[![PowerShell](https://img.shields.io/badge/PowerShell-5.1%2B-blue?logo=powershell)](https://docs.microsoft.com/en-us/powershell/)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
66

7-
A collection of useful PowerShell scripts for system administration, automation, and DevOps workflows.
7+
A collection of useful `PowerShell` scripts for **system administration**, **automation**, and **DevOps** workflows on **Windows**.
88

99
## 📂 Folder Description
1010

1111
- 📂 [Manage users, groups and rights](./Accounts/)`Accounts` folder
1212

13-
Folder contains PowerShell scripts designed for managing user and group permissions within the organization. The scripts facilitate the automation of tasks such as creating, modifying, and deleting user accounts and groups, as well as assigning and revoking access rights.
13+
Folder contains **PowerShell** scripts designed for **managing user and group permissions** within the organization. The scripts facilitate the automation of tasks such as creating, modifying, and deleting user accounts and groups, as well as assigning and revoking access rights.
14+
15+
- 📂 [Manage DNS service](./DNS/) `DNS` folder
16+
17+
Contains **PowerShell** scripts designed for management **DNS** records and **DNS** service.
18+
19+
- 📂 [Manage email messaging system](./eMail/) `eMail` folder
20+
21+
Contains **PowerShell** scripts designed for management messaging system like **MDaemon** and email client applications such as **MS Office Outlook**.
1422

1523
- 📂 [Manage files and folders and thing like these](./FileSystems/)`FileSystem` folder
1624

17-
Contains PowerShell scripts designed for efficient management of files, folders, and the filesystem.
25+
Contains **PowerShell** scripts designed for efficient management of files, folders, and the filesystem.
26+
27+
- 📂 [Managing application and the other settings](./Functions/)`Functions` folder
28+
29+
Contains **PowerShell** scripts designed for efficient management of files, folders, and the filesystem.
1830

1931
- 📂 [Manage System and Serviice scripts](./System-Services/)`System-Servicex` folder
2032

2133
Contains PowerShell scripts designed for managing system services, retrieving detailed system information, and configuring various system components. The scripts enable users to start, stop, and restart services, gather hardware and software details, and modify system settings to optimize performance and functionality.
2234

23-
- 📂 [Manage email messaging system](./eMail/) `eMail` folder
24-
25-
Contains PowerShell scripts designed for management messaging system like MDaemon and email client applications such as MS Office Outlook.
35+
2636

2737
- 📄[README.md](ReadMe.md) # Project documentation
2838

0 commit comments

Comments
 (0)