-
-
Notifications
You must be signed in to change notification settings - Fork 853
Description
Summarize Command's Functionality
I am well aware that this feature might be fixed with external scripting. But for the sake of the keeping things in the dbatools-toolbox-sphere I think there might be an opportunity for such script/command. But I wonder if claude would be able to do this?
I see it as following:
invoke-dbatoolsremoteupgrade -destination , etc. -download
where -download is download from internet instead of copy
-destination - self explainatory
-defaultsystem -user
-sourcepath - sourcepath to copy from otherwise local dbatools installation is used.
So If i need to update dbatools on all my non-internet-connected servers, I just run a script containing invoke-dbatoolsremoteupgrade to push it where I need it.
Is there a command that is similiar or close to what you are looking for?
Yes
Technical Details
I am well aware that this feature might be fixed with external scripting. But for the sake of the keeping things in the dbatools-toolbox-sphere I think there might be an opportunity for such script/command.
I see it as following:
invoke-dbatoolsremoteupgrade -destination , etc. -download
where -download is download from internet instead of copy
-destination - self explainatory
-defaultsystem -user
-sourcepath - sourcepath to copy from otherwise local dbatools installation is used.
So If i need to update dbatools on all my non-internet-connected servers, I just run a script containing invoke-dbatoolsremoteupgrade to push it where I need it.