Unlock-DPMLibraryIEPort

Unlocks the I/E port for a DPM library.

Syntax

Unlock-DPMLibraryIEPort
      [-DPMLibrary] <Library>
      [-Async]
      [-JobStateChangedEventHandler <JobStateChangedEventHandler>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

The Unlock-DPMLibraryIEPort cmdlet unlocks the insert/eject (I/E) port for a System Center 2019 - Data Protection Manager (DPM) library.

Examples

Example 1: Unlock an I/E port

PS C:\>$DpmLibrary = Get-DPMLibrary -DPMServerName "DPMServer07"
PS C:\> Unlock-DPMLibraryDoor -DPMLibrary $DpmLibrary

The first command uses the Get-DPMLibrary cmdlet to get the library for the named server, and then stores the library object in the $DpmLibrary variable.

The second command unlocks the object stored in $DpmLibrary.

Parameters

-Async

Indicates that the command runs asynchronously. When you run a command asynchronously, the command prompt returns immediately even if the job takes an extended time to finish.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DPMLibrary

Specifies a DPM library object for which this cmdlet unlocks the I/E port. To obtain a DPM library object, use the Get-DPMLibrary cmdlet.

Type:Library
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-JobStateChangedEventHandler

Specifies an event handler for Job.StateChanged events. Use this parameter to build a graphical user interface based on cmdlets. Do not use this parameter in the DPM Management Shell.

Type:JobStateChangedEventHandler
Aliases:Handler
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False