Maiko
Maiko

Reputation: 5

Export Chrome History with Powershell

I'm doing a school Project and I'm trying to Export the Chrome Search History into a CSV file I spent alot of hours trying but didn't got any result.

I'm glad for any help

Greets Maiko

Upvotes: 0

Views: 8613

Answers (1)

HariHaran
HariHaran

Reputation: 4119

You can use this and get browser data like Histroy or Bookmarks of browsers like Chrome, FireFox and IE

To invoke : Get-BrowserData -Browser Chrome -Datatype History -UserName user1

Upvotes: 4

Related Questions