Version information
released Jan 22nd 2015
This version is compatible with:
- Puppet Enterprise 3.x
- Puppet >= 3.3.0 < 4.0.0
Start using this module
Add this module to your Puppetfile:
mod 'noma4i-windows_autologon', '0.1.1'
Learn more about managing modules with a PuppetfileDocumentation
noma4i/windows_autologon — version 0.1.1 Jan 22nd 2015
Windows autologon
##Overview
Setting up autologon for selected user.
##Module Description
Puppet is not providing any extended features for windows and usualy is not able to execute in current user context. This module adds ability to set autologon for windows and all puppet scripts will execute in current user context. Handy!
##Setup
###Install
Git
git clone git@github.com:noma4i/puppet-windows_autologon.git windows_autologon
or
Puppet Module Tool:
puppet module install noma4i/windows_autologon
##Usage
To set Administrator
account as autologon:
windows_autologon { 'Administrator':
password => 'TRICKY_PASSWORD',
count => '10',
}
Param count
will set autologon count and will disable automatic logon feature after N times. If you skip it user will be not limited for autologon sessions.
##License
Dependencies
- joshcooper/powershell (>= 0.0.5 <5.0.0)