Examples of using Cmdlet in English and their translations into Russian
{-}
-
Official
-
Colloquial
The cmdlet does not generate any output.
For example, consider the Get-Location cmdlet.
This cmdlet takes only the common parameters.
To delete events, use the Remove-Event cmdlet.
This cmdlet does not add properties to an object.
To specify the encoding, use the Out-File cmdlet.
Specifies the file where the cmdlet stores the object.
Cmdlet developers do not have to parse the command;
The tab expansion of cmdlet names is slightly different.
The return type is the type of the objects that the cmdlet returns.
A call to the cmdlet with verbose messages turned on.
As such, you use the Get-ItemProperty cmdlet to retrieve them.
By default, this cmdlet does not generate any output.
Controls how PowerShell handles WriteError mes sages from the cmdlet.
The Get-PSCallStack cmdlet displays the current call stack.
To add a property to an instance of an object,use the Add-Member cmdlet.
The Undo-Transaction cmdlet rolls back the active transaction.
To view the status of a data warehouse job by using a WindowsPowerShell cmdlet.
Otherwise, this cmdlet does not generate any output.
The pipeline operator(_) sends the results to the Remove-PSSnapin cmdlet, which removes them from the session.
Get-VBRTapeLibrary cmdlet fails with the Standard Edition license.
Objects obtained with Find-VBRViFolder cmdlet have incorrect Path attribute.
Note that the cmdlet has returned"False" in"PingSucceeded" property.
Cmdlets derive either from Cmdlet or from PSCmdlet,the latter being used when the cmdlet needs to interact with the PowerShell runtime.
A basic call to the cmdlet using positional call for template name.
Its simple cmdlet(pronounced"command-let") tools and built-in Help system let you start working immediately.
To display all Help for a cmdlet, type: Get-Help< cmdlet_name>-full.
A call to the cmdlet with user controlled error handling, where the user variable is‘myerr'.
To display examples for a cmdlet, type: Get-Help< cmdlet_name>-examples.
You can use the cmdlet parameters to get particular breakpoints.