Raimund Andrée [MSFT]

Results 36 issues of Raimund Andrée [MSFT]

When building on GitLab CI BuildHelpers uses the wrong variable to get the build number. The variable 'CI_JOB_ID' is not the build number but is different between each job (worker)...

For certain scenarios it is required to access an environment variable to create the ResolutionPrecedence: ```yml ResolutionPrecedence: - AllNodes\$($Node.Environment)\$($Node.NodeName) - ... - LCM\LCM_$($env:BuildLcmMode) - ... ``` This results in the...

Creating and reviewing PRs for Datum is a challenge as there is not coherent style guideline used. #91 is just one example where most of the changes are just the...

Usually every bit of config data is visible in the RSOP output. But the LCM settings are missing the pull server URI and the RegistrationKey which is in the Meta...

enhancement
help wanted

Test-TargetResource has some issues. - It does not look for properties SysvolPath, LogPath and DatabasePath - It throws an exception if the site name is wrong instead of returning a...

bug
help wanted

## Description Fixes #1365. - [x] - I have tested my changes. - [x] - I have updated CHANGELOG.md and added my change to the Unreleased section - [x] -...

Bug

**Describe the bug** When requesting a ticket for a service in another forest, decrypting the referral ticket results in this exception: ``` System.AggregateException HResult=0x80131500 Message=One or more errors occurred. Source=mscorlib...

enhancement

#### Pull Request (PR) description Uninstalling a .exe or .msi hangs forever as the argument handling is incorrect. The Set function calls 'msiexec.exe' and adds the installation arguments to the...

help wanted
abandoned

#### Details of the scenario you tried and the problem that is occurring Uninstalling a .exe or .msi hangs forever as the argument handling is incorrect. The Set function calls...

bug
help wanted