Skip to content

Instantly share code, notes, and snippets.

# parallel_stop_svc.ps1
#
# A PowerShell script to stop a windows service on many target computers in parallel
# For example: Stopping IIS service on all servers in your web farm
#
# sjnovick 2016
#
# Unloads the workflow / module "stopsvc" from the below file.
#rmo .\workflow-parallel_stop_service.ps1
# install-sql2k14-on-s12r2.ps1
#
# Windows Azure Pack runbook to automate the install and initial
# setup of SQL Server 2014 on Windows Server 2012R2
#
# sjnovick 4/11/2016
#
workflow Install-SQL2K14-On-S12R2
{
# Latency Checker v1
#
# Tests and displays latency for website(s)
#
# sjnovick 8-31-2016
#
function latcheck {
param($uri)
$i=1
# realm_snap.ps1
#
# *** Excerpts of code only:
# From a custom UI implemented with PowerShell + WPF
# to provide dev team with point-and-click snapshot
# and restore of development environments or "realms"
#
# Leverages the PureStoragePowerShellToolkit:
# https://www.powershellgallery.com/packages/PureStoragePowerShellToolkit
#
# flairbot.py
#
# Script to automate the process of awarding user feedback (aka "rep" or "flair") for
# positive transactions conducted on a reddit-based buying and selling community.
#
# sjnovick 2019
#
#
# Constraints that must be met before flair is awarded:
#
#!/bin/bash
#
# put_ftps.sh
#
# Delivers CSV's containg student data to hosted clearinghouse via FTPS.
#
# sjnovick 2019
#
# PARAMETERS EXPECTED
#!/bin/bash
#
# essay.sh
#
# Bash script to find, extract, cleanup, and deliver
# graduate admissions essays from new student applications.
#
# sjnovick 2015
#