Jump to content

cscc

Members
  • Posts

    128
  • Joined

  • Last visited

Reputation

122 Excellent

About cscc

Personal Information

  • Location
    UK
  1. Sorry to make it clearer. General Section: "RemoteApp program location": Full path to pulsar.exe in here. Parameters Section: "Do not allow any command-line parameters" checked. Note: Check the "Task Manager" on the RDS server (Details Tab) to see if the .exe is actually running as the user logged into the RDWeb portal. Failing that check the event logs.. Application and Service Logs - Microsoft - Windows - TerminalServices - RemoteConnectionManager - Operational
  2. Link to the Pulsar.exe and check "Do not allow any command-line parameters" is marked. Server 2019 RDS and SIMS.net 7.190 [tested and working]
  3. Try removing the *.* entry; Robocopy.exe "E:\Dept-Resources" "\\NAS\Archive\6years_plus\Dept-Resources" /S /E /COPY:DATSO /MOV /ZB /R:2 /W:10 /MAXLAD:20130611 /tee /LOG+:"C:\LOGS\6year.log"
  4. According to the blurb;
  5. What happens if you specify the number of days rather than a date; /MAXLAD:n : Exclude files unused since n days. e.g. .../R:2 /W:10 /MAXLAD:100 /tee.....
  6. Windows10Debloater is great if you want to stay with non LTSC/LTSB versions, can be run post install or as part of an MDT task sequence using appropriate switches. I've tested on 1903 and experienced no issues. https://github.com/Sycnex/Windows10Debloater
  7. I've come across this in the past, not used or tested myself but a possible solution: Edit: Sorry misread and thought it was OU related.
  8. You could run a start up script via GP which pushes out the default KMS key to clients: https://docs.microsoft.com/en-us/windows-server/get-started/kmsclientkeys Something like the below should work: "%SYSTEMROOT%\system32\cscript.exe" "%SYSTEMROOT%\system32\slmgr.vbs" /ipk FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4 cls TIMEOUT /T 10 cls "%SYSTEMROOT%\system32\cscript.exe" "%SYSTEMROOT%\system32\slmgr.vbs" /skms kms.server.dns.name:1688 cls TIMEOUT /T 10 cls "%SYSTEMROOT%\system32\cscript.exe" "%SYSTEMROOT%\system32\slmgr.vbs" /ato cls TIMEOUT /T 10 cls
  9. I don’t have it to hand unfortunately. It was a test build that’s been decommissioned. I was running 12.04 at the time which behaved itself with regards to the guides above. I do believe it needs joining to the domain thinking about it. Sorry I couldn’t be of more help.
  10. I don't believe so, once configured it should be able to query AD with appropriate credentials.
  11. https://thishosting.rocks/install-php-on-ubuntu/ Fairly comprehensive guide there. I would take a snapshot or backup first if the server is important.
  12. 16.04 comes with PHP7 does it not? Probably why it can’t find the package. The other option is to upgrade PHP to version 7 if it is on 5.
  13. May require downloading separately if not found in the repository. https://packages.ubuntu.com/trusty/php5-ldap
  14. https://support.office.com/en-us/article/office-shortcuts-remain-after-office-uninstall-cc04b8e2-6e91-4c10-94af-9359e595d565 There's a pre-made tool by MS which should help fix the issue.
  15. To uninstall go to Start > Settings > Apps & Features. Scroll through the list until you find Microsoft Office Desktop Apps. Select Uninstall.
×
×
  • Create New...