Writes text to the verbose message stream. (Write-Verbose)

   

# NAME
Write-Verbose

# SYNOPSIS
Writes text to the verbose message stream.

# SYNTAX
Write-Verbose [-Message] <string> [<CommonParameters>]

# DESCRIPTION
The Write-Verbose cmdlet writes text to the verbose message stream in Windows PowerShell. Typically, the verbose message stream is used to deliver information about command processing that is used for debugging a command.

By default, the verbose message stream is not displayed, but you can display it by changing the value of the $VerbosePreference variable or using the Verbose common parameter in any command.

# PARAMETERS
-Message <string>
Specifies the message to display. This parameter is required. You can also pipe a message string to Verbose-Message.

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.String
You can pipe a string that contains the message to Write-Verbose.

# OUTPUTS
None
Write-Verbose writes only to the verbose message stream.

# NOTES

# EXAMPLE 1

C:\PS>Write-Verbose -message "Searching the Application Event Log."

C:\PS> Write-Verbose -message "Searching the Application Event Log." -verbose

# Description
-----------
These commands use the Write-Verbose cmdlet to display a status message. By default, the message is not displayed.

The second command uses the Verbose common parameter, which displays any verbose messages, regardless of the value of the $VerbosePreference variable.

# EXAMPLE 2

C:\PS>$VerbosePreference = "Continue"

C:\PS> Write-Verbose "Copying file $filename"

# Description
-----------
These commands use the Write-Verbose cmdlet to display a status message. By default, the message is not displayed.

The first command assigns a value of "Continue" to the $VerbosePreference preference variable. The default value, "SilentlyContinue", suppresses verbose messages.

The second command writes a verbose message.

RELATED LINKS
Online version: http://go.microsoft.com/fwlink/?LinkID=113429
Write-Error
Write-Warning
about_Preference_Variables

C:\Windows>powershell get-help Write-Warning -full

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

OS: Windows 10, 8.1, 8, 7, Vista / Windows Server 2016, 2012, 2008
»»»» ColorConsole









... Windows-10




Windows 10 How To

... Windows 10 FAQ
... Windows 10 How To




PowerShell: Writes text to the verbose message stream.

HTTP: ... PS_Windows/en/Write-Verbose.htm
0.203
11034

What are desktop fonts?

 /

Change boot loader Windows 11, 10, ... OS !

 /

Turn off hibernate, hibernation on Windows 11!

 /

Understand and use freely selectable colors, frames and backgrounds!

 /

What is screen optimization?

 /

Exclude external drive from Defender Virus Scan!

 /

Can I somehow disable the click navigation sound on Windows 10/11 in Q-Dir?

 /

Change the language in MS Office, German, ... to English!

 /

Command Prompt cmd.exe not receive all paste commands!

 /

Redirect CMD command output to a file, with an example?

 /

Suggestions from users for the Quad Explorer!

 /

Kann ich auf Windows 11 die Viren weiterhin wegballern?

 /