-
The section "[Built-in resources](https://docs.microsoft.com/en-us/powershell/scripting/dsc/resources/resources?view=powershell-6#built-in-resources)" states:
> In addition to community resources, …
-
## Latest news on native ARM compatibility
- **(2020-12-26) We currently have 3168 formulas bottled for Apple Silicon in homebrew-core. At this point, the table below is probably not really relevan…
claui updated
3 years ago
-
The CI pipeline is failing due to recent changes in the test framework.
```
Describing Common Tests - PS Script Analyzer on Resource Files
Context MSFT_PSModule.psm1
[+] Should pass al…
-
This description ends up as the module description on the [PowerShell Gallery](https://www.powershellgallery.com/packages/ComputerManagementDsc/7.0.0.0)
Current text:
"The ComputerManagementDsc …
-
The SystemLocale resource currently resides inside of it's own module (SystemLocaleDSC).
I believe it makes more sense inside of xComputerManagement\xComputer resource as an optional parameter.
Let m…
lfshr updated
5 years ago
-
Steps to reproduce
------------------
Simple example:
```PowerShell
$Array = @(); $Array.Count
$Hash = @{}; $Hash.Count
```
With a lint.psd1 of:
```PowerShell
@{
IncludeDefaultRules …
-
We are adding a PSSA rule that validates hashtables to be correct according to the style guideline (PR https://github.com/PowerShell/DscResource.Tests/pull/348).
Since we have opt-in to the common …
-
Steps to reproduce
------------------
Execute New-MarkdownHelp against any modules with cmdlets including help docs. Attempts should be made to meet (or suppress) standard MD rules as these all get …
-
While reviewing a PR for xRemoteDesktopSessionHost I noticed that the contributor was using the form `$null = $PSBoundParameters.Remove('EnableUserProfileDisk')` to discard output, personally I would …
-
![image](https://user-images.githubusercontent.com/1774209/47568978-7458bc80-d900-11e8-849c-670ac5ccd69e.png)
A little trouble - our targets are not web-connected, so we host a local repository for r…