|
4 | 4 | [](https://docs.microsoft.com/en-us/powershell/) |
5 | 5 | [](https://opensource.org/licenses/MIT) |
6 | 6 |
|
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**. |
8 | 8 |
|
9 | 9 | ## 📂 Folder Description |
10 | 10 |
|
11 | 11 | - 📂 [Manage users, groups and rights](./Accounts/)`Accounts` folder |
12 | 12 |
|
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**. |
14 | 22 |
|
15 | 23 | - 📂 [Manage files and folders and thing like these](./FileSystems/)`FileSystem` folder |
16 | 24 |
|
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. |
18 | 30 |
|
19 | 31 | - 📂 [Manage System and Serviice scripts](./System-Services/)`System-Servicex` folder |
20 | 32 |
|
21 | 33 | 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. |
22 | 34 |
|
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 | + |
26 | 36 |
|
27 | 37 | - 📄[README.md](ReadMe.md) # Project documentation |
28 | 38 |
|
|
0 commit comments