aydeisen

Results 22 comments of aydeisen

> > ...already returns as Key/Value, and it would make filtering and searching easier to be able to select items in Capabilities by Name... > > Based on this, I...

> @JohnMcPMS in effect strongly discouraging the usage of the winget cli in secure corporate environments. Good to know. Hard to see how either of those options is acceptable in...

> @aydeisen if you run `winget source export` you can see the URL for the "msstore" REST source: > > ``` > winget source export > {"Arg":"https://storeedgefd.dsx.mp.microsoft.com/v9.0","Data":"","Identifier":"StoreEdgeFD","Name":"msstore","Type":"Microsoft.Rest"} > {"Arg":"https://cdn.winget.microsoft.com/cache","Data":"Microsoft.Winget.Source_8wekyb3d8bbwe","Identifier":"Microsoft.Winget.Source_8wekyb3d8bbwe","Name":"winget","Type":"Microsoft.PreIndexed.Package"} >...

@denelon >Do you see different behavior if you specify the source in the command? Yes, if I explicitly specify `--source winget`, I do not receive an error. I object to...

>WinGet doesn't "know" if the current version of the package was installed from a specific source or by the user manually, or if the package upgraded itself. The source column...

>There is a subtle distinction here. The source column is populated with "winget" when an installed package appears to match a manifest in the "winget" source. It doesn't matter how...

@ewhitesides: but that's the point. I have no desire to include 'DOMAIN\Domain Admins' in my DSC Configuration and, by using MembersToInclude, I'm not making my configuration overwrite the unlisted accounts...

@ewhitesides Why would I want to use a workaround for a resource of this project when it isn't working as documented? This is a bugfix request. If the owners of...

@johlju This is the error message: ```powershell PowerShell DSC resource MSFT_GroupResource failed to execute Test-TargetResource functionality with error message: Exception calling ".ctor" with "2" argument(s): "The server could not be...

@johlju > What version of PSDscResources are you using? 2.8.0.0 > 'Member01' in your configuration above, is it a local account or a domain account? Local Account > Is the...