Skip to content

Instantly share code, notes, and snippets.

@dfranciscus
Created November 12, 2018 14:06
Show Gist options
  • Save dfranciscus/25c90dd354c61d2aadbe5d22201db9c6 to your computer and use it in GitHub Desktop.
Save dfranciscus/25c90dd354c61d2aadbe5d22201db9c6 to your computer and use it in GitHub Desktop.
wtf
dsc {'Autologon':
resource_name => 'cAutologon',
module => {
name => 'DSCR_AutoLogon',
version => '2.1.0'
},
properties => {
ensure => 'present',
AutoLogonCredential => {
'dsc_type' => 'MSFT_Credential',
'dsc_properties' => {
'user' => 'dan',
'password' => Sensitive('SomePassword55')
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment