Skip to content

Instantly share code, notes, and snippets.

View ZJPat's full-sized avatar

ZJP ZJPat

  • Washington, DC
View GitHub Profile
<#
Name: Get-OldADMachines.ps1
Author: James Schlackman
Updated by: Zane JPat, 08/19/2024
Last Modified: May 20 2024
1. Finds computer accounts that have been inactive for more than specified time period and optionally disables them
2. Finds computer accounts that have been disabled for more than specified time period and optionally deletes them
3. Added HTML code for better reportings and sepsarted the outputs
#>
@ZJPat
ZJPat / .bash_profile
Created December 7, 2016 06:56 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
@ZJPat
ZJPat / Install-SkypeForBusiness2015.ps1
Created October 3, 2016 14:50 — forked from Hexalon/Install-SkypeForBusiness2015.ps1
Automates installation of Skype For Business 2015
<#
.NOTES
===========================================================================
Created with: SAPIEN Technologies, Inc., PowerShell Studio 2016 v5.2.119
Created on: 5/3/2016 09:37
Created by: Colin Squier <[email protected]>
Filename: Install-SkypeForBusiness2015.ps1
===========================================================================
.DESCRIPTION
Automates installation of Skype For Business 2015.