Skip to content

Instantly share code, notes, and snippets.

@mallibone
Created February 5, 2017 17:05
Show Gist options
  • Save mallibone/99076c00e79387d15464583c07034fb0 to your computer and use it in GitHub Desktop.
Save mallibone/99076c00e79387d15464583c07034fb0 to your computer and use it in GitHub Desktop.
$powerShellObject = Invoke-WebRequest "https://mallibone.com"
$Filename = ((Get-Date -format "yyyyMMMdd_HHmm") + "_mallibone_dump.xml")
$powerShellObject.Links | Export-Clixml $Filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment