brajjan
brajjan
#### Pull Request (PR) description Added `PolicyStore` parameter and read only property `PolicyStoreSourceType` - fixes [Issue #428](https://github.com/dsccommunity/NetworkingDsc/issues/428). As Get-NetFirewallRule does not return the PolicyStore property I added the PolicyStoreSourceType as...
#### Pull Request (PR) description Added PolicyStore parameter to Get/Set/Test-TargetResource for DSC_FirewallProfile - fixes Issue #428 . Not updated Pester tests as my knowledge of Pester tests are close to...
### Summary of the new feature / enhancement If the sshd service fails to start it will not fail as all service recovery options are set to restart the service....
#### Pull Request (PR) description Adds command line parameters to powershell.exe to not load powershell profile, hides the copyright banner at startup, create sessions that shouldn't require user input and...
When executing powershell commands via puppet it is best practice to add the [commandline parameters](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_powershell_exe?view=powershell-5.1) that does not load the profile and speeds up the loading of powershell.exe Add the...
### Problem description Currently the MaximumSizeInBytes is limited to a max of 4GB. This should be expanded to 2TB. Cannot find the official documentation about this but there is a...