external help file | Module Name | online version | schema |
---|---|---|---|
ResourceLocker-help.xml |
ResourceLocker |
2.0.0 |
Returns the lock ID from a lock object.
Get-ResourceLockId [-LockObject] <FileInfo[]> [<CommonParameters>]
Extracts the lock ID from a lock object and returns it as a string. The function basically has a meaning for debugging purposes only.
PS C:\> Get-ResourceLockId -LockObject $Lock
Gets the ID from a lock object.
Specifies the lock object to examine.
Type: FileInfo[]
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).