Remove-StartupLoader
This PowerShell Cmdlet enables the users to remove preconfigured startup cache loader and refresher for the specified cache.
Remove-StartupLoader [-CacheName] [-Port] [-Server] [-Credentials] [-NoLogo]
Examples of Remove-StartupLoader
- This command removes the startup cache loader/refresher for the cache named demoCache.
Remove-StartupLoader –CacheName demoCache
- This command removes the startup cache loader/refresher for the cache named demoCache with a display that has the logo banner suppressed.
Remove-StartupLoader -CacheName demoCache -NoLogo
Properties
Note
The parameters with asterisk (*) on 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 preconfigured cache loader will be removed. |
- |
-NoLogo |
<SwitchParameter> |
Suppresses display of the logo banner. |
False |
-Port |
<Integer> |
Specifies the server port where the NCache Service is listening. |
8250 |
-Server |
<String> |
Specifies the NCache server name on which NCache Service is running. |
Local Machine |
-Credentials |
<pscredential> |
Specifies the user credentials required to authorize access for the specified operation. These credentials should belong to a user with the appropriate permissions at the node. |
- |
remove-startuploader [-cachename] [-port] [-server] [-userid] [-password] [-nologo]
Examples of Remove-StartupLoader
- This command removes the startup cache loader/refresher for the cache named demoCache.
remove-startuploader –cachename demoCache
- This command removes the startup cache loader/refresher for the cache named demoCache with a display that has the logo banner suppressed.
remove-startuploader -cachename demoCache -nologo
Properties
Note
The parameters with asterisk (*) on 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 preconfigured cache loader will be removed. |
- |
-nologo |
<SwitchParameter> |
Suppresses display of the logo banner. |
False |
-port |
<Integer> |
Specifies the server port where the NCache Service is listening. |
8250 |
-server |
<String> |
Specifies the NCache server name on which NCache Service is running. |
Local Machine |
-userid |
<String> |
Specifies the user id used to authorize the user for this operation. It is required in case security is enabled on Cache Server. This user id must be the active directory user id. |
- |
-password |
<String> |
Specifies the password of the user that is used to authorize the user for this operation. It is required in case security is enabled on Cache Server. This password must be the same as the active directory user password. |
- |