Microsoft Windows Server
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 |
---|---|---|
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 |
server |
string |
Remote server dns name or IP address |
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 SIDs to disable. sidsor users` must be specified |
server |
string |
Remote server dns name or IP address |
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 SIDs to enable. sidsor users` must be specified |
server |
string |
Remote server dns name or IP address |
Extra
Module Microsoft Windows Server
v1.1.0