Raimund Andrée [MSFT]

Results 81 comments of Raimund Andrée [MSFT]

Sorry that it hit you again. Is the file you share the file "OemMgmtSetup.msi" or a download link. Reproducing the issue is the easiest way to troubleshoot.

I have update the function and added a new exception class. This is how you get the error code if the code runs remotely: ``` PowerShell Install-LabSoftwarePackage -Path C:\Users\randr\Downloads\SetupWpfInstaller.msi -CommandLine...

Indeed, this is a very old issue that is because of the module design. @nyanhp, are we setting the module version for `AutomatedLab.Common` in the psd1 somewhere in the build...

@shurick81, the only workaround is the script you added when opening this problem. If you install only the main module `AutomatedLab` in a version lower than the latest one, the...

The limitation was introduced because the NetBIOS part is taken from the DNS domain name. The NetBIOS part cannot be longer than 15 characters, this is a Windows limitation. In...

Sure, I am changing the labels accordingly. But I cannot give you an ETA for this yet. And of course you are invited to send us a PR if you...

This has more to do with the DSC resource that handles the domain join than with the DscWorkshop. How do the parameters look like that you pass on to the...

Thanks for your work on this. The demo code I have shared on https://github.com/raandree/KerbTest/ makes use of two delegation scenarios. The first one uses asks is: ``` [email protected] => http/kerbtest.forest2.net...

BWT, I have forgotten to add the lab setup script. Now available [01 Kerberos Lab.ps1](https://github.com/raandree/KerbTest/blob/main/Lab/01%20Kerberos%20Lab.ps1). If you think that AutomatedLab can help you, there are a lot more [Sample Scripts](https://github.com/AutomatedLab/AutomatedLab/tree/develop/LabSources/SampleScripts).