Get-ArchiveItem
Retrieves a list of items found in the specified archive.
Syntax
Detailed Description
The Get-ArchiveItem command returns items found in the "archive" and "recyclebin" archives.
© 2010-2019 Adam Najmanowicz, Michael West. All rights reserved. Sitecore PowerShell Extensions
Parameters
-Archive <Archive>
Specifies the archive to use when determining which ArchiveEntry items to process. Use Get-Archive to find the appropriate archive.
Required?
true
Position?
named
Default Value
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
-ItemId <ID>
Specifies the ID for the original item that should be processed. This is NOT the ArchivalId.
Required?
false
Position?
named
Default Value
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
-Identity <AccountIdentity>
Specifies the user responsible for moving the item to the archive.
Required?
false
Position?
named
Default Value
Accept Pipeline Input?
false
Accept Wildcard Characters?
false
Inputs
None.
Outputs
The output type is the type of the objects that the cmdlet emits.
Sitecore.Data.Archiving.ArchiveEntry
Notes
Help Author: Adam Najmanowicz, Michael West
Examples
EXAMPLE 1
The following returns all items found in the specified archive.
EXAMPLE 2
The following returns items matching the ItemId found in the specified archive.
EXAMPLE 3
The following returns items moved to the recycle bin by the user found in the specified archive.
EXAMPLE 4
The following demonstrates changing the archive date on an item followed by retrieving the archived item.
Related Topics
Remove-ArchiveItem
Restore-ArchiveItem
Remove-Item
Remove-ItemVersion
Last updated