Skip to content

Instantly share code, notes, and snippets.

@jrbinks
jrbinks / boxstarter.ps1
Last active September 19, 2018 18:21 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:
@jrbinks
jrbinks / ArubaOSCX.pm
Created February 3, 2021 10:54
ArubaOSCX.pm first pass
# SNMP::Info::Layer3::ArubaOSCX
#
# Copyright (c) 2020 Jeroen van Ingen, Jethro R Binks
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source code must retain the above copyright notice,
# this list of conditions and the following disclaimer.