nitzmahone
2f46c35f47
fix win_user type checking
...
Fixed type checking to be more idiomatic powershell, also fixes a slew of StrictMode issues and gets error handling back to originally-intended behavior.
9 years ago
Matt Martz
c7845456a6
Various simple linting type cleanups on modules
9 years ago
Chris Church
1d074d43aa
* Update core modules to fix strict mode errors.
...
* Also fix creates parameter issue in win_msi as described in https://github.com/ansible/ansible-modules-core/issues/129 , slightly different fix from https://github.com/ansible/ansible-modules-core/pull/1482
* Fix setup.ps1 module issue described in https://github.com/ansible/ansible-modules-core/issues/1927
9 years ago
Chris Church
313381981e
Save user after creating before trying to read/set other properties. Fixes #1241
9 years ago
Chris Church
07faee61de
Minor win_user fixes based on feedback.
10 years ago
Chris Church
3a40d79cff
Update win_user module to support more user options and group membership changes.
10 years ago
Michael DeHaan
417309a626
Restructuring.
10 years ago
Michael DeHaan
73123b69fa
Move modules into subdirectory.
10 years ago
Paul Durivage
eba5e34641
Check .GetType rather than object directly
11 years ago
Paul Durivage
1fee46270c
Move check down for access to
11 years ago
Paul Durivage
44fcebc5aa
Rename variable
11 years ago
Paul Durivage
ce0909035b
Fix so it only deletes users that exist
11 years ago
Paul Durivage
6f87380248
Remove commented out lines
11 years ago
Paul Durivage
ac1d1b509b
Fix incorrect name
11 years ago
Paul Durivage
5636f2b033
Move functions to top for correct scope
11 years ago
Paul Durivage
f8f1b7e922
Refactor of win_user module
11 years ago
Don Schenck
755da95e15
Added logging to UpgradeToPS3.ps1
...
UpgradeToPS3.ps1 failed when tested with Ansible. Added logging output
to file C:\powershell\install.log.
11 years ago