This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
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 | |
#> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --------------------------------------------------------------------------- | |
# | |
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.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. |