Database Administration & Monitoring, Hardware & Storage, Operating systems Generate Azure VM with Resource Manager deployment in PowerShell 17.08.2016 by Nathan Courtine Recently, there is a new way to manage the Azure infrastructure with Resource Manager. It brings many advantages regarding the classic deployment. The differences between these two deployments will not be covered in this blog because it is(…)
Database Administration & Monitoring SQL Server 2016: New SQL PowerShell CMDLETs for ErrorLog 14.07.2016 by Stéphane Haby With the latest release of SQL Server Management Studio(SSMS) 2016 (13.0.15500.91), downloadable here, was introduced new CMDLETs for Always Encrypted, SQL Agent and the ErrorLog. In this article, I will(…)
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(…)