Patrick Fitchie wrote:
> Unlock-DPMLibraryDoor -DPMLibrary $library
> The problem is Unlock-DPMLibraryDoor prompts for a Yes or No to continue and
> MS DPM Team has not provided a parameter to specify this. Patrick, try this. It may not work--but it really should if the DPM team has
done their homework. I don't have the snapin to try it out myself.
Unlock-DPMLibraryDoor -DPMLibrary $library -Confirm:$false
Let us know how it goes. If this does not work, we really need to push back to
that team so that they implement this common powershell convention.
--
$signature = "Hal Rottenberg, MVP - Admin Frameworks"
$projects = @{ title = "Blog Author"; url = "http://halr9000.com" },
@{ title = "Co-host"; url = "http://powerscripting.net" },
@{ title = "Community Director"; url = "http://PowerShellCommunity.org" },
@{ title = "Psi Webmaster"; url = "http://psi-im.org" }