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 Dec 21, 2023
1 parent 2e48784 commit 70fec05
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 2 deletions.
53 changes: 53 additions & 0 deletions _shared_content/automate/library/microsoft-windows-server.md
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.
6 changes: 4 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ nav:
- Microsoft Azure: xdr/features/automate/library/microsoft-azure.md
- Microsoft Entra ID (Azure AD): xdr/features/automate/library/entra-id.md
- Microsoft Office365: xdr/features/automate/library/microsoft-office365.md
- Microsoft Windows Server: xdr/features/automate/library/microsoft-windows-server.md
- Netskope: xdr/features/automate/library/netskope.md
- OKTA: xdr/features/automate/library/okta.md
- OSINT: xdr/features/automate/library/osint.md
Expand Down Expand Up @@ -463,6 +464,7 @@ nav:
- Mattermost: tip/features/automate/library/mattermost.md
- Microsoft Active Directory: tip/features/automate/library/microsoft-active-directory.md
- Microsoft Entra ID (Azure AD): tip/features/automate/library/entra-id.md
- Microsoft Windows Server: tip/features/automate/library/microsoft-windows-server.md
- OSINT: tip/features/automate/library/osint.md
- Onyphe: tip/features/automate/library/onyphe.md
- PagerDuty: tip/features/automate/library/pagerduty.md
Expand Down Expand Up @@ -547,14 +549,14 @@ plugins:
integrations/aws_flow_logs.md: xdr/features/collect/integrations/cloud_and_saas/aws/aws_flow_logs.md
integrations/aws_s3_logs.md: xdr/features/collect/integrations/cloud_and_saas/aws/aws_s3_logs.md
integrations/azure-ad.md: xdr/features/collect/integrations/cloud_and_saas/azure/intra_id.md
integrations/azure-linux.md: xdr/features/collect/integrations/cloud_and_saas/azure/azure_linux.md
integrations/azure-files.md: xdr/features/collect/integrations/cloud_and_saas/azure/azure_files.md
integrations/azure-linux.md: xdr/features/collect/integrations/cloud_and_saas/azure/azure_linux.md
integrations/azure-mysql.md: xdr/features/collect/integrations/cloud_and_saas/azure/azure_mysql.md
integrations/azure-network-watcher.md: xdr/features/collect/integrations/cloud_and_saas/azure/azure_network_watcher.md
integrations/azure-windows.md: xdr/features/collect/integrations/cloud_and_saas/azure/azure_windows.md
integrations/azure_files.md: xdr/features/collect/integrations/cloud_and_saas/azure/azure_files.md
integrations/azure_front_door.md: xdr/features/collect/integrations/cloud_and_saas/azure/azure_front_door.md
integrations/azure_linux.md: xdr/features/collect/integrations/cloud_and_saas/azure/azure_linux.md
integrations/azure_files.md: xdr/features/collect/integrations/cloud_and_saas/azure/azure_files.md
integrations/azure_mysql.md: xdr/features/collect/integrations/cloud_and_saas/azure/azure_mysql.md
integrations/azure_network_watcher.md: xdr/features/collect/integrations/cloud_and_saas/azure/azure_network_watcher.md
integrations/azure_windows.md: xdr/features/collect/integrations/cloud_and_saas/azure/azure_windows.md
Expand Down

0 comments on commit 70fec05

Please sign in to comment.