Filter By
Displaying results 1 - 5 of 5 (Page 1 of 1)
By:
|
3,347 downloads
|
Last Updated: 1/21/2017
|
Latest Version: 1.0
BST - Binary Search Tree class is example class built according to PowerShell 5 class syntax. It can be used for fast processing of large data structures, where standard PowerShell filtering will be inefficient. An example can be a large structure with more than 10,000 elements. For more information read Wikipedia article https://en.w... More info |
By:
|
314 downloads
|
Last Updated: 11/17/2017
|
Latest Version: 2.1
Retrieve the Set-StrictMode setting for the current session. This procedure is necessary as there is, apparently, no equivalent PowerShell variable for this and it enables the setting to be returned to its original state after possibly being changed within a script. Add this function to your $profile. |
By:
|
544 downloads
|
Last Updated: 6/22/2017
|
Latest Version: 1.0.0
Powershell classes to process output of NetShell as powershell objects. Currently the only supported command is 'netsh http show sslcert' as there was no other code readily available for identifying what the thumbprint of bound certificates were unless they were tied directly to an IIS site. |
By:
|
73 downloads
|
Last Updated: 3/13/2025
|
Latest Version: 0.8.0
A CLI to facilitate common developer use cases on Mac / Linux / Windows OS. |
By:
|
9 downloads
|
Last Updated: 3/5/2025
|
Latest Version: 0.0.1
This cmdlet tries to determine the memory usage of a command or script block by executing it a new session and comparing the memory usage before and the peak usage after the execution of the command or script block. |