... Home  
... Impressum
... ColorConsole

... CMD
... Netsh-XP
... Netsh-7
... Netsh-Vista
... Powershell

Download the Windows 7 Starter, Home (Basic Premium), Professional und Ultimate!


... facebook.de
 
 
ColorConsole [Version 1.7.1000] PowerShell 2.0-Export
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.

C:\Windows-7>Powershell get-help Write-Output -full

# NAME
Write-Output

# SYNOPSIS
Sends the specified objects to the next command in the pipeline. If the command is the last command in the pipeline, the objects are displayed in the console.

# SYNTAX
Write-Output [-InputObject] <PSObject[]> [<CommonParameters>]

# DESCRIPTION
The Write-Output cmdlet sends the specified object down the pipeline to the next command. If the command is the last command in the pipeline, the object is displayed in the console.

Write-Output sends objects down the primary pipeline, also known as the "output stream" or the "success pipeline." To send error objects down the error pipeline, use Write-Error.

This cmdlet is typically used in scripts to display strings and other objects on the console. However, because the default behavior is to display the objects at the end of a pipeline, it is generally not necessary to use the cmdlet. For example, "get-process | write-output" is equivalent to "get-process".

# PARAMETERS
-InputObject <PSObject[]>
Specifies the objects to send down the pipeline. Enter a variable that contains the objects, or type a command or expression that gets the objects.

Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false

<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer and OutVariable. For more information, type,
"get-help about_commonparameters".

# INPUTS
System.Management.Automation.PSObject
You can pipe objects to Write-Output.

# OUTPUTS
System.Management.Automation.PSObject
Write-Output returns the objects that are submitted as input.

# NOTES

# EXAMPLE 1

C:\PS>$p = get-process

c:\PS> write-output $p

c:\PS> $p

# Description
-----------
These commands get objects representing the processes running on the computer and display the objects on the console.

# EXAMPLE 2

C:\PS>write-output "test output" | get-member

# Description
-----------
This command pipes the "test output" string to the Get-Member cmdlet, which displays the members of the String class, demonstrating that the string was passed along the pipeline.

RELATED LINKS
Online version: http://go.microsoft.com/fwlink/?LinkID=113427
Write-Debug
Write-Verbose
Write-Error
Write-Progress
Write-Host
Write-Warning
Tee-Object

C:\Windows>powershell get-help Set-PSBreakpoint -full

OS: Windows-7 / Windows-Vista // Windows Server 2008
»»»» ColorConsole


0.077
Internet Explorer 7 bzw 8 Schrift vergrößern, geht nicht?  / Wie kann ich den Ordner aus Fenster-1 nach Fenster-2 übertragen bzw öffnen?  / Ist es möglich aus dem Win-7 Explorer die häufig verwendeten Ordner zu entfernen?  / Wo finde ich einen guten DSL bzw TDSL Geschwindigkeitstest?  / font view  / Die Spalteneinstellungen bzw. Dateidetails werden nicht gespeichert?  / anmeldung bei facebook.de  / Wie kann ich in Win-7 die Benutzerkontensteuerung einstellen bzw. Benachrichtigungshäufigkeit bei Programmen?  / / Lesetipp: 743  / Die Windows Tastenkombination um den Taskmanager schnell und direkt zu starten!  / Ein kleines Helferlein habe ich jedoch noch nicht gefunden, so etwas wie "minimize to tray"?  / manipulation of timestamp  / Warum Win-7 wenn es das Betriebssystem Vista gibt?  / Bei Windows 7 funktionieren die Lautsprecher nicht, es kommt kein Ton?  / Hilfe, es Fehlen einige Symbole im Infobereich der Windows-7 Taskleiste?  /