wintriallab/scripts/enable-winrm.ps1
Micah R Ledbetter 72059d3d80 Big list of changes.
Status:
- ALMOST completely working in win10!
- Escept somehow my RestartRegistryEntry stuff broke?? Fuck

Scripts:
- Test PS syntax of all scripts before running buildlab
- Add Invoke-ScriptblockAndCatch and Write-ErrorStackToEventLog
- Move more bullshit to the slipstream module
- Improve Get-RestartRegistryEntry
- Fix Install-SevenZip
- Fix Compress-WindowsInstall
- Add ability to disable systray icon hiding
- Add ability to disable IE first run customization
- Add Set-PinnedApplication
- Add Set-AllNetworksToPrivate - required for Windows 10

win10 changes:
- Vagrant templates: enable accelerated video, clipboard, d&d
- packerfiles: enable clipboard, d&d
- Autounattend.xml files: enable UAC

Other
- Update documentation
2015-11-11 15:50:37 -06:00

6 lines
150 B
PowerShell

import-module $PSScriptRoot\wintriallab-postinstall.psm1
$errorActionPreference = "Stop"
Invoke-ScriptblockAndCatch -scriptBlock {
Enable-WinRM
}