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
<# | |
.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
#Requires -Version 4.0 | |
[CmdletBinding()] | |
Param( | |
[switch]$OnlineInstall = $false | |
) | |
<# | |
.NOTES |
NewerOlder