File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -134,12 +134,13 @@ function Set-DbaAgentJobOutputFile {
134
134
$jobStep.Refresh ()
135
135
136
136
[PSCustomObject ]@ {
137
- ComputerName = $server.ComputerName
138
- InstanceName = $server.ServiceName
139
- SqlInstance = $server.DomainInstanceName
140
- Job = $currentJob.Name
141
- JobStep = $jobStep.Name
142
- OutputFileName = $currentOutputFile
137
+ ComputerName = $server.ComputerName
138
+ InstanceName = $server.ServiceName
139
+ SqlInstance = $server.DomainInstanceName
140
+ Job = $currentJob.Name
141
+ JobStep = $jobStep.Name
142
+ OutputFileName = $OutputFile
143
+ OldOutputFileName = $currentOutputFile
143
144
}
144
145
}
145
146
} catch {
@@ -148,4 +149,4 @@ function Set-DbaAgentJobOutputFile {
148
149
}
149
150
}
150
151
}
151
- }
152
+ }
You can’t perform that action at this time.
0 commit comments