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 2016 v5.2.116 | |
Created on: 2/18/2016 09:42 | |
Created by: Colin Squier <[email protected]> | |
Filename: Enable-BitLocker.ps1 | |
=========================================================================== | |
.DESCRIPTION | |
Automates configuration of BitLocker drive encryption. |
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.116 | |
Created on: 3/9/2016 13:59 | |
Created by: Colin Squier <[email protected]> | |
Filename: Install-NetFx3.Win10.ps1 | |
=========================================================================== | |
.DESCRIPTION | |
Automates .NET Framework 3.5 installation on Win10. The script will |
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 Storage,DISM | |
#Requires -RunAsAdministrator | |
<# | |
.NOTES | |
=========================================================================== | |
Created with: SAPIEN Technologies, Inc., PowerShell Studio 2016 v5.2.117 | |
Created on: 3/16/2016 10:05 | |
Created by: Colin Squier <[email protected]> | |
Filename: Imaging-Win10.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.117 | |
Created on: 3/25/2016 17:33 | |
Created by: Colin Squier <[email protected]> | |
Filename: Lock-Computer.ps1 | |
=========================================================================== | |
.DESCRIPTION | |
Uses C# to call an Win32 API to lock the computer |
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-WMF4.ps1 | |
=========================================================================== | |
.DESCRIPTION | |
Automates installation of PowerShell 4. |
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.117 | |
Created on: 3/22/2016 10:15 | |
Created by: Colin Squier <[email protected]> | |
Filename: StringToHex.ps1 | |
=========================================================================== | |
.DESCRIPTION | |
Converts input string to a hex value. |
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.120 | |
Created on: 4/28/2016 08:18 | |
Created by: Colin Squier <[email protected]> | |
Filename: Set-Win10-CustomBackground.ps1 | |
=========================================================================== | |
.DESCRIPTION | |
Changes default Windows 10 background images to custom background images. |
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.119 | |
Created on: 5/3/2016 09:37 | |
Created by: Colin Squier <[email protected]> | |
Filename: Install-SkypeForBusiness2015.ps1 | |
=========================================================================== | |
.DESCRIPTION | |
Automates installation of Skype For Business 2015. |
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
[CmdletBinding()] | |
Param () | |
<# | |
.NOTES | |
=========================================================================== | |
Created with: SAPIEN Technologies, Inc., PowerShell Studio 2016 v5.2.120 | |
Created on: 4/27/2016 14:56 | |
Created by: Colin Squier <[email protected]> | |
Filename: Fix-OfficeActivation.ps1 |
OlderNewer