-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refresh automation library documentation
- Loading branch information
Showing
3 changed files
with
57 additions
and
2 deletions.
There are no files selected for viewing
53 changes: 53 additions & 0 deletions
53
_shared_content/automate/library/microsoft-windows-server.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Microsoft Windows Server | ||
|
||
![Microsoft Windows Server](/assets/playbooks/library/microsoft-windows-server.png){ align=right width=150 } | ||
|
||
Microsoft Windows Server is an operating system designed for server-based computing, offering robust server management, data storage, and networking capabilities for businesses and enterprises, facilitating diverse workloads and IT operations. | ||
|
||
## Configuration | ||
|
||
| Name | Type | Description | | ||
| --------- | ------- | --------------------------- | | ||
| `server` | `string` | Remote server dns name or IP address | | ||
| `username` | `string` | Username to do authentication on remote server | | ||
| `password` | `string` | Password to do authentication on remote server | | ||
|
||
## Actions | ||
|
||
### Change User Password | ||
|
||
Changes specified user password on remote server | ||
|
||
**Arguments** | ||
|
||
| Name | Type | Description | | ||
| --------- | ------- | --------------------------- | | ||
| `user_to_update` | `string` | Username you want to change password for | | ||
| `new_password` | `string` | New password for user | | ||
|
||
### Disable Users | ||
|
||
Disable specified users on remote server | ||
|
||
**Arguments** | ||
|
||
| Name | Type | Description | | ||
| --------- | ------- | --------------------------- | | ||
| `users` | `array` | List of user names to disable. `sids` or `users` must be specified | | ||
| `sids` | `array` | List of SID`s to disable. `sids` or `users` must be specified | | ||
|
||
### Enable Users | ||
|
||
Enable specified users on remote server | ||
|
||
**Arguments** | ||
|
||
| Name | Type | Description | | ||
| --------- | ------- | --------------------------- | | ||
| `users` | `array` | List of user names to enable. `sids` or `users` must be specified | | ||
| `sids` | `array` | List of SID`s to enable. `sids` or `users` must be specified | | ||
|
||
|
||
## Extra | ||
|
||
Module **`Microsoft Windows Server` v1.0.3** |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters