We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec77f2 commit 5b5d000Copy full SHA for 5b5d000
1 file changed
dsc/docs-conceptual/dsc-3.0/concepts/output-accessibility.md
@@ -62,18 +62,6 @@ Invoke-Item .\myFile.csv
62
63
The `Invoke-Item` command opens the file in the default application for CSV files.
64
65
-### HyperText Markup Language (HTML) format
66
-
67
-HTML files can be viewed by web browsers such as **Microsoft Edge**. The following example shows
68
-how to save the output of a command to an HTML file.
69
70
-```powershell
71
-dsc resource list | ConvertFrom-Json | ConvertTo-HTML | Out-File .\myFile.html
72
-Invoke-Item .\myFile.html
73
-```
74
75
-The `Invoke-Item` command opens the file in your default web browser.
76
77
## Reduce the amount of output
78
79
One way to improve the accessibility of the output is to reduce the amount of output displayed in
0 commit comments