
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2014 07:34 PM
Hi,
Has anyone out there built a report or thought of a way to have a report of the installed PowerShell versions?
As an example, we have one for IE that uses a specific registry key, but PowerShell seems to be split with a branch for each version in the registry, so I can't poll a specific key.
Have been using the product for quite a while, but just getting started with custom reports...
Thanks!
Darren
Has anyone out there built a report or thought of a way to have a report of the installed PowerShell versions?
As an example, we have one for IE that uses a specific registry key, but PowerShell seems to be split with a branch for each version in the registry, so I can't poll a specific key.
Have been using the product for quite a while, but just getting started with custom reports...
Thanks!
Darren
Solved! Go to Solution.
Labels:
- Labels:
-
Report Center
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2014 11:09 PM
Try to do a scan for c:\windows\system32\WindowsPowerShell\v1.0\powershell.exe
It might bring back the info you need, though it would likely need to be translated as the file version may be the version of the Windows it came out with.
It might bring back the info you need, though it would likely need to be translated as the file version may be the version of the Windows it came out with.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2014 11:09 PM
Try to do a scan for c:\windows\system32\WindowsPowerShell\v1.0\powershell.exe
It might bring back the info you need, though it would likely need to be translated as the file version may be the version of the Windows it came out with.
It might bring back the info you need, though it would likely need to be translated as the file version may be the version of the Windows it came out with.
