Bush

Alias for any program

I want to create alias for some programs. It is fulfilled successfully: Set-Alias edit "C:Program Files (x86)Notepad++notepad++.exe" Now...

read more

What type is correct?

Hi All. Test code: $dir = 'C:TestDir' if ([System.IO.Directory]::Exists($dir)) { Remove-Item -Path $dir -Recurse } New-Item -Path $dir...

read more

Incorrect result

Hi All.  I can not understand the reason of incorrect result (the place is specified in the code - 68 row).   1 2 3 4 5 6 7 8 9 10 11 12...

read more

Remote operations

Hi All. The list of operations which to me need to be fulfilled in PowerShell 2.0: *************************************** 1. To receive the list of...

read more