Dan Hohmann
Comments
Recent activity by Dan Hohmann
Sort by recent activity
-
Is there any way to determine the real name of the MSG_appName?
-
This worked. $json = Get-Content manifest.json -Raw| ConvertFrom-Json
-
PSVersion 3.0 .NET 4.6.1
-
PS C:\Users\testr> $targetdir = "$env:LOCALAPPDATA\Google\Chrome\User Data\Default\Extensions" $extensions = Get-ChildItem $targetdir Foreach($ext in $extensions){ Set-Location $targetdir\$ext -Err...
-
The output is different. Can I send you a text file?
-
Will this work on the Enterprise version?