Skip to content

Instantly share code, notes, and snippets.

@zvolkov
zvolkov / devimage.ps1
Last active August 29, 2015 14:03
Development machine
Set-ExecutionPolicy Unrestricted
Set-ExplorerOptions –showFileExtensions -EnableShowFullPathInTitleBar
Set-TaskbarSmall
Install-WindowsUpdate –AcceptEula
cinstm googlechrome
cinstm notepadplusplus.install
cinstm Firefox
cinstm visualstudio2013professional -InstallArguments "/Features:'WebTools SQL'"
@zvolkov
zvolkov / boxstarter-iis.ps1
Last active August 29, 2015 14:02
Boxstarter web server
Set-ExecutionPolicy Unrestricted
Set-ExplorerOptions –showFileExtensions -EnableShowFullPathInTitleBar
Set-TaskbarSmall
Install-WindowsUpdate –AcceptEula
#install .net framework
cinst DotNet4.5
#Enable Web Services
cinst IIS-WebServerRole -source windowsfeatures
@zvolkov
zvolkov / Boxstarter-TeamCity.ps1
Last active August 29, 2015 14:02
Boxstarter TeamCity
#Enable-PSRemoting -Force
#
#$cred=Get-Credential NIH\volkova
#Install-BoxstarterPackage -ComputerName MyTargetMachine -PackageName MyPackage -Credential $cred
#START http://boxstarter.org/package/url?
Set-ExecutionPolicy Unrestricted
Set-ExplorerOptions –showFileExtensions -EnableShowFullPathInTitleBar
Disable-InternetExplorerESC