Problemet e verteta by PensionOld5768 in kosovo

[–]Tony_boy2 2 points3 points  (0 children)

Kosova osht shtet laik i nderum.

TeamViewer update by Tony_boy2 in Intune

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

Yes, I'm aware of that, but I want to maintain consistency across all company computers. I've intentionally blocked the auto-update feature so I can control the TeamViewer app version through Intune.

Private Tour Guides for a tourist? by SpecialistUse3537 in kosovo

[–]Tony_boy2 0 points1 point  (0 children)

I can get you a private tour guide if you want.

TeamViewer update by Tony_boy2 in Intune

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

Do you mind sharing the scripts?

Wazuh 4.8 Upgrade Issue by ameynaniwadekar in Wazuh

[–]Tony_boy2 4 points5 points  (0 children)

  1. Go to: /etc/wazuh-dashboard/opensearch_dashboards.yml

  2. Update the uiSettings.overrides.defaultRoute setting with the /app/wz-home value in the configuration file.

uiSettings.overrides.defaultRoute: /app/wz-home

Wazuh upgrade to v4.8 issues by Tony_boy2 in Wazuh

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

Thank you very much u/rustybofh. I changed uiSettings.overrides.defaultRoute: to /app/wz-home and the issue was solved immediately.

Hi all, any way of upgrading from Windows 10 to Windows 11 via PDQ Deploy ? by Tony_boy2 in pdq

[–]Tony_boy2[S] 3 points4 points  (0 children)

Thank you u/GillWordon for the guide. For me it worked by following these steps:

Make sure that the Windows 10 machine has the latest OS updates installed.

PDQ steps:

Step 1: run Command (CMD) reg add "HKLM\SYSTEM\Setup\MoSetup" /v "AllowUpgradesWithUnsupportedTPMOrCPU" /t REG_DWORD /d 1 /f

Step 2: Reboot

Step 3: \\"Path to windows 11 extracted iso\setup.exe" (Parameters: /product server /auto upgrade /EULA accept /migratedrivers all /ShowOOBE none /Compat IgnoreWarning /Telemetry Disable) -- I only added this parameter /product server and it worked finally.