Security with PowerShell
This section explains how to configure NCache security, manage user access, and enable/disable TLS and encryption for secure communication using PowerShell cmdlets. These cmdlets allow you to manage user access, enable security, and protect data communication.
In This Section
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.
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 for secure cluster, client, server, and bridge communication.
Disable-NCacheTLS
Learn how to disable TLS for all enabled communication types on specified nodes.
Enable-NCEncryption
Learn how to enable encryption on a specified cache in NCache.
Disable-NCEncryption
Learn how to disable encryption on a specified cache in NCache.