Main | Contact | Blog | Documentation

PowerShell Framework

The project dedicated to empowering your PowerShell scripting.

Clear-PSFMessage

SYNOPSIS

Clears the in-memory log of the message system.

SYNTAX

Clear-PSFMessage [<CommonParameters>]

DESCRIPTION

Clears the in-memory log of the message system. Has no effect on written logfiles, table entries, eventlog logs or wherever else you may be logging.

EXAMPLES

EXAMPLE 1

Clear-PSFMessage

Clears the in-memory log of the message system.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES