PowerShell

TwitterFacebook
Get flash to fully experience Pearltrees

PowerShell Parameters, Objects, and Formatting | PowerShell Pro!

http://www.powershellpro.com/powershell-tutorial-introduction/powershell-parameters-objects-and-formatting/ PowerShell Tutorial 4: Using Cmdlet Options Welcome back! Continuing with your PowerShell Training, the goal of this tutorial is to introduce PowerShell parameters, objects, and formatting output.
http://stackoverflow.com/questions/804754/how-do-i-return-only-the-matching-regex-when-i-select-stringgrep-in-powershell I trying to find a pattern in files, but i when i get a match using select-string, i don't want the entire line, i just want the part that matched. Is there a parameter i can specify to do this? I believe in unix what i want is grep -o, but i haven't found an equivalent in powershell and googling anything with a dash doesn't work well.

How do I return only the matching regex when i select-string(grep) in powershell - Stack Overflow

La version 2 de PowerShell apporte de nombreuses évolutions, l'une concerne l'écriture de cmdlet en code natif à l'aide de fonctions dites avancées utilisant différents types d'attributs. http://laurent-dardenne.developpez.com/articles/Windows/PowerShell/Ressources/

laurent-dardenne.developpez.com/articles/Windows/PowerShell/Ressources/

Génération de scripts avec Windows PowerShell

Écriture de scripts avec Windows PowerShell http://technet.microsoft.com/fr-fr/scriptcenter/dd742419
En tant que développeur PowerShell, vous avez appris à vous passer des interfaces graphiques pour contrôler vos systèmes. http://devinfra.blogspot.com/

Dev-Infra