{"id":12471,"date":"2010-04-05T16:05:52","date_gmt":"2010-04-05T14:05:52","guid":{"rendered":"\/post\/AppFabric-Cache-Yonetim-cmdlete28099i-e28093-12.aspx"},"modified":"2010-04-05T16:05:52","modified_gmt":"2010-04-05T14:05:52","slug":"appfabric-cache-yonetim-cmdleti-1-2","status":"publish","type":"post","link":"https:\/\/fatihboy.com\/en\/appfabric-cache-yonetim-cmdleti-1-2\/","title":{"rendered":"AppFabric Cache Y\u00f6netim cmdlet\u2019i \u2013 1.2"},"content":{"rendered":"<p>Daha \u00f6nce yay\u0131nlam\u0131\u015f oldu\u011fum <a href=\"\/en\/?p=41\">AppFabric Cache y\u00f6netim cmdlet\u2019i<\/a>nin yeni s\u00fcr\u00fcm\u00fcn\u00fc a\u015fa\u011f\u0131da bulabilirsiniz:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"csharp\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">#################################################################\n#       AppFabricCacheSetup.ps1 PowerShell Cmdlet               #\n#################################################################\n# AppFabric \u00f6nbellek k\u00fcmesini geli\u015ftirme ortam\u0131nda kullan\u0131lmaya #\n# haz\u0131r hale getirir.                                           #\n#################################################################\n# Fatih Boy, Nisan 2010                                         #\n# Version 1.2                                                   #\n#################################################################\n\n## imzalanmam\u0131\u015f betikleri \u00e7al\u0131\u015ft\u0131rmak i\u00e7in a\u015fa\u011f\u0131daki komutu kullanman\u0131z gerekebilir :\n# Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process\n\n$user = [Security.Principal.WindowsIdentity]::GetCurrent()\n\nif((New-Object Security.Principal.WindowsPrincipal $user).IsInRole([Security.Principal.WindowsBuiltinRole]::Administrator)){\n  Write-Host \"Da\u011f\u0131t\u0131k \u00f6nbellek y\u00f6netim mod\u00fcl\u00fc y\u00fckleniyor, l\u00fctfen beleyiniz...\"\n  Import-Module DistributedCacheAdministration\n  Use-CacheCluster\n\n  $cacheName= Read-Host \"L\u00fctfen olu\u015fturulacak cache ad\u0131n\u0131 giriniz (default'u kullanmak i\u00e7in enter'a bas\u0131n\u0131z)\"\n\n  if($cacheName -ne \"\"){\n    New-Cache $cacheName\n  }\n\n  if ((Get-CacheAllowedClientAccounts) -notcontains $env:username) {\n    Write-Host \"$env:username kullan\u0131c\u0131s\u0131 i\u00e7in \u00f6nbellek eri\u015fim yetkisi veriliyor...\"\n    Grant-CacheAllowedClientAccount $env:username\n  }\n\n  $hostinfo = Get-CacheHost\n  if($hostinfo.Status -eq [Microsoft.ApplicationServer.Caching.AdminApi.ServiceStatus]::Down){\n    Write-Host \"\u00d6nbellek k\u00fcmesi ba\u015flat\u0131l\u0131yor, l\u00fctfen bekleyiniz...\"\n    Start-CacheCluster\n  }\n\n  if($cacheName -ne \"\"){\n    Write-Host \"\"\n    Write-Host \"$cacheName \u00f6nbellek \u00f6zellikleri : \"\n    Write-Host \"----------------------------------\"\n\n    Get-CacheConfig $cacheName\n  }else{\n    Write-Host \"\"\n    Write-Host \"default \u00f6nbellek \u00f6zellikleri : \"\n    Write-Host \"----------------------------------\"\n    Get-CacheConfig default\n  }\n}else{\n  Write-Warning \"Bu beti\u011fin do\u011fru \u00e7al\u0131\u015fmas\u0131 i\u00e7in l\u00fctfen sistem y\u00f6netici haklar\u0131yla \u00e7al\u0131\u015ft\u0131r\u0131n\u0131z.\"\n}<\/pre>","protected":false},"excerpt":{"rendered":"<p>Daha \u00f6nce yay\u0131nlam\u0131\u015f oldu\u011fum AppFabric Cache y\u00f6netim cmdlet\u2019inin yeni s\u00fcr\u00fcm\u00fcn\u00fc a\u015fa\u011f\u0131da bulabilirsiniz: ################################################################# # AppFabricCacheSetup.ps1 PowerShell Cmdlet # ################################################################# # AppFabric \u00f6nbellek k\u00fcmesini geli\u015ftirme ortam\u0131nda kullan\u0131lmaya # # haz\u0131r hale getirir. # ################################################################# # Fatih Boy, Nisan 2010 # # Version 1.2 # ################################################################# ## imzalanmam\u0131\u015f betikleri \u00e7al\u0131\u015ft\u0131rmak i\u00e7in a\u015fa\u011f\u0131daki komutu kullanman\u0131z gerekebilir : #&#8230;<\/p>\n<p><a class=\"read-more\" href=\"https:\/\/fatihboy.com\/en\/appfabric-cache-yonetim-cmdleti-1-2\/\">Read More<\/a><\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[28,80],"tags":[79,93],"class_list":["post-12471","post","type-post","status-publish","format-standard","hentry","category-turkce","category-windows-server-appfabric","tag-appfabric","tag-powershell"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>AppFabric Cache Y\u00f6netim cmdlet\u2019i \u2013 1.2 - Fatih Boy<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fatihboy.com\/en\/appfabric-cache-yonetim-cmdleti-1-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AppFabric Cache Y\u00f6netim cmdlet\u2019i \u2013 1.2 - Fatih Boy\" \/>\n<meta property=\"og:description\" content=\"Daha \u00f6nce yay\u0131nlam\u0131\u015f oldu\u011fum AppFabric Cache y\u00f6netim cmdlet\u2019inin yeni s\u00fcr\u00fcm\u00fcn\u00fc a\u015fa\u011f\u0131da bulabilirsiniz: ################################################################# # AppFabricCacheSetup.ps1 PowerShell Cmdlet # ################################################################# # AppFabric \u00f6nbellek k\u00fcmesini geli\u015ftirme ortam\u0131nda kullan\u0131lmaya # # haz\u0131r hale getirir. # ################################################################# # Fatih Boy, Nisan 2010 # # Version 1.2 # ################################################################# ## imzalanmam\u0131\u015f betikleri \u00e7al\u0131\u015ft\u0131rmak i\u00e7in a\u015fa\u011f\u0131daki komutu kullanman\u0131z gerekebilir : #...Read More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fatihboy.com\/en\/appfabric-cache-yonetim-cmdleti-1-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Fatih Boy\" \/>\n<meta property=\"article:published_time\" content=\"2010-04-05T14:05:52+00:00\" \/>\n<meta name=\"author\" content=\"Fatih Boy\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Fatih Boy\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/fatihboy.com\/appfabric-cache-yonetim-cmdleti-1-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/fatihboy.com\/appfabric-cache-yonetim-cmdleti-1-2\/\"},\"author\":{\"name\":\"Fatih Boy\",\"@id\":\"https:\/\/fatihboy.com\/#\/schema\/person\/6b06a41d42eed36eaa0780fbeb774158\"},\"headline\":\"AppFabric Cache Y\u00f6netim cmdlet\u2019i \u2013 1.2\",\"datePublished\":\"2010-04-05T14:05:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/fatihboy.com\/appfabric-cache-yonetim-cmdleti-1-2\/\"},\"wordCount\":27,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/fatihboy.com\/#\/schema\/person\/6b06a41d42eed36eaa0780fbeb774158\"},\"keywords\":[\"AppFabric\",\"PowerShell\"],\"articleSection\":[\"T\u00fcrk\u00e7e\",\"Windows Server AppFabric\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/fatihboy.com\/appfabric-cache-yonetim-cmdleti-1-2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fatihboy.com\/appfabric-cache-yonetim-cmdleti-1-2\/\",\"url\":\"https:\/\/fatihboy.com\/appfabric-cache-yonetim-cmdleti-1-2\/\",\"name\":\"AppFabric Cache Y\u00f6netim cmdlet\u2019i \u2013 1.2 - Fatih Boy\",\"isPartOf\":{\"@id\":\"https:\/\/fatihboy.com\/#website\"},\"datePublished\":\"2010-04-05T14:05:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/fatihboy.com\/appfabric-cache-yonetim-cmdleti-1-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fatihboy.com\/appfabric-cache-yonetim-cmdleti-1-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fatihboy.com\/appfabric-cache-yonetim-cmdleti-1-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/fatihboy.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AppFabric Cache Y\u00f6netim cmdlet\u2019i \u2013 1.2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fatihboy.com\/#website\",\"url\":\"https:\/\/fatihboy.com\/\",\"name\":\"Fatih Boy\",\"description\":\"Ki\u015fisel Web Sitesi\",\"publisher\":{\"@id\":\"https:\/\/fatihboy.com\/#\/schema\/person\/6b06a41d42eed36eaa0780fbeb774158\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fatihboy.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/fatihboy.com\/#\/schema\/person\/6b06a41d42eed36eaa0780fbeb774158\",\"name\":\"Fatih Boy\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/fatihboy.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5b3de123ad95a2ffe30b75a54cee98b55f65185c6d6805b35088a3d945f2feb4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5b3de123ad95a2ffe30b75a54cee98b55f65185c6d6805b35088a3d945f2feb4?s=96&d=mm&r=g\",\"caption\":\"Fatih Boy\"},\"logo\":{\"@id\":\"https:\/\/fatihboy.com\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/fatihboy.com\"],\"url\":\"https:\/\/fatihboy.com\/en\/author\/fatih\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AppFabric Cache Y\u00f6netim cmdlet\u2019i \u2013 1.2 - Fatih Boy","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/fatihboy.com\/en\/appfabric-cache-yonetim-cmdleti-1-2\/","og_locale":"en_US","og_type":"article","og_title":"AppFabric Cache Y\u00f6netim cmdlet\u2019i \u2013 1.2 - Fatih Boy","og_description":"Daha \u00f6nce yay\u0131nlam\u0131\u015f oldu\u011fum AppFabric Cache y\u00f6netim cmdlet\u2019inin yeni s\u00fcr\u00fcm\u00fcn\u00fc a\u015fa\u011f\u0131da bulabilirsiniz: ################################################################# # AppFabricCacheSetup.ps1 PowerShell Cmdlet # ################################################################# # AppFabric \u00f6nbellek k\u00fcmesini geli\u015ftirme ortam\u0131nda kullan\u0131lmaya # # haz\u0131r hale getirir. # ################################################################# # Fatih Boy, Nisan 2010 # # Version 1.2 # ################################################################# ## imzalanmam\u0131\u015f betikleri \u00e7al\u0131\u015ft\u0131rmak i\u00e7in a\u015fa\u011f\u0131daki komutu kullanman\u0131z gerekebilir : #...Read More","og_url":"https:\/\/fatihboy.com\/en\/appfabric-cache-yonetim-cmdleti-1-2\/","og_site_name":"Fatih Boy","article_published_time":"2010-04-05T14:05:52+00:00","author":"Fatih Boy","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Fatih Boy","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/fatihboy.com\/appfabric-cache-yonetim-cmdleti-1-2\/#article","isPartOf":{"@id":"https:\/\/fatihboy.com\/appfabric-cache-yonetim-cmdleti-1-2\/"},"author":{"name":"Fatih Boy","@id":"https:\/\/fatihboy.com\/#\/schema\/person\/6b06a41d42eed36eaa0780fbeb774158"},"headline":"AppFabric Cache Y\u00f6netim cmdlet\u2019i \u2013 1.2","datePublished":"2010-04-05T14:05:52+00:00","mainEntityOfPage":{"@id":"https:\/\/fatihboy.com\/appfabric-cache-yonetim-cmdleti-1-2\/"},"wordCount":27,"commentCount":0,"publisher":{"@id":"https:\/\/fatihboy.com\/#\/schema\/person\/6b06a41d42eed36eaa0780fbeb774158"},"keywords":["AppFabric","PowerShell"],"articleSection":["T\u00fcrk\u00e7e","Windows Server AppFabric"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/fatihboy.com\/appfabric-cache-yonetim-cmdleti-1-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/fatihboy.com\/appfabric-cache-yonetim-cmdleti-1-2\/","url":"https:\/\/fatihboy.com\/appfabric-cache-yonetim-cmdleti-1-2\/","name":"AppFabric Cache Y\u00f6netim cmdlet\u2019i \u2013 1.2 - Fatih Boy","isPartOf":{"@id":"https:\/\/fatihboy.com\/#website"},"datePublished":"2010-04-05T14:05:52+00:00","breadcrumb":{"@id":"https:\/\/fatihboy.com\/appfabric-cache-yonetim-cmdleti-1-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fatihboy.com\/appfabric-cache-yonetim-cmdleti-1-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fatihboy.com\/appfabric-cache-yonetim-cmdleti-1-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fatihboy.com\/"},{"@type":"ListItem","position":2,"name":"AppFabric Cache Y\u00f6netim cmdlet\u2019i \u2013 1.2"}]},{"@type":"WebSite","@id":"https:\/\/fatihboy.com\/#website","url":"https:\/\/fatihboy.com\/","name":"Fatih Boy","description":"Ki\u015fisel Web Sitesi","publisher":{"@id":"https:\/\/fatihboy.com\/#\/schema\/person\/6b06a41d42eed36eaa0780fbeb774158"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fatihboy.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/fatihboy.com\/#\/schema\/person\/6b06a41d42eed36eaa0780fbeb774158","name":"Fatih Boy","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fatihboy.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5b3de123ad95a2ffe30b75a54cee98b55f65185c6d6805b35088a3d945f2feb4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5b3de123ad95a2ffe30b75a54cee98b55f65185c6d6805b35088a3d945f2feb4?s=96&d=mm&r=g","caption":"Fatih Boy"},"logo":{"@id":"https:\/\/fatihboy.com\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/fatihboy.com"],"url":"https:\/\/fatihboy.com\/en\/author\/fatih\/"}]}},"brizy_media":[],"_links":{"self":[{"href":"https:\/\/fatihboy.com\/en\/wp-json\/wp\/v2\/posts\/12471","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fatihboy.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fatihboy.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fatihboy.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fatihboy.com\/en\/wp-json\/wp\/v2\/comments?post=12471"}],"version-history":[{"count":0,"href":"https:\/\/fatihboy.com\/en\/wp-json\/wp\/v2\/posts\/12471\/revisions"}],"wp:attachment":[{"href":"https:\/\/fatihboy.com\/en\/wp-json\/wp\/v2\/media?parent=12471"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fatihboy.com\/en\/wp-json\/wp\/v2\/categories?post=12471"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fatihboy.com\/en\/wp-json\/wp\/v2\/tags?post=12471"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}