About 129,000 results
Open links in new tab
  1. You can automate SQL Sentry alert management using its PowerShell module and REST-like cmdlets. This allows you to connect to your SQL Sentry environment, export/import alert conditions, and trigger actions programmatically.

    1. Import and Connect to SQL Sentry

    Step 1 – Import the Module

    Import-Module "C:\Program Files\SolarWinds SQL Sentry\2021.0\Intercerve.SQLSentry.Powershell.psd1"
    Copied!

    Step 2 – Connect to Your Instance

    Connect-SQLSentry -ServerName "server.domain.com" -DatabaseName "SQLSentryDB" -UseIntegratedSecurity 1
    Copied!

    You must connect before running any alert-related commands.

    2. Export, Import, and Remove Advisory Conditions (Alerts)

    Advisory Conditions define when alerts trigger. You can manage them in bulk.

    Export Alerts

    $exportDir = "C:\Alerts"
    foreach ($ac in Export-AdvisoryCondition) {
    $acj = $ac | ConvertFrom-Json
    $fileName = ($acj.Name -replace '[/<>]', '_') + ".condition"
    $ac | Out-File -FilePath "$exportDir\$fileName"
    }
    Copied!

    Import Alerts

    Feedback
  2. SentryOne PowerShell Module Commands.ps1 - GitHub

    <# Import the SentryOne PowerShell Module - Version and location may vary from 2020.0 #> Import-Module "C:\Program Files\SentryOne\2020.0\Intercerve.SQLSentry.Powershell.psd1" <# Connect to a …

  3. SQL Sentry Execute PowerShell Setup - Salesforce

    PowerShell will need to be configured to allow remote connections and/or execute a remote PowerShell script. And, the account will need to be a member of the Remote Management Users group on the …

  4. Using the SQL Sentry PowerShell Action - THWACK

    Oct 6, 2023 · As I explained previously about new features in version 11.2 of SentryOne, we have introduced a new Condition Action that can execute PowerShell. I will now demonstrate a potential …

  5. SQL Sentry Integrations - SolarWinds

    See the Power BI Content Pack article to download a sample PBIX for Power BI Desktop and get started using it with your SQL Sentry database. You can also use Power BI (or Excel) to compare multiple …

    Missing:
    • PowerShell
    Must include:
  6. SQL Sentry Actions - SolarWinds

    SQL Sentry comes with a number of global Actions predefined to get you up and running quickly. These Actions can be changed, as needed to fit the specific …

  7. People also ask
  8. SQL Sentry Advisory Conditions - SolarWinds

    Using the PowerShell Module to Import and Export Advisory Conditions You can use the SQL Sentry PowerShell Module to import, export, and remove Advisory …

  9. Installing SQL Sentry - SolarWinds

    Each article includes instructions for the full product installation, SQL Sentry Portal, additional monitoring services, or additional clients (i.e. how to install only the client on workstation …

  10. Adding New Targets with the SQL Sentry and DBATools PowerShell …

    Sep 19, 2022 · You finally got approval for SQL® Sentry, and it’s purchased and installed. Now begins the arduous task of manually adding all the targets to be monitored. If you are in a medium to large …

  11. SQL Sentry Enhanced Platform Installer - SolarWinds

    The SQL Sentry installation package with EPI must exist on the machines where you plan to do an installation or run commands, and then PowerShell can be used to unpack it and execute the …

    Missing:
    • PowerShell
    Must include: