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[
Schedule this to run everyday. How do I do this?
Thanks
[CmdletBinding()]
Param (
[Parameter(ValueFromPipeline)]
[string[