Skip to content

Find-PSResource: Searching for a CommandName or DSCResourceName returns an object with an unexpanded ParentResource member #754

@SydneyhSmith

Description

@SydneyhSmith

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions