Examples/cCouchPotatoInstall.ps1
configuration DownloadHostDSC { Import-DscResource -ModuleName 'cCouchPotato' cCouchPotatoInstall CouchPotatoInstaller { Ensure = 'Present' } } |
configuration DownloadHostDSC { Import-DscResource -ModuleName 'cCouchPotato' cCouchPotatoInstall CouchPotatoInstaller { Ensure = 'Present' } } |