aldrichtr / PSEdgeBrowser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title status
PSEdgeBrowser PowerShell Module
PreRelease

Synopsis

Interact with Microsoft Edge from PowerShell

Description

Use PSEdgeBrowser to read (and write in a future release):

  • Collections
  • Bookmarks / Favorites
  • History

Using this module during PreRelease

  1. Clone the repo locally
  2. Import the module from the source directory
# using git
git clone https://github.com/aldrichtr/PSEdgeBrowser
# using github cli
gh repo clone aldrichtr/PSEdgeBrowser

# Import the module
Remove-Module PSEdgeBrowser -Force -ErrorAction SilentlyContinue
Import-Module source\PSEdgeBrowser -Force

Get-Command -Module PSEdgeBrowser

About

License:MIT License


Languages

Language:PowerShell 100.0%