Was this site helpful?
I’ve experience one time after changing the Service Communication certificate it showed correctly in the adfs console, but when i browsed the site it was still using the old certificate. i did a netsh http show sslcert and it showed a different thumbprint than the new certificate. The solutions was to delete all the bindings …
I ran into below problem – where a single user could not connect to remote desktop through rdgateway I found this article; https://support.microsoft.com/en-us/help/2903333/terminal-services-client-connection-error-0xc000035b-when-you-use-lmco The solution here was method 1 in above article HKLM\SYSTEM\CurrentControlSet\Control\Lsa LmCompatibilityLevel REGDWORD 3 or above. Method 2 is on the server; Set the EnforceChannelBinding registry value to 0 (zero) to ignore missing …
Here is a script that will help you copy from different sources to different destinations. Like when you need to create a new structure for your fileserver. You need to create a csv file, with the source, destination, and excluded folders. Leaver the latter empty if you shouldn’t exclude anything. The script search through all …
I made some changes to a group policy but couldn’t see that the changes took effect. I couldn’t find any errors so i decided to make a new gpo – also because the old gpo had elements from the old internet explorer maintenance section. When I created the new gpo the changes i’ve made still …
Recently i got this error, AADSTS50008: SAML token is invalid. when signing in to office 365. When i logged in to AD FS Management console i realised that the token signing certificate was renewed and the old certificate was demoted as the secondary certificate Various blog post stated that i should run or I ran the …
In addition to the Remote Desktop reboot i’ve created one for citrix as well. This customer had two catalogs, and thay didn’t want the second machine catalog to be rebooted each day. Replace the $XACatalogName with you own. Was this site helpful?
The below script will automaticcaly uninstall software if user is no longer member of the group, and the software is installed on the computer. replace Software Installed with your software display name and “DOMAIN\\GROUP” with your local security group that is used for installing the software Whas the article helpful – please rate
I recommend rebooting your terminal server at lease once a week to clear up your memmory. Often your customer would like to be advertised before the servers are rebooted. I created below script which queries the connection broker for remote dekstop session host servers. For each session host server it sends a message to each …
Recently we needed a script that could list all groups with all group members – we struggled a bit with the layout of the file. But here it is -Searchbase should be replaced with your own distinguished name