Jan-Hendrik Peters

Results 55 comments of Jan-Hendrik Peters

@shurick81 could you please run `Install-LabAzureRequiredModule`, restart your session and try that again?

Great! In that case, please open a support ticket in the Azure portal. You can find the ARM template being used in `C:\ProgramData\AutomatedLab\Labs\NameOfLab`. The failed resource group deployment combined with...

@raandree already working on this one, forgot to assign myself. It seems to boil down to: Remove the scheduled task that is mapping the drive in the system context. Not...

Hi @PlagueHO if there are no takers I have an idea on how to implement it. ConvertFrom-String sprung to mind, but it will nevertheless require some modifications to the resource....

One of the developers of https://github.com/automatedlab/automatedlab here 👋 the inventor being @raandree Many items on the list @shurick81 provided can be accomplished using AutomatedLab. At the moment targeting Hyper-V or...

@shurick81 Bicep/ARM templates are template languages as far as I am concerned, and are a way to use Infrastructure as Code on Azure. The template functions that exist are not...

PowerShell 2 issue with WIndows 7. I will look into it, thank you for reporting this!

I already have an idea what's going wrong. It sounds suspiciously like the -in operator has been used. I am at my customer at the moment, but a fix will...

Hi @asparrowhawk , please do an ```Install-Module AutomatedLab.Common -Force``` and update AutomatedLab.Common to the latest version (1.1.100). It really was -notin, as well as the type accelerator pscredential which was...

> 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...