Update Get-BrowserData.ps1

This commit is contained in:
Steve Borosh
2018-08-02 21:34:48 -04:00
committed by GitHub
parent 99d6f82cf3
commit c453e2cf54
+3 -3
View File
@@ -31,19 +31,19 @@ function Get-BrowserData {
.EXAMPLE
PS C:\> Get-BrowserInformation
PS C:\> Get-BrowserData
Enumerates browser information for all supported browsers for all current users.
.EXAMPLE
PS C:\> Get-BrowserInformation -Browser IE -Datatype Bookmarks -UserName user1
PS C:\> Get-BrowserData -Browser IE -Datatype Bookmarks -UserName user1
Enumerates bookmarks for Internet Explorer for the user 'user1'.
.EXAMPLE
PS C:\> Get-BrowserInformation -Browser All -Datatype History -UserName user1 -Search 'github'
PS C:\> Get-BrowserData -Browser All -Datatype History -UserName user1 -Search 'github'
Enumerates bookmarks for Internet Explorer for the user 'user1' and only returns
results matching the search term 'github'.