< Back

Add-Tracelog

Mon Jan 13, 2020 7:12 am

NAME Add-Tracelog



SYNOPSIS

Adds a tracelog message to tracelog





SYNTAX

Add-Tracelog [[-Message] <Object>] [<CommonParameters>]





DESCRIPTION

Uses a script scope tracelog variable to have alle scopes write to a sinlg etracelog.

Outputs each message to the Verbose stream.





PARAMETERS

-Message <Object>



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS