Tips PowerShell

Vers Powershell pour Exchange. Cette partie ne concerne que PowerShell pour les produits Windows autres que Exchange.

Avec l'arrivée de Windows 10, PowerShell v5 apporte son lot de nouveautés et d'améliorations.

Voir les pilotes signés : Get-WmiObject Win32_PnPSignedDriver| select devicename, driverversion  (cf http://windowsitpro.com/powershell/check-installed-driver-versions-using...)
en filtrant pour nVidia: Get-WmiObject Win32_PnPSignedDriver| select devicename, driverversion | where {$_.devicename -like "*nvidia*"}

Installer PowerShell : http://technet.microsoft.com/fr-fr/library/hh847837.aspx (pour win 7 sp1 32b: Windows6.1-KB2506143-x86.msu)

Voir version de PowerShell: get-host (source: http://windowsitpro.com/powershell/q-how-can-i-check-version-windows-pow...) J'ai la v2, que je viens d'upgrader en v3 (perdu l'aide en passant).

http://windowsitpro.com/powershell/controlling-windows-update-using-powershell et http://blogs.technet.com/b/heyscriptingguy/
Liste des cmdlets http://technet.microsoft.com/fr-fr/library/hh849827.aspx
Useful PowerShell Modules http://blogs.technet.com/b/pstips/archive/2014/05/26/useful-powershell-modules.aspx
V3 PowerShell 3.0 and Server Manager Quick Reference Guides (en anglais, source: http://www.microsoft.com/en-us/download/confirmation.aspx?id=30002)
http://blogs.technet.com/b/musings_of_a_technical_tam/archive/2012/06/04/windows-powershell-self-training-guide.aspx
http://social.technet.microsoft.com/wiki/contents/articles/183.windows-powershell-survival-guide.aspx#Introduction_and_Getting_Started
http://msviennatechnoblog.wordpress.com/tag/powershell
Blog powershell http://blogs.msdn.com/b/powershell/archive/2012/06/14/new-v3-language-features.aspx
https://rkeithhill.wordpress.com/category/powershell-4-0/  mais il a aussi un tag powershell v5, v3...
http://powershell.com et ses http://powershell.com/cs/blogs/ebookv2/default.aspx qui n'indiquent pas la version de PS
http://www.computerperformance.co.uk/powershell/index_syntax.htm

sur le web fr http://my-powershell.fr/aide-memoire-powershell  et  aussi http://pwrshell.net/tag/tutoriel/   et  http://windowsforensique.com/index.php/admin-powershell/fondamentaux/cmdlet
Gestion des erreurs v2 http://powershell-scripting.com/index.php?option=com_joomlaboard&Itemid=76&func=view&id=15857&catid=14