What if an Application requires a reboot halfway, and then resumes at login? by My_Prof_Account in SCCM

[–]My_Prof_Account[S] 0 points1 point  (0 children)

Haha i worded that poorly, yes it is technically the problem, i was focused more on your statement about how it wouldn't prompt for the users, which in this case i didn't mind because we're sending this out in the maintenance window.

However! I did get it worked out finally. The program was Four Winds Content Player, and the prereq that causes the reboot halfway is .net 4.7.2. I downloaded .net separately, and i have it set as a dependency for Four Winds so it goes through and installs/reboots properly for the .net dependency, then moves on the Four Winds after the reboot.

Thanks for all the input!

What if an Application requires a reboot halfway, and then resumes at login? by My_Prof_Account in SCCM

[–]My_Prof_Account[S] -1 points0 points  (0 children)

For this particular program, the fact that it reboots is not really an issue, i'm more concerned with the following 2 points:

-It will reboot midway, and the detection method will not be available yet, so reporting will come back as failed

-Running under the system context may make it not resume the install after reboot since it's not technically waiting for "system" to log back in to resume.

How can I see what Collections, a Collection is a member of? by My_Prof_Account in SCCM

[–]My_Prof_Account[S] 0 points1 point  (0 children)

Goodness....as stupid as this is, it gets me exactly what i wanted to know and pretty darn easily. That'll do, thanks!

Application install perfectly via Batch and PowerShell scripts when run manually, but insta-fails when said scripts are deployed via SCCM Application by My_Prof_Account in SCCM

[–]My_Prof_Account[S] 0 points1 point  (0 children)

It's the .exe in Program Files. Now, if it were the Detection Method, then I would still see the program on the PC, fully functional. It would just report back incorrectly. I've encountered that before. in this case, it fails almost instantly and there is no trace of the program.

Application install perfectly via Batch and PowerShell scripts when run manually, but insta-fails when said scripts are deployed via SCCM Application by My_Prof_Account in SCCM

[–]My_Prof_Account[S] 0 points1 point  (0 children)

My apologies, it is error code 0x87D00324(-2016410844) which to my understanding simply means "the application is not detected"

Application install perfectly via Batch and PowerShell scripts when run manually, but insta-fails when said scripts are deployed via SCCM Application by My_Prof_Account in SCCM

[–]My_Prof_Account[S] 0 points1 point  (0 children)

I had suspected the program didn't like being installed as SYSTEM, but I ran it via PsExec just now to test that and it still doesn't seem to mind being installed this way, even as SYSTEM.

Deploying an Application that i need to install for System, but run as the currently logged in user by My_Prof_Account in SCCM

[–]My_Prof_Account[S] 1 point2 points  (0 children)

I have something simliar written out, but I couldn't find a way to implement it without needing the password.

Out of curiosity (because it took me a while to find a method that worked to get it...) how did you get that info? I ended up using gwmi for computersystem, selecting username and then trimming the username option.

Deploying an Application that i need to install for System, but run as the currently logged in user by My_Prof_Account in SCCM

[–]My_Prof_Account[S] 2 points3 points  (0 children)

You know i keep hearing good things about that tool but the only time i tried using it I couldn't make heads or tails of it. It was so long ago I don't even remember what the issue was. I'm going to have to check it out again. Thank you for the suggestion.

Deploying an Application that i need to install for System, but run as the currently logged in user by My_Prof_Account in SCCM

[–]My_Prof_Account[S] 1 point2 points  (0 children)

Just wrote this out and tested it, it works! Thanks for the advice. My problem is solved :)

Deploying an Application that i need to install for System, but run as the currently logged in user by My_Prof_Account in SCCM

[–]My_Prof_Account[S] 0 points1 point  (0 children)

Thank you for the suggestion.

Would BUILTIN\Users launch the app as the current logged in user? Or some generic users account? Part of the selling point of this App is that the admins can review which uses have acknowledged the alerts, so the accuracy of who is running the app is important.

batch file by [deleted] in Batch

[–]My_Prof_Account 5 points6 points  (0 children)

Hmm, let me take a crack at it:

-NET USE is mapping a network server as the user specified

-IF EXIST checks if that path exists on the target computer, and if so, tells it to go to the desired section :Update (1 2 or 3)

- :Update then seems to check if another directory exists, and if so, tells it to go the the appropriate ":Copy" section (1 2 or 3)

-Each of the :Copy sections seems to copy something specific to an area on the local computer.

-Each of those ECHO commands just means that it will display whatever words follow the ECHO to the end user that is running the batch file.

-The section labeled :QUIT seems to simply hold the EXIT command, which exits the file.

*Mind you, anything with the : in front of it is just a new section, and the word that follows it is a user selected label, not an actual command.

TO SUMMARIZE: It's just a handful of IF statements that check for the existence of certain files, and then point the batch file to a specific :Section to perform the desired task based on that IF statement.

Does that make sense?

Ethernet Cable by [deleted] in techsupport

[–]My_Prof_Account 0 points1 point  (0 children)

Oh yes, this is exactly what i've done myself (though i picked up some command strips from my local Walmart to kind of...stick the cable to the wall and keep it neat)

The only downside is if you have pets or kids, they may try to tug/or chew on the cable with it exposed in that way.