@theopenem_admin OK. Great, thank you!
Best posts made by cracking.skulls
Latest posts made by cracking.skulls
-
RE: Deleted image not replicated to COM servers
-
RE: Deleted image not replicated to COM servers
@theopenem_admin Yes. I've updated the images in the prior weeks and working consistently well in terms of replicating. The image deletion was performed over a month ago. I just noticed it after reviewing storage space on the dashboard and remoted in to confirm the deleted image is still there.
-
Deleted image not replicated to COM servers
Hello. When deleting an image, Action -> Delete Selected Images, didn't replicate to the COM servers. Is there a setting that I'm missing? Thank you.
-
Passing variables in script modules
Hello. Attempting to use the %username% variable in a script module with no success.
cd\ xcopy C:\ApplyThese\start2.bin "C:\Users\%username%\AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\LocalState" /D /C /Y
However, it works fine if I specify the exact path. Is there a workaround or setting I'm missing? Thanks.
cd\ xcopy C:\ApplyThese\start2.bin "C:\Users\administrator\AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\LocalState" /D /C /Y
-
RE: Script Module Issue
@theopenem_admin Thought you might find this of interest. There is a tool called PsExec that can remotely call up gui applications via command line. Can be downloaded from https://learn.microsoft.com/en-us/sysinternals/downloads/psexec. Below are some examples:
psexec \\computername -u domain\username -p password -i 1 -d notepad psexec \\computername -u username -p password -i 1 -d C:\Windows\System32\DisplaySwitch.exe 2
Perhaps this can be integrated into TOEMS?
-
RE: Script Module Issue
@cracking-skulls The batch file is created in the AppData directory. Double clicking the batch runs fine.
-
RE: Script Module Issue
@cracking-skulls The log file doesn't show any errors.
2023-02-09 13:43:29,407 INFO [39] PolicyExecutor - Executing Policy c2eed9b0-43fb-413c-be49-76ae18bc54c3 (Instant Module )
2023-02-09 13:43:29,407 DEBUG [39] PolicyExecutor - Evaluating Conditions For Instant Module
2023-02-09 13:43:29,407 DEBUG [39] PolicyExecutor - No Conditions Found For Module
2023-02-09 13:43:29,407 DEBUG [39] PolicyExecutor - Evaluating Conditions For SB-CloneDisplay-Resolution-1024x768
2023-02-09 13:43:29,407 DEBUG [39] PolicyExecutor - No Conditions Found For Module
2023-02-09 13:43:29,407 INFO [39] ModuleScriptManager - Running Script Module: SB-CloneDisplay-Resolution-1024x768
2023-02-09 13:43:29,407 DEBUG [39] ServiceImpersonationTask - Starting Impersonation Task
2023-02-09 13:43:29,423 DEBUG [39] ApiRequest - ProvisionedComm/Policy/GetImpersonationAccount/
2023-02-09 13:43:29,595 DEBUG [39] ServiceProcess - Starting Command: cmd.exe /c "net localgroup "backup operators" domain\username /add"
2023-02-09 13:43:35,209 DEBUG [39] ServiceProcess - Starting Command: cmd.exe /c "net localgroup "backup operators" domain\username /delete"
2023-02-09 13:43:35,319 INFO [39] ModuleScriptManager - 0
2023-02-09 13:43:35,319 INFO [39] ModuleScriptManager - Script Module: SB-CloneDisplay-Resolution-1024x768 Finished
2023-02-09 13:43:35,319 INFO [39] PolicyExecutor - Finished Executing Policy c2eed9b0-43fb-413c-be49-76ae18bc54c3 (Instant Module )
2023-02-09 13:43:35,319 INFO [39] PolicyRunner - Policies Complete. Starting Policy Cleanup.
2023-02-09 13:43:35,319 INFO [39] PolicyRunner - Submitting Policy Results
2023-02-09 13:43:35,350 DEBUG [39] ApiRequest - ProvisionedComm/Policy/AddHistory/
2023-02-09 13:43:35,491 INFO [39] PolicyRunner - Completed Submitting Policy Results
2023-02-09 13:43:35,506 INFO [39] PolicyRunner - Cleaning Policy Cache
2023-02-09 13:43:35,506 DEBUG [39] ServiceFileSystem - Deleting Directory C:\Program Files\Toec\AppData\1fe4bf9f-815d-40ee-bc66-6546eb987e72 -
RE: Script Module Issue
@theopenem_admin If I leave a batch file on the C drive of the computer can I run it from a certain module type?
-
Script Module Issue
Hello. I created a batch script module attempting to change extended display to cloned display with command
displayswitch.exe 2
with no results. Running a batch on the device works fine though. Any ideas how to resolve? Thanks. -
RE: Join Domain Issue
@theopenem_admin I have a Windows 11 Education VM. I installed Toec and issued Toec.exe --prepareImage command in powershell. Placed unattend.xml sysprep file in C:\Windows\System32\Sysprep. I left it in audit mode. I know, it's sloppy, but I was just testing.