Skip to content

Commit 5bb5f53

Browse files
committed
1 parent 90fda80 commit 5bb5f53

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docset/winserver2012-ps/mmagent/Set-MMAgent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Operation Recorder API stores prefetch files (.pf) specific to a particular
2424

2525
### Example 1: Set the maximum number of prefetch files
2626
```
27-
PS C:\> Set-MMAgent MaxOperationAPIFiles 128
27+
PS C:\> Set-MMAgent -MaxOperationAPIFiles 128
2828
```
2929

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

docset/winserver2012r2-ps/mmagent/Set-MMAgent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The Operation Recorder API stores prefetch files (.pf) specific to a particular
2727

2828
### Example 1: Set the maximum number of prefetch files
2929
```
30-
PS C:\> Set-MMAgent MaxOperationAPIFiles 128
30+
PS C:\> Set-MMAgent -MaxOperationAPIFiles 128
3131
```
3232

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

docset/winserver2016-ps/mmagent/Set-MMAgent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The Operation Recorder API stores prefetch files (.pf) specific to a particular
2828

2929
### Example 1: Set the maximum number of prefetch files
3030
```
31-
PS C:\> Set-MMAgent MaxOperationAPIFiles 128
31+
PS C:\> Set-MMAgent -MaxOperationAPIFiles 128
3232
```
3333

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

docset/winserver2019-ps/mmagent/Set-MMAgent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The Operation Recorder API stores prefetch files (.pf) specific to a particular
2828

2929
### Example 1: Set the maximum number of prefetch files
3030
```
31-
PS C:\> Set-MMAgent MaxOperationAPIFiles 128
31+
PS C:\> Set-MMAgent -MaxOperationAPIFiles 128
3232
```
3333

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

docset/winserver2022-ps/mmagent/Set-MMAgent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The Operation Recorder API stores prefetch files (.pf) specific to a particular
2828

2929
### Example 1: Set the maximum number of prefetch files
3030
```
31-
PS C:\> Set-MMAgent MaxOperationAPIFiles 128
31+
PS C:\> Set-MMAgent -MaxOperationAPIFiles 128
3232
```
3333

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

0 commit comments

Comments
 (0)