PowerShell Logo Small

Set-ClusterLog



This is the built-in help made by Microsoft for the command 'Set-ClusterLog', 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

Sets the size and level of detail for the cluster log.

SYNTAX


Set-ClusterLog [-Cluster <String>] [-InputObject <PSObject>] [-Level <Int32>] [-Size <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-ClusterLog cmdlet sets the size and level of detail for the cluster log. The default level, 3, includes errors, warnings, and additional information.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=321064
Get-ClusterLog

REMARKS

<

Examples


Example 1

PS C:\>Set-ClusterLog -Level 1
Name
----
cluster1



This example sets the cluster log to a detail level of 1.




Example 2

PS C:\>Set-ClusterLog -Size 1024
Name
----
cluster1



This example sets the cluster log size to 1024 MB.