Author: Frank

ADFS running on Windows 2019 in a cluster containing two hosts. After changing the certificate for SSL and Service-Communications using the following commands: Set-AdfsSslCertificate –Thumbprint XXX Set-AdfsCertificate -CertificateType “Service-Communications” –Thumbprint XXX Restarted the adfs service The login page shows now: In the event log of ADFS I can see the following: There was an error […]
In this multi Part Articles, I have been covered how to installing,Configuring,creating templates and publishing it using SMB Share to domain users. Part 1: AD RMS Installation and Configuration in Server 2012 R2  Part 2: Creating AD RMS Template and Publishing to Domain users in Server 2012 R2 Here we will see how to integrate […]
In this multi Part Articles,I have been covered in part 1 how to install and configure AD RMS. Part 1: AD RMS Installation and Configuration in Server 2012 R2 In Continuation to that, First we need to enable the Anonymous Authentications. Open IIS Manager Console  Under the Default Web Site–> _wmcs–> Authentication–> Click on Anonymous Authentication and Enable Right Click on licensing and select Content […]
In this Article, I am going to cover how to install Active Directory Rights Management Services(AD RMS) in Server 2012 R2 by using Windows Integrated Database. First Up All we need to create Service Account for the AD RMS. Normal Domain Account is fine for this and doesn’t required any additional rights. Open Active Directory […]
Resolution Exchange send connectors use port 25 by default There is no way to change this in the GUI In order to change the port, run the following PowerShell commands as administrator: Get a list of your send connectors: Get-SendConnector | select name,port Change the send connector port: Set-SendConnector “MySendConnector” -Port 587 NOTE: replace ‘MySendConnector’ […]
Installation Problems It is quite typical (unfortunately) that many production environments are treated as a test bed for many installations.  In this instance you may be faced with a scenario where you will need to deploy RMS into an environment that hasn’t perhaps been controlled with a proper change management policy or a test environment […]
Resolution When we uninstall an RMS service, we have to remove the SCP. Without that, a future installation may occur with some errors: Access AD-RMS console Go to the Cluster Properties Click the SCP tab and then click Remove current SCP If this does not remove the SCP on the AD machine please do the following: Go to Active directory Site and […]
Archives