| external help file | ResourceLocker-help.xml |
|---|---|
| Module Name | ResourceLocker |
| online version | https://github.com/FozzyHosting/ResourceLocker/blob/master/docs/Get-ResourceLockId.md |
| schema | 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 $LockGets 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: FalseThis 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).