File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed
winserver2016-ps/provisioning
winserver2019-ps/provisioning
winserver2022-ps/provisioning Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ Export-Trace [-ETLFile] <String> [-Overwrite] [-LogsDirectoryPath <String>] [-Wp
21
21
```
22
22
23
23
## DESCRIPTION
24
- Exports trace events from an ETL ( event trace log) file.
24
+ Exports trace events from an event trace log (ETL ) file.
25
25
26
26
## EXAMPLES
27
27
28
- ### Example 1: Export trace events from ETL file
28
+ ### Example 1: Export trace events from an ETL file
29
29
``` powershell
30
30
PS C:\> Export-Trace -ETLFile C:\Windows\Logs\WindowsUpdate\WindowsUpdate.20211013.074054.819.1.etl -LogsDirectoryPath C:\ETL\Logs
31
31
```
32
32
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.
34
34
35
35
## PARAMETERS
36
36
37
37
### -ConnectedDevice
38
- If enabled specifies that device type is mobile.
38
+ If enabled, specifies that the device type is mobile.
39
39
40
40
``` yaml
41
41
Type : SwitchParameter
@@ -50,7 +50,7 @@ Accept wildcard characters: False
50
50
` ` `
51
51
52
52
### -ETLFile
53
- Specifies ETL file location.
53
+ Specifies the ETL file location.
54
54
55
55
` ` ` yaml
56
56
Type : String
@@ -80,7 +80,7 @@ Accept wildcard characters: False
80
80
` ` `
81
81
82
82
### -Overwrite
83
- Overwrite existing export.
83
+ Overwrites the existing export.
84
84
85
85
` ` ` yaml
86
86
Type : SwitchParameter
Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ Export-Trace [-ETLFile] <String> [-Overwrite] [-LogsDirectoryPath <String>] [-Wp
21
21
```
22
22
23
23
## DESCRIPTION
24
- Exports trace events from an ETL ( event trace log) file.
24
+ Exports trace events from an event trace log (ETL ) file.
25
25
26
26
## EXAMPLES
27
27
28
- ### Example 1: Export trace events from ETL file
28
+ ### Example 1: Export trace events from an ETL file
29
29
``` powershell
30
30
PS C:\> Export-Trace -ETLFile C:\Windows\Logs\WindowsUpdate\WindowsUpdate.20211013.074054.819.1.etl -LogsDirectoryPath C:\ETL\Logs
31
31
```
32
32
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.
34
34
35
35
## PARAMETERS
36
36
37
37
### -ConnectedDevice
38
- If enabled specifies that device type is mobile.
38
+ If enabled, specifies that the device type is mobile.
39
39
40
40
``` yaml
41
41
Type : SwitchParameter
@@ -50,7 +50,7 @@ Accept wildcard characters: False
50
50
` ` `
51
51
52
52
### -ETLFile
53
- Specifies ETL file location.
53
+ Specifies the ETL file location.
54
54
55
55
` ` ` yaml
56
56
Type : String
@@ -80,7 +80,7 @@ Accept wildcard characters: False
80
80
` ` `
81
81
82
82
### -Overwrite
83
- Overwrite existing export.
83
+ Overwrites the existing export.
84
84
85
85
` ` ` yaml
86
86
Type : SwitchParameter
Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ Export-Trace [-ETLFile] <String> [-Overwrite] [-LogsDirectoryPath <String>] [-Wp
21
21
```
22
22
23
23
## DESCRIPTION
24
- Exports trace events from an ETL ( event trace log) file.
24
+ Exports trace events from an event trace log ETL file.
25
25
26
26
## EXAMPLES
27
27
28
- ### Example 1: Export trace events from ETL file
28
+ ### Example 1: Export trace events from an ETL file
29
29
``` powershell
30
30
PS C:\> Export-Trace -ETLFile C:\Windows\Logs\WindowsUpdate\WindowsUpdate.20211013.074054.819.1.etl -LogsDirectoryPath C:\ETL\Logs
31
31
```
32
32
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.
34
34
35
35
## PARAMETERS
36
36
37
37
### -ConnectedDevice
38
- If enabled specifies that device type is mobile.
38
+ If enabled, specifies that the device type is mobile.
39
39
40
40
``` yaml
41
41
Type : SwitchParameter
@@ -50,7 +50,7 @@ Accept wildcard characters: False
50
50
` ` `
51
51
52
52
### -ETLFile
53
- Specifies ETL file location.
53
+ Specifies the ETL file location.
54
54
55
55
` ` ` yaml
56
56
Type : String
@@ -80,7 +80,7 @@ Accept wildcard characters: False
80
80
` ` `
81
81
82
82
### -Overwrite
83
- Overwrite existing export.
83
+ Overwrites the existing export.
84
84
85
85
` ` ` yaml
86
86
Type : SwitchParameter
You can’t perform that action at this time.
0 commit comments