PowershellScripts icon indicating copy to clipboard operation
PowershellScripts copied to clipboard

Monorepo with all my Powershell Scripts

Results 7 PowershellScripts issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The current value of HelpInfoURI will error out on 404, since the value is populated with a valid http/https link but of wrong file extension (.md). I...

**Is your feature request related to a problem? Please describe.** 7 zip now works on linux but module uses p7zip **Describe the solution you'd like** use 7zip package on linux

enhancement

I recommend that users be allowed to set the frequency of checking for updates. Now it will check for updates after each import, which will significantly slow down the startup...

bug

```powershell #Conversion error when the input and output are encoded differently $str=".d_'+♂¢£" $in='Unicode' $to='utf8' $en=[Convert]::ToBase64String([System.Text.Encoding]::$in.GetBytes($str)) $de=[System.Text.Encoding]::$to.GetString([System.Convert]::FromBase64String($en)) $en;$de ``` ```powershell $uri='https://github.com/stadub/PowershellScripts/issues/22' $r=irm $uri|select-string -Pattern '(?

bug

**Is your feature request related to a problem? Please describe.** I was trying to find a powershell module to uncompress 7zip archives. I found this in the powershell gallery. Instead...

bug

**Describe the bug** The cache doesn't work after globally set time offset expiration **To Reproduce** 1. Set debug out mode on 2. Wait $global:CurrencyConvExchangeRateCahcheLifetime expired - 60 seconds 3. Perform...

Hi, is it possible to turn off the "update check" feature which takes too much time ? thanks