PowerShell Logo Small

Save-CauDebugTrace



This is the built-in help made by Microsoft for the command 'Save-CauDebugTrace', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Saves Cluster-Aware Updating (CAU) debug tracing information to a local zip file.

SYNTAX


Save-CauDebugTrace [[-ClusterName] <String>] [[-FilePath] <String>] [-Credential <PSCredential>] [-Force] [-RunId <Guid>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Save-CauDebugTrace cmdlet saves Cluster-Aware Updating (CAU) debug tracing information to a local zip file. The tracing information is mainly intended for use by
developers and support engineers. Specify the file name with the FilePath parameter.


Note: To run this cmdlet, Windows PowerShell® remoting must be enabled on each node. To do this, run the Enable-PSRemoting cmdlet. In addition, ensure that the Windows
Remote Management - Compatibility Mode (HTTP-In) firewall exception is enabled on each node.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287672
Invoke-CauRun

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Save-CauDebugTrace –ClusterName CONTOSO-FC1 -FilePath C:\temp\testrun.zip



This example saves the debug tracing information, for the cluster called CONTOSO-FC1, to a trace file called testrun.zip in the C:\temp folder.