Skip to content

Instantly share code, notes, and snippets.

@Hexalon
Hexalon / CheckFolderRedirection.ps1
Last active June 10, 2016 19:05
Queries redirected folder locations using the .NET Framework. Stores data in an ordered hash table and writes to the pipline.
<#
.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
@Hexalon
Hexalon / Configure-Win10.ps1
Created June 1, 2016 15:38
Automates configuration of Windows 10 machines
<#
.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.
@Hexalon
Hexalon / Enable-LocalStoreOverride.ps1
Last active June 2, 2016 16:27
Enables local GPO store override, creates the key if it does not exist.
#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
@Hexalon
Hexalon / Disable-LocalStoreOverride.ps1
Created June 2, 2016 16:26
Disables local GPO store override, creates the key if it does not exist.
#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
@Hexalon
Hexalon / CheckFolderRedirection.Export.ps1
Created June 10, 2016 16:24
GUI version of queries redirected folder locations using the .NET Framework. Stores data in an ordered hash table and writes to the pipline.
<#
.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
#>
@Hexalon
Hexalon / Install-WMF5.ps1
Created June 14, 2016 18:01
Automates installation of Windows Management Framework 5
#Requires -Version 4.0
[CmdletBinding()]
Param(
[switch]$OnlineInstall = $false
)
<#
.NOTES
@Hexalon
Hexalon / Install-WMF2.ps1
Created June 15, 2016 15:10
Automates installation of PowerShell 2 on Server 2008
<#
.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.
@Hexalon
Hexalon / Install-SCCM.ps1
Created June 29, 2016 20:40
Automates installation of System Center Configuration Manager.
<#
.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.
@Hexalon
Hexalon / Install-SCEP.ps1
Last active July 20, 2016 16:09
Automates installation of System Center Endpoint Protection.
<#
.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.
@Hexalon
Hexalon / Enable-AutomaticManagedPageFile.ps1
Created July 28, 2016 18:35
Enables the automatic managed page file for all drives
<#
.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.