PowerShellCookbook icon indicating copy to clipboard operation
PowerShellCookbook copied to clipboard

Scripts for the PowerShell Cookbook module

Results 3 PowerShellCookbook issues
Sort by recently updated
recently updated
newest added

This change allows the Get-FileEncoding cmdlet to run on PowerShell core and thus on Linux. The encoding parameter to get content has changed in core so that 'byte' is no...

thank you SO much for putting this online!

Found a weird one. [xml]$xml = wget https://patchmypc.net/category/SCUPCatalogChanges/feed Show-Object $xml This object has a property which is named '#comments', and Show-object runs into the following error when trying to parse...