Skip to content

Commit a990698

Browse files
committed
Populate article.
Related to MicrosoftDocs#2493
1 parent 1975764 commit a990698

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@ title: Export-Trace
1111
# Export-Trace
1212

1313
## SYNOPSIS
14-
{{Fill in the Synopsis}}
14+
Exports trace events.
1515

1616
## SYNTAX
1717

1818
```
1919
Export-Trace [-ETLFile] <String> [-Overwrite] [-LogsDirectoryPath <String>] [-WprpFile <String>]
20-
[-ConnectedDevice]
20+
[-WprpFile]
2121
```
2222

2323
## DESCRIPTION
24-
{{Fill in the Description}}
24+
Exports trace events from an ETL (event trace log) file.
2525

2626
## EXAMPLES
2727

28-
### Example 1
29-
```
30-
PS C:\> {{ Add example code here }}
28+
### Example 1: Export trace events from ETL file
29+
```powershell
30+
PS C:\> Export-Trace -ETLFile C:\Windows\Logs\WindowsUpdate\WindowsUpdate.20211013.074054.819.1.etl -LogsDirectoryPath C:\ETL\Logs
3131
```
3232

33-
{{ Add example description here }}
33+
Export trace events from specified ETL file and save logs to C:\ETL\Logs folder.
3434

3535
## PARAMETERS
3636

3737
### -ConnectedDevice
38-
{{Fill ConnectedDevice Description}}
38+
If enabled specifies that device type is mobile.
3939

4040
```yaml
4141
Type: SwitchParameter
@@ -50,7 +50,7 @@ Accept wildcard characters: False
5050
```
5151
5252
### -ETLFile
53-
{{Fill ETLFile Description}}
53+
Specifies ETL file location.
5454
5555
```yaml
5656
Type: String
@@ -65,7 +65,7 @@ Accept wildcard characters: False
6565
```
6666
6767
### -LogsDirectoryPath
68-
{{Fill LogsDirectoryPath Description}}
68+
Specifies the logs directory path.
6969
7070
```yaml
7171
Type: String
@@ -80,7 +80,7 @@ Accept wildcard characters: False
8080
```
8181
8282
### -Overwrite
83-
{{Fill Overwrite Description}}
83+
Overwrite existing export.
8484
8585
```yaml
8686
Type: SwitchParameter
@@ -95,7 +95,7 @@ Accept wildcard characters: False
9595
```
9696
9797
### -WprpFile
98-
{{Fill WprpFile Description}}
98+
Specifies the location of the WPR profile file.
9999
100100
```yaml
101101
Type: String

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Export-Trace
1111
# Export-Trace
1212

1313
## SYNOPSIS
14-
{{Fill in the Synopsis}}
14+
Exports trace events.
1515

1616
## SYNTAX
1717

@@ -21,21 +21,21 @@ Export-Trace [-ETLFile] <String> [-Overwrite] [-LogsDirectoryPath <String>] [-Wp
2121
```
2222

2323
## DESCRIPTION
24-
{{Fill in the Description}}
24+
Exports trace events from an ETL (event trace log) file.
2525

2626
## EXAMPLES
2727

28-
### Example 1
29-
```
30-
PS C:\> {{ Add example code here }}
28+
### Example 1: Export trace events from ETL file
29+
```powershell
30+
PS C:\> Export-Trace -ETLFile C:\Windows\Logs\WindowsUpdate\WindowsUpdate.20211013.074054.819.1.etl -LogsDirectoryPath C:\ETL\Logs
3131
```
3232

33-
{{ Add example description here }}
33+
Export trace events from specified ETL file and save logs to C:\ETL\Logs folder.
3434

3535
## PARAMETERS
3636

3737
### -ConnectedDevice
38-
{{Fill ConnectedDevice Description}}
38+
If enabled specifies that device type is mobile.
3939

4040
```yaml
4141
Type: SwitchParameter
@@ -50,7 +50,7 @@ Accept wildcard characters: False
5050
```
5151
5252
### -ETLFile
53-
{{Fill ETLFile Description}}
53+
Specifies ETL file location.
5454
5555
```yaml
5656
Type: String
@@ -65,7 +65,7 @@ Accept wildcard characters: False
6565
```
6666
6767
### -LogsDirectoryPath
68-
{{Fill LogsDirectoryPath Description}}
68+
Specifies the logs directory path.
6969
7070
```yaml
7171
Type: String
@@ -80,7 +80,7 @@ Accept wildcard characters: False
8080
```
8181
8282
### -Overwrite
83-
{{Fill Overwrite Description}}
83+
Overwrite existing export.
8484
8585
```yaml
8686
Type: SwitchParameter
@@ -95,7 +95,7 @@ Accept wildcard characters: False
9595
```
9696
9797
### -WprpFile
98-
{{Fill WprpFile Description}}
98+
Specifies the location of the WPR profile file.
9999
100100
```yaml
101101
Type: String

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Export-Trace
1111
# Export-Trace
1212

1313
## SYNOPSIS
14-
{{Fill in the Synopsis}}
14+
Exports trace events.
1515

1616
## SYNTAX
1717

@@ -21,21 +21,21 @@ Export-Trace [-ETLFile] <String> [-Overwrite] [-LogsDirectoryPath <String>] [-Wp
2121
```
2222

2323
## DESCRIPTION
24-
{{Fill in the Description}}
24+
Exports trace events from an ETL (event trace log) file.
2525

2626
## EXAMPLES
2727

28-
### Example 1
29-
```
30-
PS C:\> {{ Add example code here }}
28+
### Example 1: Export trace events from ETL file
29+
```powershell
30+
PS C:\> Export-Trace -ETLFile C:\Windows\Logs\WindowsUpdate\WindowsUpdate.20211013.074054.819.1.etl -LogsDirectoryPath C:\ETL\Logs
3131
```
3232

33-
{{ Add example description here }}
33+
Export trace events from specified ETL file and save logs to C:\ETL\Logs folder.
3434

3535
## PARAMETERS
3636

3737
### -ConnectedDevice
38-
{{Fill ConnectedDevice Description}}
38+
If enabled specifies that device type is mobile.
3939

4040
```yaml
4141
Type: SwitchParameter
@@ -50,7 +50,7 @@ Accept wildcard characters: False
5050
```
5151
5252
### -ETLFile
53-
{{Fill ETLFile Description}}
53+
Specifies ETL file location.
5454
5555
```yaml
5656
Type: String
@@ -65,7 +65,7 @@ Accept wildcard characters: False
6565
```
6666
6767
### -LogsDirectoryPath
68-
{{Fill LogsDirectoryPath Description}}
68+
Specifies the logs directory path.
6969
7070
```yaml
7171
Type: String
@@ -80,7 +80,7 @@ Accept wildcard characters: False
8080
```
8181
8282
### -Overwrite
83-
{{Fill Overwrite Description}}
83+
Overwrite existing export.
8484
8585
```yaml
8686
Type: SwitchParameter
@@ -95,7 +95,7 @@ Accept wildcard characters: False
9595
```
9696
9797
### -WprpFile
98-
{{Fill WprpFile Description}}
98+
Specifies the location of the WPR profile file.
9999
100100
```yaml
101101
Type: String

0 commit comments

Comments
 (0)