Mike Hendrickson
Mike Hendrickson
The PSUseDeclaredVarsMoreThanAssignments rule should not fire when setting '$global:DSCMachineStatus = 1' within a DSC resource to signal that the machine needs a reboot.
I wanted to see if it's possible to configure custom logging via xWebAdministration, and if someone could provide an example on how to use it to configure the below XML...
I'm running Windows 2012 (non R2) with WMF4. We have manually created some firewall rules using the GUI, and are now trying to detect and monitor these rules using DSC....
Sending a request out to the community for help with performing code reviews on Pull Requests in this repository. Code reviewers of all skill sets are welcome. Review what you...
Can anyone help educate me on why we have two similar resources, xMsiPackage and xPackage? Does it still make sense to have two resources going forward? Is it plausible that...
#### Details of the scenario you tried and the problem that is occurring The Integration test logs are full of the below Warning messages. In the most recent Integration test...
This issue is open to discuss known issues using or testing the module on Windows Server 2019 (any flavor).
#### Details of the scenario you tried and the problem that is occurring From what I can tell, tests in PullServerSetupTests.ps1 are not being executed when run on AppVeyor. Further,...
#### Details of the scenario you tried and the problem that is occurring Tests in 'MSFT_xMsiPackage.Integration.Tests.ps1' currently fail to run if the PowerShell session is fresh and nothing has run...
It seems that many of the tests in Tests\Unit\MSFT_xPackageResource.Tests.ps1 are actually Integration tests. They go through full package installations using Set-TargetResource and don't Mock any of the functions that Set-TargetResource...