Is it possible to remove the timestamp when Export-DBAScript -PATH
is used? I would just like to use the Server Name and Date.
For example this is what I want to export:
Get-DbaAgentJob -SqlInstance $ServerList| EXPORT-DBASCRIPT -PATH $FILENAME -Append
This is what my Output File is named (I would like to not have the timestamp):
Is this is possible, and if so how I would go by achieving this?