Skip to content

Commit

Permalink
Refresh automation library documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squioc authored Jan 10, 2024
1 parent 2494fa3 commit 955e74a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions _shared_content/automate/library/microsoft-windows-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Microsoft Windows Server is an operating system designed for server-based comput

| 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 @@ -24,6 +23,7 @@ Changes specified user password on remote server
| --------- | ------- | --------------------------- |
| `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

Expand All @@ -35,6 +35,7 @@ Disable specified users on remote server
| --------- | ------- | --------------------------- |
| `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 |
| `server` | `string` | Remote server dns name or IP address |

### Enable Users

Expand All @@ -46,8 +47,9 @@ Enable specified users on remote server
| --------- | ------- | --------------------------- |
| `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 |
| `server` | `string` | Remote server dns name or IP address |


## Extra

Module **`Microsoft Windows Server` v1.0.3**
Module **`Microsoft Windows Server` v1.0.4**
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ nav:
- Microsoft Entra ID: xdr/features/automate/library/microsoft-entra-id.md
- Microsoft Office365: xdr/features/automate/library/microsoft-office365.md
- Microsoft Windows Server: xdr/features/automate/library/microsoft-windows-server.md
- Microsoft Windows Server: xdr/features/automate/library/microsoft-windows-server.md
- Netskope: xdr/features/automate/library/netskope.md
- OSINT: xdr/features/automate/library/osint.md
- Okta: xdr/features/automate/library/okta.md
Expand Down Expand Up @@ -478,6 +479,7 @@ nav:
- Microsoft Entra ID (Azure AD): tip/features/automate/library/entra-id.md
- Microsoft Office365: tip/features/automate/library/microsoft-office365.md
- Microsoft Windows Server: tip/features/automate/library/microsoft-windows-server.md
- Microsoft Windows Server: tip/features/automate/library/microsoft-windows-server.md
- Netskope: tip/features/automate/library/netskope.md
- OSINT: tip/features/automate/library/osint.md
- Okta: tip/features/automate/library/okta.md
Expand Down

0 comments on commit 955e74a

Please sign in to comment.