Database Administration & Monitoring Set the SQL Native Client Default Port with PowerShell 12.07.2016 by Stéphane Haby I written an article about “SQL Server 2012: Configuring your TCP Port via PowerShell” and I received a question from PaulJ: “How do you set the port for(…)
Database Administration & Monitoring, Operating systems, Technology Survey SCOM: schedule group maintenance task with PowerShell 08.06.2016 by Stéphane Savorgnano In my last blog post, here, I spoke about how to place SCOM group in maintenance mode. This script is really interesting with an integration in Windows Task Scheduler. At the end, the main purpose is to plan a(…)
Database Administration & Monitoring, Database management, Operating systems, Technology Survey SCOM: change group state to maintenance mode with PowerShell 07.06.2016 by Stéphane Savorgnano Some weeks ago, I wrote a blog post about the creation of SCOM groups in order to subscribe to alerts. Subscribe to alert is mandatory, of course, to be able to receive alerts concerning our group. But during operations(…)
Database Administration & Monitoring syspolicy_purge_history job and PowerShell ExecutionPolicy 26.04.2016 by Nathan Courtine Since SQL Server 2008, Microsoft has introduced a system job called “syspolicy_purge_history”. This job is installed and enabled by default, and it contains three steps scheduled at 02:00 AM: What is this job?(…)
Database Administration & Monitoring Configurer les “Bonnes Pratiques” de Windows Server avec PowerShell 24.03.2016 by Nathan Courtine PowerShell est un outil en ligne de commande dorénavant intégré à tous les environnements Windows. Cet outil est extrêmement puissant, et avec le vent en poupe, puisqu’il permet de simplifier l’exécution et l’automatisation des tâches de configuration et d’administration.
Application integration & Middleware, Operating systems Control-M Application Integrator verwaltet Microsoft PowerShell Code & Credentials 07.12.2015 by Oracle Team Welche Vorteile hat “Control-M Application Integrator”? Bei einem Kunden, der Control-M im Einsatz hat, habe ich auf einem Windows Server ganz viele Windows und PowerShell Scripts angetroffen. Unter diesen Scripts waren einige die nach einem bestimmten Keyword in einem Log-File(…)
Database management Get the main information from SQL Server databases with PowerShell 18.05.2015 by Nathan Courtine As I promised in my previous blog Get the main Administration Information from SQL Server with PowerShell, I will present you this time how to retrieve the SQL Server databases information with PowerShell. Disclaimer: I am not a(…)
Database management Get SQL Server Network Configuration with PowerShell 18.05.2015 by Nathan Courtine This blog is part of a set which try to automate the SQL Server administration with PowerShell. It explains how to retrieve the network configuration of a SQL Server instance with PowerShell. I will refer to my previous blog Get(…)
Database management Get the main Administration Information from SQL Server with PowerShell 18.05.2015 by Nathan Courtine In my previous blog Get SQL Server services with PowerShell, I presented you the first step of the SQL Server administration through an automated process. This blog is a follow-up of the previous one, and it will focus(…)
Database management Get SQL Server services with PowerShell 18.05.2015 by Nathan Courtine SQL Server Configuration Manager and SQL Server Management Studio are the main tools to administrate the components of SQL Server. They are very convenient to use and pretty complete. But as soon as you wish an automated process, these(…)