Raimund Andrée [MSFT]

Results 81 comments of Raimund Andrée [MSFT]

I could repro it. The root cause is that AL does not know about the external adapters subnet mask as it is assigned by DHCP. I think I can change...

Yes, I am using the current development build and it worked. This is the script, slightly altered: ``` PowerShell $labName = '359' $network = 'external' New-LabDefinition -Name $labName -DefaultVirtualizationEngine HyperV...

AL heavily relies on name resolution and networking. If the script does not work, can you ping the machines from your host? Can you connect using Enter-LabPSSession? If not, have...

I will take care of this, but I guess after my vacation which ends beginning of August.

Thanks for bringing this to the table. With previous Windows 10 versions we have installed RSAT like this: ```powershell Install-LabSoftwarePackage -Path "$labSources\SoftwarePackages\RSAT Windows 10 x64.msu" -ComputerName POSHClient1 ``` AL has...

Sorry for the inconvenience, that was my fault. Can you give it another try? I have fixed that issue in d3f0e69. BTW, you can run the build also locally without...

Thanks for reporting this. It is fixed now in d3f0e69. Can you give it another try?

I have tested the new code with this DSC configuration: ``` powershell configuration PackageTest { Import-DscResource -ModuleName xPSDesiredStateConfiguration Node localhost { foreach ($package in $packages) { xPackage $package.Name { Ensure...

@PlagueHO, I have done some changes.