Get-IEBookmark -DefaultProfile [-ExcludeFolders ]
Get-IEBookmark -SourceFolder [-ExcludeFolders ]
Description
Reads the whole hierarchy of Internet Explorer bookmarks, either from the default Favorites path of the current user or from a specified folder.
Examples
Reads the default IE Favorites of the current user.
Get-IEBookmark -DefaultProfile
-DefaultProfile
[switch]
The bookmarks are read from the default Favorites folder of the current user. Mutually exclusive with -SourceFolder.
-SourceFolder
[string]
The bookmarks are read from the folder specified. Mutually exclusive with -DefaultProfile.
-ExcludeFolders
[switch]
If specified, path information is stripped from the output objects.
Inputs
This function does not accept pipeline input.
Output
An array of BrowserBookmark objects.
[ back to module ]