Skip to content

Commit

Permalink
Merge pull request #1532 from SEKOIA-IO/fix/vg_windows_actions_server…
Browse files Browse the repository at this point in the history
…_config

[Fix] Microsoft Actions Server Configuration
  • Loading branch information
vg-svitla authored Jan 10, 2024
2 parents 66fbf98 + d53ebb8 commit 2494fa3
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions _shared_content/automate/library/microsoft-remote-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ If you are using Azure VM you can do this in `Network settings` tab on your mach

| 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 |

Expand All @@ -72,25 +71,28 @@ Change existed user password on remote server
|------------------|----------|------------------------------------------|
| `user_to_update` | `string` | Username you want to change password for |
| `new_password` | `string` | New password value |
| `server` | `string` | Remote server dns name or IP address |

### Disable users

Disable users on remote server

**Arguments**

| Name | Type | Description |
|---------|----------|----------------------------------------|
| `users` | `array` | Array of usernames you want to disable |
| `sids` | `string` | SID`s of users you want to disable. |
| Name | Type | Description |
|----------|----------|----------------------------------------|
| `users` | `array` | Array of usernames you want to disable |
| `sids` | `string` | SID`s of users you want to disable. |
| `server` | `string` | Remote server dns name or IP address |

### Enable users

Enable users on remote server

**Arguments**

| Name | Type | Description |
|---------|----------|----------------------------------------|
| `users` | `array` | Array of usernames you want to disable |
| `sids` | `string` | SID`s of users you want to disable. |
| Name | Type | Description |
|----------|----------|----------------------------------------|
| `users` | `array` | Array of usernames you want to disable |
| `sids` | `string` | SID`s of users you want to disable. |
| `server` | `string` | Remote server dns name or IP address |

0 comments on commit 2494fa3

Please sign in to comment.