Simone Bizzotto

Results 197 comments of Simone Bizzotto

soooo, few things to account for here ... sorry @fm-knopfler , it seems you triggered a long-standing bug in how we check for help parameters in dbatools. Be a little...

@fm-knopfler : were there issues with the previous implementation or not ?

this works without issues .... ``` function Invoke-TlsWebRequest { Param ( [switch]$UseBasicParsing, [switch]$ProxyUseDefaultCredentials ) $currentVersionTls = [Net.ServicePointManager]::SecurityProtocol $currentSupportableTls = [Math]::Max($currentVersionTls.value__, [Net.SecurityProtocolType]::Tls.value__) $availableTls = [enum]::GetValues('Net.SecurityProtocolType') | Where-Object { $_ -gt $currentSupportableTls...

owwww shush, I was aiming at keeping it simple but .... okay.

yeah, no worries and thanks for your patience.

@wsmelton, @potatoqualitee : I'm up for rewriting a summary of what's happening . Do you want me to "split" this into the two/three main arguments in separate issues ? Code,...

how much time is a KB going to need to be downloaded fully ? Not sure what's your environment here .... are you scheduling a job to download each time...

I don't have any preference in the matter of "PS vs T-SQL" but I'd add a regr test to make sure this behaviour doesn't get reverted at a later stage.

we can definitely help, just need to prop up two user with roles exposing the behaviour you want to fix and then make sure everything stays in the same way...