File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
dsc/docs-conceptual/dsc-3.0/concepts Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -62,18 +62,6 @@ Invoke-Item .\myFile.csv
6262
6363The ` Invoke-Item ` command opens the file in the default application for CSV files.
6464
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-
7765## Reduce the amount of output
7866
7967One way to improve the accessibility of the output is to reduce the amount of output displayed in
You can’t perform that action at this time.
0 commit comments