Security with PowerShell
This section explains how to configure NCache security, manage user access, and enable TLS encryption for secure communication using PowerShell cmdlets. These cmdlets allow you to manage user access, enable security, and protect data communication.
In This Section
Enable-NCacheSecurity
Learn how to enable NCache security by verifying admin credentials and optionally storing them for auto-start caches.
Disable-NCacheSecurity
Learn how to disable NCache security on a specified server after verifying admin credentials.
Enable-NCacheTLS
Learn how to enable TLS encryption for secure cluster, client, server, and bridge communication.
Disable-NCacheTLS
Learn how to disable TLS encryption for all enabled communication types on specified nodes.
Add-NCacheUserOrGroup
Learn how to add a user or group to NCache security, allowing configuration at the node or cache level with specified access parameters.
Remove-NCacheUserOrGroup
Learn how to remove a user or group from NCache security, verifying credentials and access level before applying changes.