Archive | Windows Server AppFabric RSS feed for this section

Tip : Check AppFabric Cache Status Using PowerShell

It’s  a daily job of a System Administrator to check AppFabric Cache status, and it will be very usefull to have a script to do so. Please find following script which will guide you to do so; $hostinfo = Get-CacheHost if($hostinfo.Status -eq [Microsoft.ApplicationServer.Caching.AdminApi.ServiceStatus]::Down)){ # Do whatever you want with a down AppFabric Cache host }else{ [...]

Read more

AppFabric Cache Management cmdlet – v1.1

Please find below, updated version of cmdlet published on my AppFabric Cache management cmdlet post: ################################################################# # AppFabricCacheSetup.ps1 PowerShell Cmdlet # ################################################################# # Prepares your AppFabric Cache Cluster environment for # # development. # ################################################################# # Fatih Boy, April 2010 # # Version 1.1 # ################################################################# Import-Module DistributedCacheAdministration Use-CacheCluster $cacheName= Read-Host "Please enter cache name [...]

Read more

AppFabric Cache Management cmdlet

If you start writing your first couple of codes on AppFabric Caching, you’ve probably started to type the same PowerShell commands. If you are a lazy developer, just like me, you get bored to do the same things. So, here is my handy little PowerShell cmdlet, which will help you to prepare your developer environment: [...]

Read more

AppFabric Beta 2 is out!

Microsoft just publish beta 2 release of its application server extensions, AppFabric. You can download this release from here. In order to uninstall previous release of AppFabric, here is the path to follow : Control Panel -> Programs -> Programs and Features -> Installed Updates -> Application Server Extensions for .NET 4 (KB970622)

Read more
QR Code Business Card