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.122 | |
Created on: 5/31/2016 15:00 | |
Created by: Colin Squier <[email protected] | |
Filename: CheckFolderRedirection.ps1 | |
=========================================================================== | |
.DESCRIPTION | |
Queries redirected folder locations using the .NET Framework. Stores |
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.99 | |
Created on: 02/17/2016 15:07 | |
Created by: Colin Squier <[email protected]> | |
Filename: Configure-Win10.ps1 | |
=========================================================================== | |
.DESCRIPTION | |
Automates configuration of Windows 10 machines. |
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 10:14 | |
Created by: Colin Squier <[email protected]> | |
Filename: Enable-LocalStoreOverride.ps1 | |
=========================================================================== | |
.DESCRIPTION |
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 |
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 -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 | |
=========================================================================== | |
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
<# | |
.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 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.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. |