-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Inestic/PowerShell-Admin-Toys…
… into main
- Loading branch information
Showing
1 changed file
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
# :trophy: PowerShell Admin Toys | ||
# :muscle: PowerShell Admin Toys | ||
![GitHub release (latest by date)](https://img.shields.io/github/v/release/Inestic/PowerShell-Admin-Toys?style=for-the-badge) | ||
![GitHub all releases](https://img.shields.io/github/downloads/Inestic/PowerShell-Admin-Toys/total?style=for-the-badge) | ||
[![GitHub issues](https://img.shields.io/github/issues/Inestic/PowerShell-Admin-Toys?style=for-the-badge)](https://github.com/Inestic/PowerShell-Admin-Toys/issues) | ||
[![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) | ||
|
||
## Powershell scripts collection of little tricks for a Windows administrators | ||
|
||
* `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). | ||
* `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. | ||
|
||
## Screenshots | ||
## Screenshot | ||
|
||
![Image](https://raw.githubusercontent.com/Inestic/scrn/main/screenshots/exchange-2016-message-tracking-gui-1.png) | ||
|
||
## :zap: [Download](https://github.com/Inestic/PowerShell-Admin-Toys/releases/latest) | ||
* `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. | ||
|
||
## Screenshot | ||
|
||
![Image](https://raw.githubusercontent.com/Inestic/scrn/main/screenshots/vsphere-virtual-machines-permissions-viewer-1.png) | ||
|
||
## :arrow_double_down: [Download](https://github.com/Inestic/PowerShell-Admin-Toys/releases/latest) |