PoshCode Archive  Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

13 check-ins using file gather-take.ps1 version 42c9b71704

2018-06-10
13:50
Defines functions for wokring with Microsoft Chart Control for .NET 3.5 Framework.Pipe output to Out-Chart function and specify chart type. Chart will display in form or save to image file. Real-time charts are supported by passing in a script block. Updated to fix line chart. Line Chart XAxis needs tweaking. check-in: ba0e171cad user: Chad Miller tags: trunk
13:50
Get input date string or get T-n or T+n dates in the specified format. check-in: 153958d43a user: Ferenc Toth tags: trunk
13:50
A little wrapper for PromptForChoice – this version is a major change to be much pickier. check-in: 9f10eccbd3 user: Joel Bennett tags: trunk
13:50
Just a little wrapper for PromptForChoice. check-in: 074286a8c0 user: Joel Bennett tags: trunk
13:50
MKLINK – Make Symbolic File and Directory links. Useful for making symbolic links from powershell. check-in: 6db60abb46 user: James Gentile tags: trunk
13:50
Add to top of your scripts and the script will automatically create a log file called <script name>.log to the AppData folder check-in: bd5a5f9c20 user: shauncroucher tags: trunk
13:50
Just a little wrapper for PromptForChoice check-in: 19fefc54fa user: Joel Bennett tags: trunk
13:50
The script saves a username and password, encrypted with a custom key to to a file. The key is coded into the script but can be changed if required. The key allows the password to be decrypted by any user who has the key, on any machine. If the key parameter is omitted from ConvertFrom-SecureString, only the user who generated the file on the computer that generated the file can decrypt the password. check-in: 4689e03f0c user: Daniel tags: trunk
13:50
Looks for online information about file with it extension. check-in: dab7698723 user: greg zakharov tags: trunk
13:50
Fixed check-in: 68b09a28a5 user: greg zakharov tags: trunk
13:50
Looks for drivers in Sysinternals Autoruns way (with some specific information) check-in: 9dae751b55 user: greg zakharov tags: trunk
13:50
A couple functions I use to convert DN to Canonical, and canonical to DN. I find them handy for adhoc AD tasks… I saw someone ask about it on #powershell and figured I would share :) check-in: 62c97df182 user: Glenn Sizemore glnsize tags: trunk
13:50
Port of Perl 6’s gather/take (which itself is a port of Mathematica’s Reap/Sow) check-in: d4a4299a63 user: Public Domain tags: trunk