Product, version and build: PowerShell Studio 2024 Version 5.8.238
Operating system: Windows 10 22h2
PowerShell version(s): 5
*** Please add details and screenshots as needed below. ***
Good afternoon, I'm Writing for a question reguarding the JobTracker functions here. i have in the Jobtracker Jobscript a simple script im trying to run that collects the MSedge version for instance
I would like to then access that $msedge_version Variable in the Completed aspect of the job tracker.
Is this feasible? I have been looking at other code examples with questions like this and i see -argumentlist being called out but the only param I see used is $job which I'm guessing is passing the job through each section. not exactly what I'm looking to do here. can someone chime in on this please? i would really appreciate it
Operating system: Windows 10 22h2
PowerShell version(s): 5
*** Please add details and screenshots as needed below. ***
Good afternoon, I'm Writing for a question reguarding the JobTracker functions here. i have in the Jobtracker Jobscript a simple script im trying to run that collects the MSedge version for instance
Code:
$EdgeExe = Get-ItemPropertyValue 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\msedge.exe' "(default)"$MSEdge_version = (Get-Item $EdgeExe).VersionInfo.ProductVersion
Is this feasible? I have been looking at other code examples with questions like this and i see -argumentlist being called out but the only param I see used is $job which I'm guessing is passing the job through each section. not exactly what I'm looking to do here. can someone chime in on this please? i would really appreciate it
Statistics: Posted by scott-fox1984 — Mon Apr 15, 2024 12:29 pm — Replies 4 — Views 115