30 janvier 2013
Présentation vidéo de PowerShell ISE
PowerShell ISE (Integrated Scripting Environment) est l'environnement graphique permettant d'accompagner l'administrateur Windows dans sa découverte de PowerShell. Recherche de commandes et de leurs paramètres, assistance au scripting avec les snippets, complétion Intellisense, tout y est dans la version 3.0 pour vous aider à prendre en main le langage et les commandes.
Cette vidéo présente rapidement les grands principes d'ISE, mais rien ne vaut la pratique : lancez ISE, explorez la liste des commandes, essayez les snippets avec la... [Lire la suite]
03 janvier 2013
Master IT Pro Contest
Yesterday, I had the pleasure to be the host of the Master IT Pro contest !
The purpose of the contest was to “cook” a Powershell script that would achieve the following tasks :
•Provision 500 accounts in Active Directory that are users from the marketing department and 500 accounts that are users from the finance department
•Ensure that any documents on a share containing social security numbers will be encrypted and only users from the finance department can read it.
The participants had one hour to perform the task with... [Lire la suite]
29 novembre 2011
Top 10 Server 2008 Tasks done with PowerShell – Part 1
Voici un premier article d'une série intéressante....
Introduction
There are lots of server tasks in Windows Server 2008 that can be done much faster with Windows PowerShell than with a GUI. What you’ll find in this article series are ten common server tasks all done on PowerShell.
In this two part mini-series you’ll learn how to:
Change the local administrator password with PowerShell
Restart or shutdown a server with PowerShell
Restart a service with PowerShell
Terminate a process with PowerShell
Create a disk... [Lire la suite]
12 septembre 2011
Mastering Powershell – Livre gratuit
Très intéressant, téléchargement gratuit du livre « Mastering Powershell » de Tobias Weltner MVP Powershell
http://powershell.com/cs/blogs/ebook/
Bonne lecture !
David Pekmez
--> A voir sur le site http://unifiedit.wordpress.com/2011/09/12/mastering-powershell-%e2%80%93-livre-gratuit/
24 juillet 2008
Accéler le lancement de PowerShell!
Les concepteurs de Powershell ont semble-t-il oublié un petit bout de script dans powershell, ce qui cause quelque soit la machine utilisée une lenteur au démarrage...
Voici comment y remédier!
http://blogs.technet.com/dcaro/archive/2008/07/20/powershell-lent-d-marrer.aspx
Pour palier à cette défaillance, Jeffey et son équipe ont publié le script qui va bien pour corriger ce problème à postériori ! Il est disponible ici : http://blogs.msdn.com/powershell/archive/2007/11/08/update-gac-ps1.aspx. C'est presque simplissime :
... [Lire la suite]