PSScriptTools
PSScriptTools copied to clipboard
:wrench: :hammer: A set of PowerShell functions you might use to enhance your own functions and scripts or to facilitate working in the console. Most should work in both Windows PowerShell and PowerSh...
Hello! Firstly, Thank you for great function which calculate folder size using .NET. It's work more than two times quickly on folders with millions of files. I open issue, because...
Beginning with PowerShell 6, PowerShell began to use Net.Http.HttpClient for Invoke-WebRequest instead of Net.WebRequest. Unfortunately, it would seem that this was a [pretty massive downgrade](https://bit.ly/3KoXnDh). Even just a basic `Invoke-WebRequest...
It looks like this is only an issue for binary cmdlets and ToString() on the CmdletInfo object returns the prefixed command name. Fixes #112
**Is your feature request related to a problem? Please describe.** I have a module that uses a DefaultCommandPrefix to disambiguate from built-in cmdlet names. Get-ModuleCommand operates on the key which...
### Describe the problem get-foldersize doesn't seem to return the correct size for user profiles, maybe because of things like symlinks? It is fast though. ### Expectation _No response_ ###...
### Describe the problem `PSScriptTools` fails to import with exception `Error in TypeData "System.IO.FileInfo": The member Size is already present.` when imported after `NTSSSecuirty` module:  *This is also true...
### Describe the problem The EventData in the Bits-Client log contains a field named 'Id' (note lowercase d). When processing the log's message a new key is created for the...
### Describe the problem On a non-English speaking system (in my case German) the following error message occurs.  The reason is that `systeminfo.exe` is fully translated.  ### Expectation...
Add a command to better display CimClass members similar to `Get-TypeMember`.
### Describe the request Hi Jeff, I have a similar function as Get-ModuleCommand in my module PSJumpStart - Get-ModuleHelp. I have just re-written my function inspired by yours. The main...