
Sam Flancisco
Activity overview
Latest activity by Sam Flancisco-
Sam Flancisco created a post, Can't find the ps module. I need to install it so I can import PDQ module
This is the case I'm after. I want to use something similar to this code to get PDQ inventory to run a report daily since I guess theres no way to schedule report runs? Anyway, I can't find the P...
-
Sam Flancisco commented, Much solve. Very brains
-
Sam Flancisco commented, OK thanks, it got past the FOR /F %%i IN ('dir /b {*') DO set lgpodir=%%i but the error is now on the next line. It seems that %lgpodir% isn't set. C:\LGPO.exe /parse /m C:\%lgpodir%\DomainSysv...
-
Sam Flancisco commented, Just a bit more info - see how it works manually: My command:C:\>FOR /F %i IN ('dir /b {*') DO set lgpodir=%iShell replies:C:\>set lgpodir={2F335FBA-8D0F-4A23-BAD9-CF2E8ACDE7CE}
-
Sam Flancisco created a post, Deploy CMD is complaining the syntax is incorrect but the syntax IS correct
The following 3 lines I can run on cmd shell without issue, I do it all the time, which is why I wanted to PDQ it up. C:\lgpo.exe /b C:\FOR /F %i IN ('dir /b {*') DO set lgpodir=%iC:\LGPO.exe /pars...
-
Sam Flancisco commented, /? got it to cough up the params I needed That solved the case, thanks!
-
Sam Flancisco created a post, Inventory fails to uninstall application even tho it has a Uninstall.exe and return code is 0
Got Return code: 0 but application is still there. Here's a picture of the settings that I see https://imgur.com/Xw2mKgd Command run is ""C:\Program Files\<vendorname>\<softwarename>\Uninstall\Un...
-
Sam Flancisco created a post, What to do when getting log4cplus errors?
I'm trying to deploy a software - which has never like to deploy before, but still trying - and I see after deploy fail the Output Log says: log4cplus:ERROR could not open file C:\Windows\AdminArse...
-
Sam Flancisco created a post, Making a SQL report to display CPU and RAM but also provide a count of GPUs
I'm using SQL in PDQ inventory to generate a report. I'm trying to provide a count of only one set of data, the Display Adapters (Should be between 0 and 4). So some systems have more than one disp...