Skip to content

Instantly share code, notes, and snippets.

View bytemech's full-sized avatar
🌐

Byron G bytemech

🌐
View GitHub Profile
/*
NAME
sample
FUNCTION
Simple 32-bit Pro*C sample program
OWNER
Clare
DATE
05/01/84
@bytemech
bytemech / loganalytics.json
Last active September 29, 2019 08:13
Test Log Analytics
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"Test_Alert_name": {
"defaultValue": "Test Alert",
"type": "string",
"metadata": {
"description": "Name for the Test Alert"
}
@bytemech
bytemech / BYT-ServiceAccountInventory.ps1
Created December 31, 2017 17:00
Service Account Inventory Generator
[CmdletBinding()]
param ()
<#
.SYNOPSIS
Collects service account information from servers in a domain to a central file.