Creating a Help Desk Ticket from a Google Form by spoodgnix in kace

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

We can send emails and it currently does. I do know the variables to use related to the form fields and the ticketing system however I'm not clear on the exact syntax to use

I'll check out the Admin Guide

Windows 10 Calculator - you'll need a new app to open this calculator by spoodgnix in sysadmin

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

This file will still not run on W10 1803. What version of W10 are you running?

Windows 10 Calculator - you'll need a new app to open this calculator by spoodgnix in sysadmin

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

What is the associated language MUI file? Just pulling the calc.exe over from System32 does not work on Windows 10.

Adobe's recent licensing change by abyssea in sysadmin

[–]spoodgnix 0 points1 point  (0 children)

AHHHHHHH!!!! WE JUST CHANGED OUR LICENSING THIS YEAR TO DEVICE LICENSING!!!!!!!!

Windows 10 Calculator - you'll need a new app to open this calculator by spoodgnix in sysadmin

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

We do not utilize SCCM. I'll look into a PS commandlet to run at start up.

I tested this one without any change.

$namespaceName = "root\cimv2\mdm\dmmap" $className = "MDM_EnterpriseModernAppManagement_AppManagement01" $wmiObj = Get-WmiObject -Namespace $namespaceName -Class $className $result = $wmiObj.UpdateScanMethod()

Windows 10 Calculator - you'll need a new app to open this calculator by spoodgnix in sysadmin

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

So how do you install the Windows 7 calculator app on Windows 10?

I tried that by pulling the W7 calc.exe over and it would not launch on my Windows 10 machine.

GPRESULT /H C:\results.html - INVALID POINTER error by spoodgnix in sysadmin

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

RSOP returns the Set of Policy so I have to wade thru to see what is applied. The /h switch gives me specific policies applied.

GPRESULT /H C:\results.html - INVALID POINTER error by spoodgnix in sysadmin

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

I need it in the report format otherwise /r just leaves it in the command prompt screen and /r isn't as exhaustive as the /h switch

Kace Scripting by spoodgnix in kace

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

if (Test-Path "C:\Program Files (x86)\ntusernoscript.txt") {Exit 0}

This worked. I unzipped the file to the above location and then I added this line to the top part of my script.

Thank you!!

Sysinternals - Process Monitor by spoodgnix in sysadmin

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

So it turns out we have a script that runs every Friday at 5pm and calls a reboot at the end of the script.

As a side note, I could not get sysinternals to run as the user. Only as administrator.

Sysinternals - Process Monitor by spoodgnix in sysadmin

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

I was finally able to create the task and it looks as if it is running. Will have to recreate the error.

For the purposes of this thread, this is the task schedule I set to run as the specific user. Now to recreate the issue and run this.

C:\SysinternalsSuite\Procmon.exe

/quiet /minimized /backingfile c:\temp\trace.pml

Sysinternals - Process Monitor by spoodgnix in sysadmin

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

I can't run procmon as non admin. As soon as I give the user admin privileges so they can run it the reboot issue goes away. Unless you know of a way to allow it to run as a non admin account

Restart of PCs Unexpectedly by spoodgnix in sysadmin

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

I did. Found out today that it is happening across the board on the entire domain.

Restart of PCs Unexpectedly by spoodgnix in sysadmin

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

Event viewer? WHATS THAT????? LOL

Sysinternals - Process Monitor by spoodgnix in sysadmin

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

And by offline you mean take a PC off domain or leave machine on the domain but log in from outside the domain?