Aleksei Guzev
Aleksei Guzev
> Now I have done a fix. but I cannot raise a pull request as I don't have access to the repository. Can anyone help me? how can i become...
This improvement could cover the risk of unpaired Push-Location calls in the invoked script block, mentioned by @fflaten above. An alternative implementation. ```PowerShell Invoke-Command -WorkingDirectory '… a path …" -ScriptBlock...
Could the File System provider implement the requested feature as in the following example? The upright slash should be replaced with an alternative if it is a valid one for...
> According to [MSDN documentation](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/get-childitem#-filter), "the [FileSystem](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_filesystem_provider?view=powershell-7.3) provider is the only installed PowerShell provider that supports filters." This statement does not limit the range of providers supporting filters. Any cmdlet...
2 cents 
You can investigate a simple case which looks related to the PSCal issue. I see the issue every day while dealing with scripts which use `Write-Host` with -BackgroundColor. It appears...
The PS7 version looks more generic because there is no guarantee that Last-Modified cannot have multiple values. An array of datetime looks like an alternative for the `if` monster: ```PowerShell...