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
parent 828df4b336
commit 6c26256945
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)