I’ve been teaching PowerShell since version 1. On occasion, I have to follow my own advice. Here is the nifty little error that I received while playing around with DSC. Start-DscConfiguration : The directory name is invalid. At line:1 char:1 + Start-DscConfiguration -Wait -Path C:\MyFaxConfig\LON-SVR1.mof -Verbo ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Start-DscConfiguration], IOException + FullyQualifiedErrorId : System.IO.IOException,Microsoft.PowerShell.DesiredStateConfiguration.Commands.StartDscConfigurationCommand Well, this is a pleasant one. Actually it is very simple. Here is what I typed: Start-DscConfiguration -Wait -Path C:\MyFaxConfig\LON-SVR1.mof -Verbose Anybody??? After a lot of internet searches that came up with nothing, I turned to the help files. Here is the example ...
Welcome to the blogsite of MCTExpert. I am a Microsoft Certified Trainer. Here you will find the real questions that are asked to me by my students.