From 5b5d000fd0b58c6ea577fca28bd81fbf66e1d10c Mon Sep 17 00:00:00 2001 From: Michael Greene Date: Tue, 15 Apr 2025 09:31:26 -0700 Subject: [PATCH] Update output-accessibility.md (#312) --- .../dsc-3.0/concepts/output-accessibility.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dsc/docs-conceptual/dsc-3.0/concepts/output-accessibility.md b/dsc/docs-conceptual/dsc-3.0/concepts/output-accessibility.md index 4b403b4..9461296 100644 --- a/dsc/docs-conceptual/dsc-3.0/concepts/output-accessibility.md +++ b/dsc/docs-conceptual/dsc-3.0/concepts/output-accessibility.md @@ -62,18 +62,6 @@ Invoke-Item .\myFile.csv The `Invoke-Item` command opens the file in the default application for CSV files. -### HyperText Markup Language (HTML) format - -HTML files can be viewed by web browsers such as **Microsoft Edge**. The following example shows -how to save the output of a command to an HTML file. - -```powershell -dsc resource list | ConvertFrom-Json | ConvertTo-HTML | Out-File .\myFile.html -Invoke-Item .\myFile.html -``` - -The `Invoke-Item` command opens the file in your default web browser. - ## Reduce the amount of output One way to improve the accessibility of the output is to reduce the amount of output displayed in