You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stefan Salzmann abe971be13
„README.md“ ändern
1 month ago
README.md „README.md“ ändern 1 month ago

README.md

RDS-Probleme

RDS Probleme mit der Windows Start Taste

Primär bei der WAG RDS Farm im Sep. 2024 angewandt mit erfolg: Windows Server 2019 Start Menu and Search Bar - Microsoft Q&A

RDS Users Cannot Delete Desktop / Download Folder Files

Recreate user's Recycle Bin.

  • A. Get the user logged off of the Terminal Server (as being logged on uses the VHDX file of the profile)
  • B. On Domain Controller find the users SID (Note: If you need get SID for all Users that Login, use the below command Get-ADUser -Filter {Name -like "*"} | Select Name,SID | Format-Table -Auto)
  • C. Locate the VHDX file for the profile and mount it. There's a tool called Sidder that can help you identify who the user profile disk belongs to.
  • D. Once mounted, locate the recycle bin and delete it. (Turned from a bin to a folder, delete the folder as well)
  • E. Hit refresh to view the newly created recycle bin. Right click and change the security permissions for it
  • F. Under the advance security set the Domain users to have modify and write rights and propagate this through the folders
  • G. Un-mount the VHDX file and get the user to log in. Once the user has logged in they will be able to delete the files.