We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510fc28 commit 9d7d92cCopy full SHA for 9d7d92c
docs/reference/resources/Microsoft/Windows/WindowsPowerShell/index.md
@@ -141,7 +141,7 @@ You can also retrieve more information by directly reading it from the cache fil
141
$cache = Get-Content -Path "$env:LOCALAPPDATA\dsc\WindowsPSAdapterCache.json" |
142
ConvertFrom-Json
143
144
-($cache.ResourceCache | Where-Object { $_.type -eq '<moduleName>/<resourceName>' }).DscResourceInfo.Properties
+($cache.ResourceCache | Where-Object -FilterScript { $_.type -eq '<moduleName>/<resourceName>' }).DscResourceInfo.Properties
145
```
146
147
When defining a configuration document, the following properties are required.
0 commit comments