-
Hello,
I played a little bit with your DSC resource cNetWorkAdapter v. 2.6.1 and detected a script error in that module. In the function _Test-TargetResource_ in line 221 you check with _Get-VMNetwor…
-
In DSCResources folder and in Tests\Unit folder, we find the name that starts with MSFT... or xSQL...
Can we have the same start name in all folders ?
I also noticed that sometimes, we have MSFT_xSQ…
-
There was a request today for a DSC resource that manages the system locale setting. This could be implemented using Get/Set-WinSystemLocale that was implemented for Server 2012.
https://technet.micr…
-
I've been working with a few other Microsoft guys on a resource for deploying/managing Office Web Apps 2013 and Office Online Server 2016. The module is currentlin in my repo at https://github.com/Bri…
-
The PowerShell Script Analyzer issues in MSFT_xPackageResource need to be fixed.
This is the current result of running Invoke-ScriptAnalyzer:
![image](https://cloud.githubusercontent.com/assets/637222…
-
#### What system will your DSC resources be managing?
```
Windows Advanced Audit Policy
```
- [x] xAuditOption to manage audit policy options
- [x] xAuditCategory to manage Subcategory 'Success' and …
-
Using positional parameters instead of named parameters in most cases reduces code readability and is recommended against in most cases (e.g. https://blogs.technet.microsoft.com/heyscriptingguy/2012/0…
-
With current master (revision 5dcd533a7f0987d81f4b74e85e0057397b108837), I am unable to build the package. I get following error:
```
dpkg-buildpackage: source package ngcp-rtpengine
dpkg-buildpack…
-
Hey guys,
The DSC resource [style guide](https://github.com/PowerShell/DscResources/blob/0a9d28fcc467dfe7609d29ad7122f3d2dd2b4586/StyleGuidelines.md) dictates that camel case notation should be used…
-
Does ippserver server currently support TLS encryption? Specifically thinking of LetsEncrypt chained certificates. Thanks for any information.
Daryl