-
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.
- Loading branch information
Petre Calinoiu
committed
Apr 16, 2016
1 parent
60f1167
commit a2a9e19
Showing
1 changed file
with
21 additions
and
1 deletion.
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 +1,21 @@ | ||
# Get-PinInfo | ||
# Get-PinInfo | ||
##### This is a script to send mail to the user who Lync dialin PIN will expire | ||
--- | ||
### Changelog | ||
#### v1.1.0 - 16.04.2016 | ||
* Reduced console output | ||
* created summary | ||
* added progress bars | ||
* added event log switch and entries | ||
|
||
#### v1.0.0 - 13.04.2016 | ||
* Original Script (PCA) | ||
|
||
### How to use it | ||
.\Get-Pininfo.ps1 -CSGroup Groupname | ||
> The summary output will be returned to the console | ||
.\Get-Pininfo.ps1 -CSGroup Groupname -ToEvents | ||
> The summary will be saved in event logs | ||
[Visit my website](https://www.petrecalinoiu.com) |