From c453e2cf545991b13ba9a295cd67d2e4a3e65a5e Mon Sep 17 00:00:00 2001 From: Steve Borosh Date: Thu, 2 Aug 2018 21:34:48 -0400 Subject: [PATCH] Update Get-BrowserData.ps1 --- Get-BrowserData.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Get-BrowserData.ps1 b/Get-BrowserData.ps1 index 4bee0a6..f48e28e 100644 --- a/Get-BrowserData.ps1 +++ b/Get-BrowserData.ps1 @@ -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'.