Disable-NCacheSecurity
Note
This feature is only available in NCache Enterprise.
This activates NCache security on a server by verifying admin credentials which can be local or NCache-specific.
Disable-NCacheSecurity [-Server] [-AdminCredentials]
Examples
This command disables NCache security on the server with the IP address 20.200.20.11. Prior to disabling security, the command confirms that John Smith has the necessary server permissions.
Disable-NCacheSecurity -Server 20.200.20.11 -AdminCredentials(Get-Credential john_smith)
Properties
Note
The parameters with asterisk (*) on their names are the required parameters and the rest are optional.
Parameters |
Data Types |
Description |
Default Value |
-Server* |
<String> |
Specifies the IP addresses of the servers where security should be disabled. This parameter can accept multiple IP addresses, allowing you to enable security on multiple servers simultaneously. |
- |
-AdminCredentials* |
<pscredential> |
Specifies the credentials of an LDAP user with administrative rights on the given server. |
- |
disable-ncachesecurity [-server] [-adminuserid] [-adminpassword]
Examples
This command disables NCache security on the server with the IP address 20.200.20.11. Prior to disabling security, the command confirms that John Smith has the necessary server permissions.
disable-ncachesecurity -server 20.200.20.11 -adminuserid john_smith -adminpassword pass12345
Properties
Note
The parameters with asterisk (*) on their names are the required parameters and the rest are optional.
Parameters |
Data Types |
Description |
Default Value |
-server* |
<String> |
Specifies a server name where the NCache Service is running and a cache with the specified cache-name is registered. Client configuration is copied from this server to the destination server. |
Local Machine |
-admin-user-id |
<String> |
Specifies the user ID of an LDAP user with administrative rights on the given server. These credentials should belong to a user who has appropriate permissions at the node. |
- |
-admin-password |
<String> |
Specifies the passwordof an LDAP user with administrative rights on the given server. These credentials should belong to a user who has appropriate permissions at the node. |
- |