Skip to content

Commit c848b8d

Browse files
Apply suggestions from code review
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent a990698 commit c848b8d

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

docset/winserver2016-ps/provisioning/Export-Trace.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ Export-Trace [-ETLFile] <String> [-Overwrite] [-LogsDirectoryPath <String>] [-Wp
2121
```
2222

2323
## DESCRIPTION
24-
Exports trace events from an ETL (event trace log) file.
24+
Exports trace events from an event trace log (ETL) file.
2525

2626
## EXAMPLES
2727

28-
### Example 1: Export trace events from ETL file
28+
### Example 1: Export trace events from an ETL file
2929
```powershell
3030
PS C:\> Export-Trace -ETLFile C:\Windows\Logs\WindowsUpdate\WindowsUpdate.20211013.074054.819.1.etl -LogsDirectoryPath C:\ETL\Logs
3131
```
3232

33-
Export trace events from specified ETL file and save logs to C:\ETL\Logs folder.
33+
Exports trace events from a specified ETL file and saves the logs to the C:\ETL\Logs folder.
3434

3535
## PARAMETERS
3636

3737
### -ConnectedDevice
38-
If enabled specifies that device type is mobile.
38+
If enabled, specifies that the device type is mobile.
3939

4040
```yaml
4141
Type: SwitchParameter
@@ -50,7 +50,7 @@ Accept wildcard characters: False
5050
```
5151
5252
### -ETLFile
53-
Specifies ETL file location.
53+
Specifies the ETL file location.
5454
5555
```yaml
5656
Type: String
@@ -80,7 +80,7 @@ Accept wildcard characters: False
8080
```
8181
8282
### -Overwrite
83-
Overwrite existing export.
83+
Overwrites the existing export.
8484
8585
```yaml
8686
Type: SwitchParameter

docset/winserver2019-ps/provisioning/Export-Trace.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ Export-Trace [-ETLFile] <String> [-Overwrite] [-LogsDirectoryPath <String>] [-Wp
2121
```
2222

2323
## DESCRIPTION
24-
Exports trace events from an ETL (event trace log) file.
24+
Exports trace events from an event trace log (ETL) file.
2525

2626
## EXAMPLES
2727

28-
### Example 1: Export trace events from ETL file
28+
### Example 1: Export trace events from an ETL file
2929
```powershell
3030
PS C:\> Export-Trace -ETLFile C:\Windows\Logs\WindowsUpdate\WindowsUpdate.20211013.074054.819.1.etl -LogsDirectoryPath C:\ETL\Logs
3131
```
3232

33-
Export trace events from specified ETL file and save logs to C:\ETL\Logs folder.
33+
Exports trace events from a specified ETL file and saves the logs to the C:\ETL\Logs folder.
3434

3535
## PARAMETERS
3636

3737
### -ConnectedDevice
38-
If enabled specifies that device type is mobile.
38+
If enabled, specifies that the device type is mobile.
3939

4040
```yaml
4141
Type: SwitchParameter
@@ -50,7 +50,7 @@ Accept wildcard characters: False
5050
```
5151
5252
### -ETLFile
53-
Specifies ETL file location.
53+
Specifies the ETL file location.
5454
5555
```yaml
5656
Type: String
@@ -80,7 +80,7 @@ Accept wildcard characters: False
8080
```
8181
8282
### -Overwrite
83-
Overwrite existing export.
83+
Overwrites the existing export.
8484
8585
```yaml
8686
Type: SwitchParameter

docset/winserver2022-ps/provisioning/Export-Trace.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ Export-Trace [-ETLFile] <String> [-Overwrite] [-LogsDirectoryPath <String>] [-Wp
2121
```
2222

2323
## DESCRIPTION
24-
Exports trace events from an ETL (event trace log) file.
24+
Exports trace events from an event trace log ETL file.
2525

2626
## EXAMPLES
2727

28-
### Example 1: Export trace events from ETL file
28+
### Example 1: Export trace events from an ETL file
2929
```powershell
3030
PS C:\> Export-Trace -ETLFile C:\Windows\Logs\WindowsUpdate\WindowsUpdate.20211013.074054.819.1.etl -LogsDirectoryPath C:\ETL\Logs
3131
```
3232

33-
Export trace events from specified ETL file and save logs to C:\ETL\Logs folder.
33+
Exports trace events from a specified ETL file and saves the logs to the C:\ETL\Logs folder.
3434

3535
## PARAMETERS
3636

3737
### -ConnectedDevice
38-
If enabled specifies that device type is mobile.
38+
If enabled, specifies that the device type is mobile.
3939

4040
```yaml
4141
Type: SwitchParameter
@@ -50,7 +50,7 @@ Accept wildcard characters: False
5050
```
5151
5252
### -ETLFile
53-
Specifies ETL file location.
53+
Specifies the ETL file location.
5454
5555
```yaml
5656
Type: String
@@ -80,7 +80,7 @@ Accept wildcard characters: False
8080
```
8181
8282
### -Overwrite
83-
Overwrite existing export.
83+
Overwrites the existing export.
8484
8585
```yaml
8686
Type: SwitchParameter

0 commit comments

Comments
 (0)