Jan-Hendrik Peters

Results 26 issues of Jan-Hendrik Peters

### Checklist - [X] Issue has a meaningful title - [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue) - [X] I have tested using the latest version of...

Mocking

Hard to troubleshoot. Few pointers: - Get-LWHyperVVM is called very often, and is very slow (~3 seconds) - Import-Lab takes even longer than on a normal system - Connection to...

Bug
Hyper-V

AutomatedLab should be able to use Docker containers for certain roles like e.g. the TFS build worker. First idea: - Deploy Docker swarm in a HyperV VM and spin up...

Enhancement

The lab deployment runs into an error when uploading the GitVersion extension: ```output 08:39:47|00:00:00|00:00:00.004| Executing lab command activity: 'Uploading 'GitVersion' extension' on machines 'DSCDO01' 08:39:47|00:00:00|00:00:00.063| - Waiting for completion {"$id":"1","innerException":null,"message":"Arithmetic...

### Description Connect-AzConnectedMachine throws errors if multiple sessions are used. This is due to how the output is being processed. This line https://github.com/Azure/azure-powershell/blob/482a460d705dd2aef9b1106c556acf363a2579cd/src/ConnectedMachine/custom/Connect-AzConnectedMachine.ps1#L244 should not process `$ShowResult` but should use...

Service Attention
bug
customer-reported
Arc enabled servers

## Description Fixes #19541 by using `$_` instead of the entire result collection in Connect-AzConnectedMachine ## Checklist - [x] Check this box to confirm: **I have read the [_Submitting Changes_](../blob/main/CONTRIBUTING.md#submitting-changes)...

customer-reported

Convert the CustomObject that ConvertFrom-Json produces to a hashtable. This implementation does not use newtonsoft.json but rather haphazardly converts the PSCustomObject to a hashtable. The alternative approach is to take...

### Description: This test adds support for Personio (), an HR tool containing sensitive data where a leaked key could have enormous impact. The provider expects two components, a GUID...

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

### Discussed in https://github.com/AutomatedLab/AutomatedLab/discussions/1525 Originally posted by **Razzle69** May 18, 2023 I have been looking for documentation on the current list of defined roles and their properties. I would like...

Help Wanted
Documentation