Memory Management Agent Cmdlets in Windows PowerShell

Windows PowerShell® est un interpréteur en ligne de commande et un langage de script basé sur des tâches, conçu spécialement pour l’administration système. Cette rubrique de référence pour les informaticiens fournit une assistance sur l’utilisation des applets de commande Windows PowerShell pour écrire des scripts et automatiser des tâches.

Memory Management Agent Cmdlets

This reference provides cmdlet descriptions and syntax for all Memory Management Agent (MMAgent) - specific cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

Cmdlet Description

Debug-MMAppPrelaunch

Provides the ability to debug the application prelaunch of a specific application by triggering the prelaunch to occur and to exit debug mode for the application.

Disable-MMAgent

Disables application launch prefetching, operation recorder API functionality, page combining, and application prelaunch.

Enable-MMAgent

Enables application launch prefetching, operation recorder API functionality, page combining, and application prelaunch.

Get-MMAgent

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

Set-MMAgent

Sets the maximum number of prefetch files for scenarios that the Operation Recorder API records.

Notes

To list all the cmdlets that are available, use the Get-Command -Module MMAgent cmdlet.

Pour plus d’informations sur les applets de commande ou leur syntaxe, utilisez l’applet de commande Get-Help <nom de l’applet de commande>, où <nom de l’applet de commande> est le nom de l’applet de commande que vous voulez rechercher. Pour plus d’informations, vous pouvez exécuter les applets de commande suivantes :

Get-Help <nom de l’applet de commande> -Detailed
Get-Help <nom de l’applet de commande> -Examples
Get-Help <nom de l’applet de commande> -Full