diff --git a/_shared_content/automate/library/microsoft-windows-server.md b/_shared_content/automate/library/microsoft-windows-server.md new file mode 100644 index 0000000000..16053b808f --- /dev/null +++ b/_shared_content/automate/library/microsoft-windows-server.md @@ -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** \ No newline at end of file diff --git a/docs/assets/playbooks/library/microsoft-windows-server.png b/docs/assets/playbooks/library/microsoft-windows-server.png new file mode 100644 index 0000000000..3ef622852d Binary files /dev/null and b/docs/assets/playbooks/library/microsoft-windows-server.png differ diff --git a/mkdocs.yml b/mkdocs.yml index 7ab32dab97..6a2602da7d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 @@ -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 @@ -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