PowerShell Guide
NCache provides integration with Windows PowerShell to easily automate its administrative processes. This guide briefly explains how to use PowerShell tools for NCache.
In this Section
Add-BackingSource
Discusses how to add backing source using Windows PowerShell.
Add-CacheSecurity
Discusses how to add cache security using Windows PowerShell.
Add-ClientNodeSecurity
Discusses how to add client node security.
Add-ClientNode
Discusses how to add a client node to a cache.
Add-CompactType
Discusses how to add compact serialization to the cache.
Add-MapReduce
Discusses how to configure MapReduce on a cache.
Add-NodeSecurity
Discusses how to add node security to a node.
Add-Node
Discusses how to add a server node to an existing cache.
Add-PortableType
Discusses how to enable data sharing for different classes.
Add-QueryIndex
Discusses how to add query indexes for the objects to be added in the cache.
Add-StartupLoader
Discusses how to configure startup loader provider for the cache.
Add-TestData
Discusses how to add some test data to the cache.
Clear-Cache
Discusses how to clear the cache.
Export-CacheConfiguration
Discusses how to export the cache configuration to the specified path.
Export-CacheKeys
Discusses how to export the cache keys to the specified path.
Get-CacheCount
Discusses how to get the total cache count of a particular cache.
Get-Caches
Discusses how to get the total number of caches registered on a server.
Get-NCacheVersion
Discusses how to get the details about the NCache version installed.
Get-Topics
Discusses how to get the list of all the topics registered on a cache.
Import-CacheData
Discusses how to get the cache data from the backup.
Install-Module
Discusses how to deploy provider assemblies.
Invoke-MonitorServer
Discusses how to add monitor activities performed on the server.
Invoke-ServerLogger
Discusses how to enable detailed logging.
New-Cache
Discusses how to create a new cache.
New-ClientCache
Discusses how to create a new client cache.
Remove-BackingSource
Discusses how to remove pre configured backing source providers.
Remove-Cache
Discusses how to remove an already existing cache.
Remove-ClientCache
Discusses how to remove an already existing client cache.
Remove-ClientNode
Discusses how to remove client node(s) from a cluster.
Remove-CompactType
Discusses how to remove serializable objects.
Remove-Node
Discusses how to remove a server node from a cache.
Remove-PortableType
Discusses how to remove data sharing.
Remove-QueryIndex
Discusses how to remove query indexes for the objects to be added in the cache.
Remove-StartupLoader
Discusses how to remove pre-configured startup loader provider for a cache.
Start-Bridge
Discusses how to start a bridge on a server.
Start-Cache
Discusses how to start a cache on a server.
Stop-Bridge
Discusses how to stop a bridge on a server.
Stop-Cache
Discusses how to stop a cache on a server.
Test-Stress
Discusses how to monitor NCache performance under stress.