Remove-CustomDependency
Note
This feature is only available in NCache Enterprise Edition.
Remove-CustomDependency
cmdlet removes the pre-configured custom dependency providers from the cache or specified servers.
Remove-CustomDependency -CacheName -ProviderName [-UserId] [-Password] [-Port] [-Server] [-NoLogo]
These properties are explained in detail in the Properties section.
Examples
- This command removes the pre-configured custom dependency provider for demoClusteredCache.
Remove-CustomDependency -CacheName demoClusteredCache -ProviderName MyCustomeDependencyProvider
- This command removes the pre-configured custom dependency provider for demoClusteredCache existing on the server 20.200.20.11
Remove-CustomDependency -CacheName demoClusteredCache -Provider MyCustomDependencyProvider -Server 20.200.20.11
Properties
Note: The parameters with an asterisk (*) with their names are the required parameters and the rest are optional.
Parameters | Data Types | Description | Default Value |
---|---|---|---|
-CacheName* |
<String> |
Specifies the name of the cache for which custom dependency provider needs to be removed. | - |
-ProviderName* |
<String> |
Specifies the provider name that needs to be removed from the cache. | - |
-Server |
<String> |
Specifies the NCache server name or IP. | - |
-Port |
<int> |
Specifies the port on which NCache service is listening. | 8250 |
-UserId |
<String> |
Specifies the user ID that is used to authorize the user if security is enabled on the cache server. This UserId must be the same as the LDAP directory user credentials. | - |
-Password |
<String> |
Specifies the password for user authorization if security is enabled on the cache server. This password must be the same as the LDAP directory user credentials. | - |
-NoLogo |
<SwitchParameter> |
Suppresses display of the logo banner. | - |