Skip to content

Instantly share code, notes, and snippets.

@Hexalon
Hexalon / Prepare-Gen2VM.ps1
Last active January 31, 2017 21:40
Creates a Hyper-V compatible vhdx virtual hard drive from a custom WIM.
#requires -version 4.0
#requires -modules Hyper-V,Storage,DISM
#Requires -RunAsAdministrator
<#
.NOTES
===========================================================================
Created with: SAPIEN Technologies, Inc., PowerShell Studio 2016 v5.2.127
Created on: 8/12/2016 13:50
Created by: Colin Squier <[email protected]>
Filename: Prepare-Gen2VM.ps1
<#
.NOTES
===========================================================================
Created with: SAPIEN Technologies, Inc., PowerShell Studio 2016 v5.2.118
Created on: 2/3/2016 9:50
Created by: Colin Squier <[email protected]
Filename: ADReplicationReports.ps1
===========================================================================
.DESCRIPTION
Automates several AD replication diagnostic commands and email reports.
@Hexalon
Hexalon / DBBackup.ps1
Created June 11, 2018 22:51
Backup script to work around vendor's design limitations.
<#
.NOTES
===========================================================================
Created with: SAPIEN Technologies, Inc., PowerShell Studio 2015 v4.2.82
Created on: 3/6/2015 12:58
Created by: Colin Squier <[email protected]>
Filename: DBBackup.ps1
===========================================================================
.DESCRIPTION
Backup script to work around vendor's design limitations.