Skip to content

Remove MSILoggingPolicy

Heath Stewart edited this page Feb 19, 2018 · 1 revision

Remove-MSILoggingPolicy

SYNOPSIS

Removes the Windows Installer logging policy.

SYNTAX

Remove-MSILoggingPolicy [<CommonParameters>]

DESCRIPTION

The Windows Installer logging policy determines whether logs are generated by default and how much information they contain. This cmdlet removes the current logging and debug policies.

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

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 (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Get-MSILoggingPolicy

Set-MSILoggingPolicy

Clone this wiki locally