Pas encore inscrit ? Creez un Overblog!

Créer mon blog
Aurel

Aurel

Ingénieur systèmes et réseaux, MCSE Cloud Platform and Infrastructure, MCSA Server 2012, MCSA Server 2008, VCP5-DV vSphere 5

Ses blogs

Windows - Virtualization - PowerShell - Active Directory - Office

Stuff about PowerShell - Active Directory - Windows 2003 to 2019 server, Windows XP / 7 / 8 / 10 - Virtualization - Microsoft Office - server HP & IBM - etc
Aurel Aurel
Articles : 67
Depuis : 16/11/2008
Categorie : Technologie & Science

Aurel Photo

Forêt de Fontainebleau - Faune & Flore
Aurel Aurel
Articles : 5
Depuis : 28/04/2014
Categorie : Photographie

Articles à découvrir

Sauvegarde planifiée d'une base Windows Internal Database

Les 2 scripts ci-dessous vont permettre de réaliser une sauvegarde planifiée d'une base Windows Internal Database. Dans le cas présent il s'agit d'une base WSUS (SUSDB) Le 1er script SQL permet de réaliser la sauvegarde : BACKUP DATABASE [SUSDB] TO DISK = N'D:\WSUS\Backup_SUSDB\SUSDB.bak' WITH NOFORMAT, INIT, NAME = N'SUSDB-Complète Base de do

[PowerShell] Commandes et scripts divers

Opérateurs de comparaison : -and And Et ! Not Non -not Not Non -or Or Ou -eq Equal to Egal à -lt Less than Plus petit que -gt Greater than Plus grand que -ge Greater than or Equal to Plus grand ou égal -le Less than or equal to Plus petit ou égal -ne Not equal to Différent -like Like (you can use wildcard like * ? [a-x] ) Comme -notlike No Lik

[IIS] Sauvegarder et restaurer un site avec Web Deploy

Installer WebDeploy sur le serveur : https://www.iis.net/downloads/microsoft/web-deploy Ligne de commande pour sauvegarder dans C:\Temp le site par défaut situé dans C:\inetpub\wwwroot avec création d'un fichier de log XML log_sauv.xml "C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" -verb:sync -source:contentPath="C:\inetpub\wwwroot"
Feu de forêt domaine des Trois Pignons le 16 avril 2014

Feu de forêt domaine des Trois Pignons le 16 avril 2014

Un incendie s'est déclenché le 16 avril 2014 en forêt domaniale des Trois-Pignons, près de Fontainebleau, 6 hectares ont été ravagés. 10 jours après les faits, j'ai assisté à un bien triste spectacle. La découverte des lieux fait froid dans le dos Etendu des dégats Chemin faisant office de frontière avec les flammes Cet arbre n'a pas r

[Control-M] Deploy agent v8 and patch with PowerShell silently

This PowerShell script (compatible PowerShell v2) install Control-M agent version 8.0.00 and patch it to 8.0.00.200 silently. It also open Windows firewall ports in 7825 / out 7826 Regarding the patch (PAKAI) source, you need to extract the .exe (with 7 Zip for example) You also need to create xml file with parameters in it like below, in this scri

[PostgreSQL] Scripted / unattended install on Windows

Here is a script that allow you to install PostgreSQL (9.4 64 bits in my case) on a Windows server. 3 variables needs to be seted (in green) : Install path, Data path and postgres admin password You need to launch the script inside the folder containing the postgresql installer. You can download the binaries here : https://www.enterprisedb.com/down