237dmitry

Results 245 comments of 237dmitry

> I'm running terminal in admin mode. Then I do not know. The junction 'foo' created without error

> If you're using ANSI formatting you might want to replace name at line 50 with NameString How to replace `NameString` with `Name` but save the colorization? ``` $PSStyle.FileInfo.Extension.Keys.Count #...

> should fix that. Thank you very much!

How pwsh has to interprete `-r` `-ReadOnly` or `-Recurse`?

Explain the difference between a parameter and an option: ``` PS > (gcm gci).Parameters Key Value --- ----- Path System.Management.Automation.ParameterMetadata LiteralPath System.Management.Automation.ParameterMetadata Filter System.Management.Automation.ParameterMetadata Include System.Management.Automation.ParameterMetadata Exclude System.Management.Automation.ParameterMetadata Recurse System.Management.Automation.ParameterMetadata...

> Get-ChildInfo What is this? ` The term 'Get-ChildInfo' is not recognized as...` Probably `Get-ChildItem` ? Yes it returns different result. Strange.

> one time the result is value1 and another time the result is value2 I do not think so. `gci` is just an alias and the interpreter should handle it...

```powershell Write-Output '$( Write-Output "hello)" hello) ''hello)'' )' Write-Output $( Write-Output '"hello)" hello) ''hello)''' ) ```

> The issue is about drives. OK, I misunderstood the difference between "drives" and "PSDrives"

> what is your environment data? I'm sorry, I mixed up the version and tried it in 7.2.6. In 7.3.0-preview 8 really doesn't work.