diff --git a/dsc/docfx.json b/dsc/docfx.json
index 6a66232..1b90a7e 100644
--- a/dsc/docfx.json
+++ b/dsc/docfx.json
@@ -47,6 +47,7 @@
"ms.topic": {
"docs-conceptual/**": "conceptual",
"docs-conceptual/**/getting-started/**": "get-started",
+ "docs-conceptual/**/get-started/**": "get-started",
"docs-conceptual/**/how-tos/**": "how-to",
"docs-conceptual/**/overview/**": "overview",
"docs-conceptual/**/quickstarts/**": "quickstart",
@@ -63,7 +64,7 @@
},
"globalMetadata": {
"apiPlatform": "powershell",
- "author": "sdwheeler",
+ "author": "michaeltlombardi",
"breadcrumb_path": "/powershell/dsc/breadcrumb/toc.json",
"extendBreadcrumb": true,
"feedback_system": "OpenSource",
@@ -78,7 +79,7 @@
"open_source_feedback_productName": "DSC",
"hideScope": false,
"manager": "jasongroce",
- "ms.author": "sewhee",
+ "ms.author": "mlombardi",
"ms.devlang": "powershell",
"ms.service": "powershell",
"searchScope": [
diff --git a/dsc/docs-conceptual/dsc-3.0/reference/cli/resource/test.md b/dsc/docs-conceptual/dsc-3.0/reference/cli/resource/test.md
index 0ebdab6..44097fb 100644
--- a/dsc/docs-conceptual/dsc-3.0/reference/cli/resource/test.md
+++ b/dsc/docs-conceptual/dsc-3.0/reference/cli/resource/test.md
@@ -16,19 +16,19 @@ Validates the actual state of a resource instance against a desired state.
### Instance properties from input option
```sh
-dsc resource set --input --resource
+dsc resource test --input --resource
```
### Instance properties from file
```sh
-dsc resource set --file --resource
+dsc resource test --file --resource
```
### Instance properties from stdin
```sh
-cat | dsc resource set [Options] --resource --file -
+cat | dsc resource test [Options] --resource --file -
```
## Description