mirror of
https://github.com/rvrsh3ll/Misc-Powershell-Scripts
synced 2026-06-21 14:09:04 +00:00
Update Get-BrowserData.ps1
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ function Get-BrowserData {
|
||||
if ($_ -match $Search) {
|
||||
New-Object -TypeName PSObject -Property @{
|
||||
User = $UserName
|
||||
Browser = 'Firefox'
|
||||
Browser = 'Chrome'
|
||||
DataType = 'Bookmark'
|
||||
Data = $_
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user