Skip to content

Instantly share code, notes, and snippets.

@appliedi
Created April 12, 2016 13:52
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 appliedi/68b5be82929a820c918f80c13c06840d to your computer and use it in GitHub Desktop.
Save appliedi/68b5be82929a820c918f80c13c06840d to your computer and use it in GitHub Desktop.
MOF File
configuration SMTP {
Node HTTPComputers {
WindowsFeature SMTP{
Name = 'SMTP-Server'
Ensure = 'Present'
}
}
}
SMTP -OutputPath C:\DSC\HTTP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment