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
#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 |
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.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. |
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 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. |
OlderNewer