Skip to content

Instantly share code, notes, and snippets.

@happysysadm
happysysadm / dockerfile
Created November 18, 2016 13:39
Dockerfile for Image2Docker
# escape=`
# Indicates that the windowsservercore image will be used as the base image.
FROM microsoft/nanoserver
# Metadata indicating an image maintainer.
MAINTAINER carlo@happysysadm.com
# Sets a command or process that will run each time a container is run from the new image.
RUN powershell.exe Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
@happysysadm
happysysadm / puzzlejuly2015.ps1
Last active March 29, 2016 11:18
July 2015 SG Puzzle
#by Carlo MANCINI happysysadm.com
gwmi win32_OperatingSystem -cn localhost|
ft P*me,S*J*,V*,@{n='BIOSSerial';e={(gwmi Win32_BIOS -cn $_.CSname).Serialnumber}}