diff --git a/dsc/docs-conceptual/dsc-3.0/get-started/index.md b/dsc/docs-conceptual/dsc-3.0/get-started/index.md index c8f963c..e12f3bb 100644 --- a/dsc/docs-conceptual/dsc-3.0/get-started/index.md +++ b/dsc/docs-conceptual/dsc-3.0/get-started/index.md @@ -122,7 +122,7 @@ Run the following command to display only the resources available with the ```powershell $adaptedResources | - Where-Object -requireAdapter -EQ Microsoft.Windows/WindowsPowerShell | + Where-Object requireAdapter -EQ Microsoft.Windows/WindowsPowerShell | Format-Table -Property type, kind, version, capabilities, description ```