Skip to content

Instantly share code, notes, and snippets.

View ranger69's full-sized avatar
💭
F off

ranger69

💭
F off
View GitHub Profile
@ranger69
ranger69 / gist:0dcb81f9141435076679
Created March 17, 2015 06:35
Removing a Domain User Account from Local Administrator Groups
<pre><code>
# ==============================================================================================
#
#
# NAME: Homer Cavazos
# DATE : 3/17/2015
# URL: http://www.insidepowershell.com/?p=674
#
# ==============================================================================================
@ranger69
ranger69 / Get-BitRate
Last active August 29, 2015 14:17 — forked from devhawk/gist:2979933
Get bit rate of one or more mp3 files
# ==============================================================================================
# NAME: Get-BitRate.ps1
# Forked From: gist.github.com/devhawk/2979933
# AUTHOR: ranger69
# DATE : 3/14/2015
#
# ==============================================================================================
Function Get-BitRate {
<#
.SYNOPSIS