Skip to content

Commit

Permalink
Fix bracket error
Browse files Browse the repository at this point in the history
  • Loading branch information
Trenly committed Nov 23, 2024
1 parent 2b95b72 commit ba8b398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/Help/Microsoft.Windows.Assertion/PnPDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ The `PnPDevice` DSC Resource allows you to check for specific PnP Devices on the

**Parameter**|**Attribute**|**DataType**|**Description**|**Allowed Values**
:-----|:-----|:-----|:-----|:-----
`FriendlyName`|Optional|String[]|The name of the PnP Device to be found|
`FriendlyName`|Optional|String[]|The name of the PnP Device to be found|--
`DeviceClass`|Optional|String[]|The PnP Class of the PnP Device to be found.| For example: `Display` or `Keyboard` or `PrintQueue`
`Status`|Optional|String]]|The current status of the PnP Device to be found|`OK`, `ERROR`, `DEGRADED`, `UNKNOWN`
`Status`|Optional|String[]|The current status of the PnP Device to be found|`OK`, `ERROR`, `DEGRADED`, `UNKNOWN`

## EXAMPLES

Expand Down

0 comments on commit ba8b398

Please sign in to comment.