Add seealso section to Windows and related modules (#49845)

* Add seealso section to Windows and related modules

* Fixes after review
This commit is contained in:
Dag Wieers 2018-12-15 03:23:59 +01:00 committed by GitHub
commit 26474c6902
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
105 changed files with 479 additions and 129 deletions

View file

@ -18,6 +18,7 @@ description:
- Create, read, update and delete computers in Active Directory using a
windows bridge computer to launch New-ADComputer, Get-ADComputer,
Set-ADComputer, Remove-ADComputer and Move-ADObject powershell commands.
version_added: '2.6'
options:
name:
description:
@ -65,8 +66,12 @@ options:
- present
- absent
default: present
notes:
version_added: 2.6
seealso:
- module: win_domain
- module: win_domain_controller
- module: win_domain_group
- module: win_domain_membership
- module: win_domain_user
author: Daniel Sánchez Fábregas (@Daniel-Sanchez-Fabregas)
'''