Skip to content

Instantly share code, notes, and snippets.

View bretmartin's full-sized avatar

Bret Martin bretmartin

View GitHub Profile

Keybase proof

I hereby claim:

  • I am bretmartin on github.
  • I am bret_martin (https://keybase.io/bret_martin) on keybase.
  • I have a public key ASDpsiT2zBfh42zdSMTnWeHB0Id1NFPtX7C_MKborO1WZgo

To claim this, I am signing this object:

$region = 'us-east-1'
$varprefix = 'YOUR_PREFIX_'
$wpsettings = 'C:\Program Files\Amazon\Ec2ConfigService\Settings\WallpaperSettings.xml'
$xmlns = 'http://tempuri.org/WallpaperSettings.xsd'
$instanceId = ( Invoke-WebRequest `
-Uri http://169.254.169.254/latest/meta-data/instance-id ).
Content
$tags = Get-EC2Tag -Region $region `
#!/bin/sh
umask 007
DOMAINS=/etc/mail/domains
MAPNAME=virtual
MAILFROM=root@example.com
MAILTO=admin@example.com