Hello. Anyone know how to resolve replication issues with COM servers?
Best posts made by cracking.skulls
Latest posts made by cracking.skulls
-
COM servers not replicating
-
RE: Trouble booting LIE kernel on Meteor Lake laptop
@tylerloch Possible it could be related to Dell's SafeBIOS:
Rather than storing BIOS and Firmware information on the hardware itself, which is susceptible to corruption, Dell SafeBIOS delivers an off-host BIOS and Intel ME verification capability.
-
RE: EFI stub: Loaded initrd from command line option
@cracking-skulls Perhaps this is related
Server Error in '/' Application.
Request timed out.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Web.HttpException: Request timed out.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): Request timed out.]
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4718.0
-
EFI stub: Loaded initrd from command line option
Hello. I have a Dell Latitude 5450 getting stuck on "EFI stub: Loaded initrd from command line option". I updated the BIOS and disabled secure boot. Any other ideas?
-
RE: Deleted image not replicated to COM servers
@theopenem_admin Hey, just following up. Is there a fix for this?
-
RE: Deleted image not replicated to COM servers
@theopenem_admin OK. Great, thank you!
-
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?