AutomatedLab / AutomatedLab.Common

PowerShell module for daily administrative tasks and general helper functions
MIT License
65 stars 24 forks source link

Replacing UNC path with drive letter on Azure #123

Closed raandree closed 1 year ago

raandree commented 1 year ago

Description

When running on Azure the LabSources folder is accessed remotely which some installers don't like. Many of these cases can be solved by accessing the file via the mapped drive instead the UNC share.

Type of change

How was the change tested?

Installations for Exchange 2019 lab.

nyanhp commented 1 year ago

@raandree shouldn't that be checked in AutomatedLab? Even if AutomatedLab.Common shares the name, I thought our goal was to decouple the Common module from AutomatedLab

raandree commented 1 year ago

@nyanhp, right, the idea was not the best anyway. I will come up with a different approach.