Examples of using Windows powershell in English and their translations into Russian
{-}
-
Official
-
Colloquial
Specifies the Windows PowerShell path to be converted.
features by using Windows PowerShell.
This section explains the basics of using Windows PowerShell.
Exe and UNIX commands that you can use inside Windows PowerShell.
If you press Tab key again, Windows PowerShell replaces this with the only other matching cmdlet name, Get-Content.
Windows PowerShell intervenes only when processing the command-line input you supply or the application output
Using a mechanism called aliasing, Windows PowerShell allows users to refer to commands by alternate names.
Unlike traditional command-line interface commands, Windows PowerShell cmdlets are designed to deal with objects- structured information that is more than just a string of characters appearing on the screen.
Usually, the first step in working with an object in Windows PowerShell is to use Get-Member to find out what members it contains.
If Windows PowerShell pipelined text,
This section describes a few of the ways that you can customize Windows PowerShell to best meet your needs.
Windows PowerShell has several transition aliases that allow UNIX
You can access portions of the data directly by using standard Windows PowerShell object manipulation commands.
As we mentioned previously, Windows PowerShell automatically prepends'System.' to type names when you use New-Object.
The Out-Host cmdlet then sends this PathInfo object to the screen, and Windows PowerShell decides what information to display
If you specify a value that is greater than the number of days in the month, Windows PowerShell adds the number of days to the month and displays the result.
that expect string input, such as Add-Content, Windows PowerShell converts the DateTime object to a string before adding it to the file.
As a result, Windows PowerShell throws an error if you use method syntax(parentheses and commas) for a function call or reference uninitialized variables or non-existent properties.
For example, if you submit data that is not valid or if you do not have the permissions required to perform the command, Windows PowerShell generates a terminating error.