From 78bb6327ecfa603d8f7c16258a52b9c695a88421 Mon Sep 17 00:00:00 2001 From: Michael Greene Date: Tue, 15 Apr 2025 11:26:18 -0500 Subject: [PATCH] Update output-accessibility.md --- .../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