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. |
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
#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.124 | |
Created on: 7/28/2016 13:29 | |
Created by: Colin Squier <[email protected] | |
Filename: Enable-AutomaticManagedPageFile.ps1 | |
=========================================================================== | |
.DESCRIPTION | |
Enables the automatic managed page file for all drives. |
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.123 | |
Created on: 6/24/2016 10:24 | |
Created by: Colin Squier <[email protected]> | |
Filename: Install-SCEP.ps1 | |
=========================================================================== | |
.DESCRIPTION | |
Automates installation of System Center Endpoint Protection. |
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.123 | |
Created on: 6/24/2016 10:24 | |
Created by: Colin Squier <[email protected]> | |
Filename: Install-SCCM.ps1 | |
=========================================================================== | |
.DESCRIPTION | |
Automates installation of System Center Configuration Manager. |
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.89 | |
Created on: 7/30/2015 12:48 PM | |
Created by: Colin Squier <[email protected] | |
Filename: Install-WMF2.ps1 | |
=========================================================================== | |
.DESCRIPTION | |
Automates installation of PowerShell 2. |
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 | |
[CmdletBinding()] | |
Param( | |
[switch]$OnlineInstall = $false | |
) | |
<# | |
.NOTES |
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 | |
-------------------------------------------------------------------------------- | |
Code generated by: SAPIEN Technologies, Inc., PowerShell Studio 2016 v5.2.122 | |
Generated on: 6/10/2016 10:44 | |
Generated by: Colin Squier <[email protected] | |
-------------------------------------------------------------------------------- | |
.DESCRIPTION | |
GUI script generated by PowerShell Studio 2016 | |
#> |
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 -RunAsAdministrator | |
<# | |
.NOTES | |
=========================================================================== | |
Created with: SAPIEN Technologies, Inc., PowerShell Studio 2016 v5.2.122 | |
Created on: 6/2/2016 11:24 | |
Created by: Colin Squier <[email protected]> | |
Filename: Disable-LocalStoreOverride.ps1 | |
=========================================================================== | |
.DESCRIPTION |
NewerOlder