Quantcast
Channel: SQLServerCentral » Programming » Powershell » Latest topics
Viewing all articles
Browse latest Browse all 467

add filename extension

$
0
0
I found this script online and would like to add a datestamp to the file.
Schedule this to run everyday. How do I do this?
Thanks

[CmdletBinding()]
Param (
  [Parameter(ValueFromPipeline)]
    [string[

Viewing all articles
Browse latest Browse all 467

Trending Articles