Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created May 12, 2015 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/b7db8c86978751e566b3 to your computer and use it in GitHub Desktop.
Save guitarrapc/b7db8c86978751e566b3 to your computer and use it in GitHub Desktop.
Uninstall TopShelf Service
configuration absent
{
Import-DscResource -ModuleName GraniResource
cTopShelf hoge
{
ServiceName = "SampleTopShelfService"
Path = (Resolve-Path ".\SampleTopShelfService\SampleTopShelfService\bin\Debug\SampleTopShelfService.exe").Path
Ensure = "Absent"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment