| external help file | PowerShellEditorServices.Commands-help.xml |
|---|---|
| online version | https://github.com/PowerShell/PowerShellEditorServices/tree/main/module/docs/Out-CurrentFile.md |
| schema | 2.0.0 |
Sends the output through Out-String to the current open editor file.
Out-CurrentFile [-InputObject] <Object>The Out-CurrentFile cmdlet sends output through Out-String to the current open editor file.
Get-Process | Out-CurrentFileRuns the Get-Process command and formats its output into the current
editor file.
The input object to format, either as a parameter or from the pipeline.
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False