Kiln » KilnSupportScripts Powershell Scripts to help monitor a Kiln environment. Contact Fog Creek support before using. Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

add simple powershell script to restart the Kiln Storage Service.

Changeset 0ada79e77615

Parent 4a2b71777048

by Profile picture of User 476Ben McCormack <benm@fogcreek.com>

Changes to one file · Browse files at 0ada79e77615 Showing diff from parent 4a2b71777048 Diff from another changeset...

Change 1 of 1 Show Entire File misc/​restartKSS.ps1 Stacked
 
 
 
 
 
 
 
 
1
2
3
4
5
 
@@ -0,0 +1,5 @@
+# If Kiln appears to become unstable intermittently, you might consider +# restarting the storage service on a daily basis. Simply run this script +# via a Windows Scheduled Task, which will restart the storage service. +Stop-Service KilnStorageService +Start-Service KilnStorageService \ No newline at end of file