Skip to content

Commit eb69497

Browse files
committed
Merge branch 'main' of https://github.com/Inestic/PowerShell-Admin-Toys into main
2 parents b0d4496 + 6bda423 commit eb69497

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
# :trophy: PowerShell Admin Toys
1+
# :muscle: PowerShell Admin Toys
22
![GitHub release (latest by date)](https://img.shields.io/github/v/release/Inestic/PowerShell-Admin-Toys?style=for-the-badge)
3+
![GitHub all releases](https://img.shields.io/github/downloads/Inestic/PowerShell-Admin-Toys/total?style=for-the-badge)
34
[![GitHub issues](https://img.shields.io/github/issues/Inestic/PowerShell-Admin-Toys?style=for-the-badge)](https://github.com/Inestic/PowerShell-Admin-Toys/issues)
45
[![GitHub license](https://img.shields.io/github/license/Inestic/PowerShell-Admin-Toys?style=for-the-badge)](https://github.com/Inestic/PowerShell-Admin-Toys/blob/main/LICENSE)
56

67
## Powershell scripts collection of little tricks for a Windows administrators
78

8-
* `Exchange-2016-MessageTracking-Gui.ps1`: A WPF gui for Exchange Management Shell Get-MessageTrackingLog commandlet. Search messages by date, sender, recipient, etc, sorting and exporting to a .csv file. For those who don't like the console. Tested on Microsoft Exchange 2016 Version 15.1 (Build 2242.4).
9+
* `Exchange-2016-MessageTracking-Gui.ps1`: A WPF gui for Exchange Management Shell Get-MessageTrackingLog commandlet. Search messages by date, sender, recipient, etc, sorting and exporting to a .csv file. For those who don't like the console. Tested on Microsoft Exchange 2016 version 15.1 build 2242.4.
910

10-
## Screenshots
11+
## Screenshot
1112

1213
![Image](https://raw.githubusercontent.com/Inestic/scrn/main/screenshots/exchange-2016-message-tracking-gui-1.png)
1314

14-
## :zap: [Download](https://github.com/Inestic/PowerShell-Admin-Toys/releases/latest)
15+
* `vSphere-Virtual-Machines-Permissions-Viewer.ps1`: A WPF gui for VMware PowerCLI Get-VIPermission commandlet. An easy way to see the permissions for virtual machines. It is also possible to export data to a .csv file. Tested on VMware vSphere version 6.7.0 build 14368027.
16+
17+
## Screenshot
18+
19+
![Image](https://raw.githubusercontent.com/Inestic/scrn/main/screenshots/vsphere-virtual-machines-permissions-viewer-1.png)
20+
21+
## :arrow_double_down: [Download](https://github.com/Inestic/PowerShell-Admin-Toys/releases/latest)

0 commit comments

Comments
 (0)