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 : 68
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

[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
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

[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

[hyper-v] mettre un iso en premier dans l'ordre de boot d'une vm

Monter l'iso sur votre vm se connecter en rdp sur l’hyper-v hébergeant la vm et lancer powershell ou lancer powershell en tant qu'administrateur sur le serveur vmm si les modules hyper-v sont installés. pour visualiser les modules hyper-v installés ou non lancer la commande powershell get-windowsfeature *hyper-v* lancer ensuite les commandes s

[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"

[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

"error 1314 : a required privilege is not held by the client" when modifying files acl on netapp filer with ntfssecurity module or vmover

Error 1314 : a required privilege is not held by the client. cannot open file (ntfssecurity) or a required privilege is not held by the client (vmover) if you have this error when you try to modify files acl located on a netapp filer with the ntfssecurity powershell module or vmover (quest product), verify if you can access to the auditing tab of t