PSDesiredStateConfiguration icon indicating copy to clipboard operation
PSDesiredStateConfiguration copied to clipboard

Source for https://www.powershellgallery.com/packages/PSDesiredStateConfiguration module

Results 37 PSDesiredStateConfiguration issues
Sort by recently updated
recently updated
newest added

This is a placeholder meta-issue to track all the work we need to do in 2021 to work towards an OSS state for the PSDSC module.

On PowerShell Core on: ```powershell get-dscresource -Name script -Module psdscresources ``` Expected ```none ResourceType : MSFT_ScriptResource Name : Script FriendlyName : Script Module : PSDscResources ModuleName : PSDscResources Version :...

## repro on linux ``` Get-DscResource -module PsDscResources | where-object {$_.ImplementedAs -ne 'PowerShell'} ``` ## actual ``` ``` ## expected ![image](https://user-images.githubusercontent.com/10873629/63472042-bf126a80-c425-11e9-8b91-f37aaed56c2e.png)

Repro ```powershell Get-DscResource -name foobar ``` Expected ``` CheckResourceFound : The term 'foobar' is not recognized as the name of a Resource. At /Users/travisplunk/git/PSDesiredStateConfiguration/src/PSDesiredStateConfiguration/PSDesiredStateConfiguration.psm1:4019 char:13 + CheckResourceFound $Name $Resources +...

On PowerShell Core on linux: ```powershell Get-DscResource -Name PsModule ``` Expected ```none ResourceType : MSFT_PSModule Name : PSModule FriendlyName : PSModule Module : PowerShellGet ModuleName : PowerShellGet Version : 2.2...

On PowerShell Core: ```powershell Get-DscResource -Name PsModule ``` Expected ```none ResourceType : MSFT_PSModule Name : PSModule FriendlyName : PSModule Module : PowerShellGet ModuleName : PowerShellGet Version : 2.2 Path :...