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
| # | |
| # https://github.com/tknerr/bills-kitchen | |
| # All you need for cooking with Chef and Vagrant on Windows you will find in Bill's Kitchen | |
| # https://github.com/tknerr/linus-kitchen | |
| # An Ubuntu-based developer VM for hacking with Chef, Vagrant, Docker & Co | |
| # | |
| # Based on: https://github.com/felixrieseberg/windows-development-environment | |
| # Test-Admin is not available yet, so use... | |
| if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) { |