Raimund Andrée [MSFT]

Results 65 comments of Raimund Andrée [MSFT]

@gaelcolas, remember. When going through the code we were not sure why we replaces `Join-Path` with `[System.IO.Path]::Combine`. Besides in Pester tests, when are we dealing with PSDrives other then the...

@gaelcolas, I don't see a reason why we should stick to `Join-Path` over `[System.IO.Path]::Combine` in this case. When trying to do something similar like @stehlih, I get this error: ```...

@gaelcolas, should we flag the DscInfraSample repo as archived and redirect to the DscWorkshop instead?

It is the cleaner way to have just one role per node, but the reality looks a bit different. Especially in test and dev environments one may want to assign...

@ykuijs, as mentioned I and @nyanhp have never observed this. Can you give us some data to reproduce this, please?

Solved in b7da69decf6255df6b98c8e504ad7c5dda5220f6.

If you are still looking for an answer, can you raise this issue again in https://github.com/dsccommunity/DscWorkshop? The DscWorkshop is continue the work that Gael started here.

The last years I have always moved to the ISE when writing more then 5 lines of code in PowerShell as IntelliSense is still not reliable at all. This week...

@SydneyhSmith, right after commenting on this issue I got the notification about the new version of the PowerShell Preview extension. It feels much better! One issue is still there. IntelliSense...

Can you provide you deployment script, please?