win_user_profile - new module (#50637)

* win_user_profile - new module

* Fix typo

* Fix 2012 CI issues

* changed bool in docs and revert other test changes
This commit is contained in:
Jordan Borean 2019-01-22 11:04:22 +10:00 committed by GitHub
commit 6c26256945
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 702 additions and 0 deletions

View file

@ -109,6 +109,7 @@ seealso:
- module: win_domain_user
- module: win_group
- module: win_group_membership
- module: win_user_profile
author:
- Paul Durivage (@angstwad)
- Chris Church (@cchurch)