Skip to content

ozskywalker/oddcode

Repository files navigation

oddcode

A collection of useful scripts and code snippets gathered over the years. Use & modify as you wish.

Linux Systems Administration

Windows Systems Administration

RMM Scripts

Cloud & DevOps

Commvault, TSM, Veeam

note: these backup software scripts are significantly out-of-date and being retained only for archival purposes

Commvault

Veeam

TSM

  • parseTSM.py - Scrapes backup completion times from TSM mmbackup log entries

General Backup work, testing, etc.

Media Processing

Network & Security

Utilities

Script-Specific Instructions

Send-Pushbullet

To be wrapped with a batch file - uTorrent calls this batch file, which then calls this PSH:

  • To setup in uTorrent:
    1. Open Preferences
    2. Under Advanced, select Run Program
    3. Set "Run this program when a torrent finishes:" to " %N"

Batchfile contents:

@echo off
powershell.exe -ExecutionPolicy unrestricted -command "& { . D:\Send-Pushbullet.ps1 -Body %1 }"

About

Odd bits and pieces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors