Differences
This shows you the differences between the selected revisions of the page.
2016-04-29 | 2016-09-29 | ||
error: prefix (martin) | full -Format switch name (martin) | ||
Line 35: | Line 35: | ||
# Format timestamp | # Format timestamp | ||
- | $stamp = $(Get-Date -f "yyyyMMddHHmmss") | + | $stamp = $(Get-Date -Format "yyyyMMddHHmmss") |
# Download the file and throw on any error | # Download the file and throw on any error |