Expand Minimize
0 out of 1 rated this helpful - Rate this topic

Unlock-DPMLibraryIEPort

Updated: January 14, 2013

Applies To: System Center 2012 - Data Protection Manager

Unlock-DPMLibraryIEPort

Unlocks the IE port for the specified library.

Syntax

Parameter Set: Default
Unlock-DPMLibraryIEPort [-DPMLibrary] <Library> [-Async] [-JobStateChangedEventHandler <JobStateChangedEventHandler> ] [-Confirm] [-WhatIf] [ <CommonParameters>]




Detailed Description

The Unlock-DPMLibraryIEPort cmdlet unlocks the IE port for the specified library.

Parameters

-Async

Allows the user to indicate that the cmdlet should run asynchronously. This is useful with cmdlets that take a long time to complete. The control returns to the user immediately after the operation starts. The progress of the operation is communicated to the user periodically. This is useful when building a GUI using cmdlets. It is not used when working with the DPM Management Shell.


Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-DPMLibrary<Library>

Provide a DPM library object.


Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-JobStateChangedEventHandler<JobStateChangedEventHandler>

Indicates that the status of the operation should be displayed to the user. The JobStateChangedEventHandler is used along with the -Async parameter. This is useful when building a GUI using cmdlets. It is not used when working with the DPM Management Shell.


Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before executing the command.


Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Describes what would happen if you executed the command without actually executing the command.


Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Notes

  • For more information, type "Get-Help Unlock-DPMLibraryIEPort -detailed".



    For technical information, type "Get-Help Unlock-DPMLibraryIEPort -full".


Examples

EXAMPLE 1

PS C:\>$DPMLib = Get-DPMLibrary -DPMServerName "TestingServer"Unlock-DPMLibraryDoor -DPMLibrary $DPMLib
 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.