Skip to content

Commit

Permalink
add proxy info
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed May 16, 2024
1 parent fc8537b commit d0171d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions private/configurations/settings/network.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Set-DbatoolsConfig -FullName network.proxy.url -Value $null -Initialize -Validation string -Description "The URL of the network proxy."
Set-DbatoolsConfig -FullName network.proxy.username -Value $null -Initialize -Validation string -Description "The username for the network proxy."
Set-DbatoolsConfig -FullName network.proxy.securepassword -Value $null -Initialize -Validation securestring -Description "The secure password for the network proxy."

0 comments on commit d0171d4

Please sign in to comment.