Automation of SQL Patching with DBATools #7395
Unanswered
sharmakneeraj4
asked this question in
Q&A
Replies: 2 comments 5 replies
-
isn't the "Notes" property reporting what you're seeking already ? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Hi Guys(and gals) would this apply Windows patches as well? Somehow we have to apply Windows patches every month on a 100+ servers, some with AG and some not. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Update-DbaInstance -ComputerName $Servers -Path '\xyz\SQL2012\CU' -Credential $cred -Version $version -Restart -Confirm:$false
I want to generate a log that can tell if there is any failure in the script. Can someone please suggest how to do that?
Beta Was this translation helpful? Give feedback.
All reactions