Aleksei Guzev

Results 7 comments of 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 ![image](https://user-images.githubusercontent.com/2258181/213682177-32e0e94b-3595-44a6-ba2f-341231de4dea.png)

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...