Try Playground
Show / Hide Table of Contents

Disable-NCacheSecurity

This PowerShell Cmdlet disables NCache security on a specified server. It verifies the provided admin credentials, which can either belong to a local admin (a domain user) on the server or an NCache admin configured on that node. Once the credentials are successfully verified, NCache security is disabled on the server.

  • Windows PowerShell
  • Linux CLI
Disable-NCacheSecurity -Server [-AdminCredentials]

Examples of Disable-NCacheSecurity

This PowerShell Cmdlet disables NCache security on the server with the IP address 20.200.20.11. Before disabling security, it verifies that the user John Smith has the necessary permissions on the server.

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 of Disable-NCacheSecurity

This command disables NCache security on the server with the IP address 20.200.20.11. Before disabling security, it verifies that the user John Smith has the necessary permissions on the server.

disable-ncachesecurity -server 20.200.20.11 -adminuserid john_smith -adminpassword pass123

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 with the appropriate permissions at the node. -
-admin-password <String> Specifies the password of an LDAP user with administrative rights on the given server. These credentials should belong to a user with the appropriate permissions at the node. -
In This Article
  • Examples of Disable-NCacheSecurity
  • Properties
  • Examples of Disable-NCacheSecurity
  • Properties

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Professional
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - 2025. All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top