Mr-Kappelmann

Results 14 comments of Mr-Kappelmann

I lost time with step "Get-LabVM Entering... (IncludeLinux=True)" ``` 18:15:29|00:57:17|00:00:00.004| - Waiting for machines to start up... VERBOSE: [18:15:29][Write-LogFunctionEntry] Get-LabVM Entering... (IncludeLinux=True) ................. VERBOSE: [19:00:40][Write-LogFunctionEntry] Get-LabVM Entering... (Filter= $_.Roles.Name -notcontains...

There is a Bug in SourceCode: AutomatedLabWorkerVirtualMachines.psm1 function Start-LWHypervVM [int]$DelayBetweenComputers = 0, [int]$PreDelaySeconds = 0, [int]$PostDelaySeconds = 0, if ($PreDelay) { if ($PostDelay) $PreDelay & $PostDelay should $PreDelaySeconds & $PostDelaySeconds...

Is it possible I have this problem: https://github.com/PowerShell/Win32-OpenSSH/issues/1864

Make "Start-LabVM -Wait -All -Verbose" 5 times faster for me: AutomatedLabRemoting.psm1 add -T 1 into ssh-keyscan -T 1 $machine.XY function Install-LabSshKnownHost .. Line 1384 $keyScanHosts = ssh-keyscan -T 1 $machine.Name...

Changes okay, not guood, but okay. I think, it should be much quicker... when all "other NON-Roles" VM get parallel/AsJob Tasks. But my programming to bad for that. With these...

same problem as https://github.com/dsccommunity/SharePointDsc/issues/990 The loaded Powershell can not load New-SPVisioServiceApplication. A Remove- & Add-PsSnapin not solve this... The CmdLet New-SPVisioServiceApplication not available. The Remove-PsSnapin Microsoft.SharePoint.PowerShell not working. PsSnapin still...

same problem with SharePoint Server 2019 Second run working... That is no timing --> I added a 120 second sleep before New-SPSite, same failure with ...Invalid field name... Here is...

I think, in my Case, there is a mistake: In AutomatedLab/LabXml/Machines/Machine.cs Line 449: userName = string.Format(@"{0}\{1}", domainName, installationUser.UserName); In my Case, there are put the DOMAIN @ MachineLocalInstallationUser together... This...

what do you need in detail? My Script is a few hundred lines long.

Ah okay, I understand. I will try to reduce to a little reproduceable script...