Skip to content

Commit

Permalink
Update to v2.3.0.0 💯
Browse files Browse the repository at this point in the history
  • Loading branch information
blakedrumm authored Apr 6, 2024
1 parent 74ad507 commit 452464a
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions SCOM-ReconfigureDatabaseLocations.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.NOTES
--------------------------------------------------------------------------------
Code generated by: SAPIEN Technologies, Inc., PowerShell Studio 2024 v5.8.238
Generated on: 3/27/2024 1:56 PM
Generated on: 4/6/2024 3:00 PM
Generated by: blakedrumm
--------------------------------------------------------------------------------
.DESCRIPTION
Expand Down Expand Up @@ -2616,7 +2616,7 @@ Registro para permitir que o(s) servidor(es) de gerenciamento usem a instância/
$labelUpdateSQL.Text = 'Atualizar SQL'
$checkboxUpdateRelatedSQLData.Text = 'Atualizar tabelas de banco de dados SQL relacionadas'
$checkboxUpdateOperationsMana.Text = 'Atualizar a configuração SQL do Operations Manager'
$labelRestartServices.Text = 'Atualizar a configuração SQL do Operations Manager'
$labelRestartServices.Text = 'Reinicie os serviços'
$checkboxClearSCOMCache.Text = 'Limpar Cache SCOM'
$mainMenu.Text = 'Menu principal'
$runningOutput.Text = 'Registro de atividade'
Expand Down Expand Up @@ -6292,7 +6292,7 @@ MSSQL-2019\SCOM2019
$labelRestartServices.AutoSize = $True
$labelRestartServices.Font = [System.Drawing.Font]::new('Calibri', '15.75', [System.Drawing.FontStyle]'Bold, Underline')
$labelRestartServices.ForeColor = [System.Drawing.SystemColors]::Window
$labelRestartServices.Location = New-Object System.Drawing.Point(872, 937)
$labelRestartServices.Location = New-Object System.Drawing.Point(878, 937)
$labelRestartServices.Name = 'labelRestartServices'
$labelRestartServices.Size = New-Object System.Drawing.Size(150, 26)
$labelRestartServices.TabIndex = 27
Expand Down Expand Up @@ -6348,9 +6348,9 @@ MSSQL-2019\SCOM2019
$checkboxClearSCOMCache.CheckState = 'Checked'
$checkboxClearSCOMCache.Font = [System.Drawing.Font]::new('Calibri', '11.25')
$checkboxClearSCOMCache.ForeColor = [System.Drawing.SystemColors]::Window
$checkboxClearSCOMCache.Location = New-Object System.Drawing.Point(878, 965)
$checkboxClearSCOMCache.Location = New-Object System.Drawing.Point(884, 965)
$checkboxClearSCOMCache.Name = 'checkboxClearSCOMCache'
$checkboxClearSCOMCache.Size = New-Object System.Drawing.Size(240, 22)
$checkboxClearSCOMCache.Size = New-Object System.Drawing.Size(234, 22)
$checkboxClearSCOMCache.TabIndex = 27
$checkboxClearSCOMCache.Text = '&Clear SCOM Cache'
$checkboxClearSCOMCache.UseVisualStyleBackColor = $True
Expand Down Expand Up @@ -6739,12 +6739,11 @@ c8IzMkfIXCFzRmnueHsOkbnkdJlbeN5+nHLEEf8f5Mt2t378MigAAAAASUVORK5CYIIL'))
#
# labelManagementServer
#
$labelManagementServer.AutoSize = $True
$labelManagementServer.Font = [System.Drawing.Font]::new('Calibri', '14.25')
$labelManagementServer.ForeColor = [System.Drawing.SystemColors]::Window
$labelManagementServer.Location = New-Object System.Drawing.Point(14, 658)
$labelManagementServer.Location = New-Object System.Drawing.Point(6, 658)
$labelManagementServer.Name = 'labelManagementServer'
$labelManagementServer.Size = New-Object System.Drawing.Size(171, 23)
$labelManagementServer.Size = New-Object System.Drawing.Size(220, 23)
$labelManagementServer.TabIndex = 18
$labelManagementServer.Text = 'Management Server:'
$labelManagementServer.TextAlign = 'MiddleRight'
Expand Down Expand Up @@ -11825,7 +11824,7 @@ SimllArY/wdfRzP54wZmXAAAAABJRU5ErkJgggs='))
#--------------------------------------------
# Declare Global Variables and Functions here
#--------------------------------------------
$ScriptMoveVersion = '2.2.0.0'
$ScriptMoveVersion = '2.3.0.0'

function Get-TimeStamp
{
Expand Down

0 comments on commit 452464a

Please sign in to comment.