Skip to content

NCache Powershell Module -- Wrapper around Alachisoft command line tools

Notifications You must be signed in to change notification settings

matthewhatch/NCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build status

Join the chat at https://gitter.im/matthewhatch/NCache

NCache

NCache Powershell Module -- Used to get data from Alachisoft NCache

I do a lot of work with applications that use Alachisoft's Ncache Distributed Cache and am frustrated with the command line tools that are shipped with the product. Here is a PowerShell module I just started working on to bridge the gap.

Current Cmdlets

  • Get-CacheDetails
  • Get-CacheCount

TODO

  • Add New-Cache Cmdlet
  • Add Remove-Cache Cmdlet
  • Improved Help
  • More Tests
  • Add Contribution Guidelines
Get-CacheDetails -ComputerName Server01 -CacheID Cache0001 -Credential $MyCred
<#
        .Synopsis
        Returns the detailed information about ncache cache

        .Description
        Returns detailed information about an ncache cache that is passed to the
        CacheID parameter

        .Parameter ComputerName
        Name of the server to retreive cache information from

        .Parameter CacheID
        Name of the Cache that to return the details of

#>

Get-CacheCount -ComputerName Server01 -CacheID Cache0001 -Credential $MyCred
<#
        .SYNOPIS
        Returns the number of items for the cache specified

        .DESCRIPTION
        See Synopis

        .PARAMETER CacheID
        ID of the cache to retreive the count for

        .PARAMETER ComputerName
        The Name of the server to retreive the cache count from
#>

About

NCache Powershell Module -- Wrapper around Alachisoft command line tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published