PowerShell Logo Small

Set-MMAgent



This is the built-in help made by Microsoft for the command 'Set-MMAgent', 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 maximum number of prefetch files for scenarios that the Operation Recorder API records.

SYNTAX


Set-MMAgent [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] -MaxOperationAPIFiles <UInt32> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-MMAgent cmdlet sets the maximum number of prefetch files for scenarios that the Operation Recorder API records. The Operation Recorder API stores prefetch files
(.pf) specific to a particular Operation ID in the \Windows\Prefetch folder.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=287367
Debug-MMAppPrelaunch
Get-MMAgent
Enable-MMAgent
Disable-MMAgent

REMARKS

<

Examples


Example 1: Set the maximum number of prefetch files

PS C:\> Set-MMAgent MaxOperationAPIFiles 128



This command sets the maximum number of prefetch files for scenarios that the Operation Recorder API records to 128.