Hi,
you can use something like that :
To install library
Get-ChildItem –Path C:\MPs –filter *Library.mp |
ForEach-Object
{Install-ManagementPack –filePath $_.FullName}
To install MP :
Get-ChildItem –Path C:\MPs –filter *200?.mp |
ForEach-Object
{Install-ManagementPack –filePath $_.FullName}
This information is from this article :
http://technet.microsoft.com/fr-fr/magazine/2008.08.scom.aspxDon't find same in US version.. sorry..
Regards,
JF BERENGUER
MVP System Center Operations Manager
MCSE, MCT, MCSA messaging,
NEXTEC SYSTEMS
http://actelia.spaces.live.com/