Marko Bozikovic
Marko Bozikovic
## General summary of the issue When mock function fails parameter validation, the original function is executed with no warnings/errors reported. ## Describe your environment Pester version : 5.3.0 F:\Users\bozho\.powershell\modules\Pester\5.3.0\Pester.psm1...
Hi all, Is there an interest in adding a resource to manage SQL Server startup parameters? I think it would be particularly useful for setting hotfix trace flags (-T). We...
Hi, Would there be interest for improving/expanding xSQLServerDatabase, xSQLServerDatabasePermission and xSQLServerDatabaseRole resources? We currently have a need for the following functionality, which we've covered with custom resources: - enable snapshot...
#### Details of the scenario you tried and the problem that is occurring We're in the process of moving scheduled tasks to a different path and we'd like to keep...
Sometimes a configuration performs several changes that require a reboot, but not immediately (changing computer name being one of them) It would be useful for xComputer to be able to...
#### Pull Request (PR) description This is a quick attempt at adding support for IIS AppPool group members. The approach I took is to use `[System.Security.Principal.NTAccount]` to resolve SID for...
Some registry changes require a reboot. It would be useful if xRegistry could request a reboot if Set-TargetResource runs. Ideally, instead of setting `$global:DSCMachineStatus`, it could set one of the...
#### Pull Request (PR) description This PR introduces support for using disk serial number as a disk identifier in disk-related resources `Disk`, `DiskAccessPath` and `WaitForDisk`. #### This Pull Request (PR)...
#### Details of the scenario you tried and the problem that is occurring It seems that as of recently, AWS doesn't guarantee disk ordering in Windows VMs. Previously, the order...
Hi! I'm trying to use scriban in Windows PowerShell 5.1 and am having issues with rendering `PSCustomObject` objects. Using `hastable` and `OrderedDictionary` works fine, e.g.: ```powershell $a = [Ordered]@{ foo...