mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
Correct typo in win_domain_computer doc (#42123)
This commit is contained in:
parent
22a6927dbd
commit
fabd7823b2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module: win_domain_computer
|
||||||
short_description: Manage computers in Active Directory
|
short_description: Manage computers in Active Directory
|
||||||
description:
|
description:
|
||||||
- Create, read, update and delete computers in Active Directory using a
|
- Create, read, update and delete computers in Active Directory using a
|
||||||
windows brigde computer to launch New-ADComputer, Get-ADComputer,
|
windows bridge computer to launch New-ADComputer, Get-ADComputer,
|
||||||
Set-ADComputer, Remove-ADComputer and Move-ADObject powershell commands.
|
Set-ADComputer, Remove-ADComputer and Move-ADObject powershell commands.
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue