Mathieu Markus

Results 2 comments of Mathieu Markus

Thanks, that worked. However, the original location was not in a user profile, but in `C:\Program Files\PowerShell\Modules`: ```powershell PS C:\> Get-Module -Name 'ComputerManagementDsc' -ListAvailable Directory: C:\Program Files\PowerShell\Modules ModuleType Version PreRelease...

Thanks again for the additional clarification. Somewhat unrelated, but are there any recommendations on deploying DSC modules? Until now we've used `Install-Module` for PSDSC, but if I understand you correctly,...