You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SydneyhSmith
changed the title
Find-PSResource: • Searching for a CommandName or DSCResourceName returns an object with an unexpanded ParentResource member
Find-PSResource: Searching for a CommandName or DSCResourceName returns an object with an unexpanded ParentResource member
Aug 15, 2022
Summary of the new feature / enhancement
Searching for a CommandName or DSCResourceName returns an object with an unexpanded ParentResource member
PS> Find-PSResource -CommandName Get-TargetResource -ModuleName SystemLocaleDsc
Name ParentResource
Get-TargetResource Microsoft.PowerShell.PowerShellGet.UtilClasses.PSResourceInfo
PS> Find-PSResource -CommandName Get-TargetResource -ModuleName SystemLocaleDsc | Select-Object -ExpandProperty ParentResource
Name Version Prerelease Repository Description
SystemLocaleDsc 1.2.0.0 PSGallery This DSC Resource allows configuration of the Windows System Locale.
Proposed technical implementation details (optional)
No response
The text was updated successfully, but these errors were encountered: