PowerShell Logo Small

Get-MMAgent



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

Returns the state of application launch prefetching, operation API prefetching functionality, page combining, and application prelaunching.

SYNTAX


Get-MMAgent [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-MMAgent cmdlet reports whether the following features are enabled:
-- Application launch prefetching
-- Operation API prefetching functionality
-- Page combining
-- Application prelaunching


This cmdlet also returns the maximum number of prefetch files for scenarios that the operation recorder API records.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Return the state of prefetching functionality

PS C:\> Get-MMAgent



This command returns the state of application launch prefetching, application prelaunching, operation recorder API prefetching functionality, and page combining. This
command also returns the maximum number of prefetch files for scenarios that the operation recorder API records.