Josh Castillo
Josh Castillo
The combination of AddToPath and $Existing being true causes issues when psdepend runs more than once. It looks like $Existing returns out of the script and if $PSDependAction does not...
Using the FileDownload dependency is determining that a path is a full filepath if the parent folder exists. ```PowerShell # Options that recreate the scenario 'https://chocolatey.org/install.ps1' = @{ DependencyType =...
Having the node name have to match the baseline.xml causes lack of reusability. Ideally you would want a more genericly named snapshot for, say, all DCs. Then an individual nodes...