Syntax Copy Parameters Parameter Description <ServerName> Specifies the name of the remote server on which the service is located. The name must use the Universal Naming Convention (UNC) format (for example, \\myserver). To run SC.exe locally, omit this parameter. <ServiceName> Specifies the service name returned by the getkeyname operation. ? Displays help at the command prompt. Remarks […]
To force Active Directory replication run the command ‘repadmin /syncall /AeD’ on the domain controller. Run this command on the domain controller in which you wish to update the Active Directory database. For example, if DC2 is out of Sync, run the command on DC2. A = All Partitionse = Enterprise (Cross Site)D = Identify servers […]
First you have to install SQL Server Management studio on your RDS management/licensing server/all of your RDS connection brokers (if your have more than one, follow the below steps, rinse and repeat…):https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017 Open up SSMS RUN AS ADMINISTRATOR and connect here:\\.\pipe\MICROSOFT##WID\tsql\query Open a query window, run this query: SELECT TOP 1000 [Id],[Name] FROM [RDCms].[rds].[Server] Look at the list […]
Change/Update/Replace SSL Certificate on Windows Server 2012 R2 ADFS/WAP Servers You need a cert that has a private key that corresponds to the certificate. If you don’t make sure that you export the PFX and be sure to include the private key. It’s easy to miss this in the export wizard. After you have the […]
In this case I was unable to connect to ILO3 on HP DL 380 G7 with Internet Explorer 11 from Windows 8.1 client workstation. ILO Firmware version was 1.20. Starting from Windows 8.1 and Internet Explorer 11 all TLS protocols are enabled and supported by default: ILO was not failing back to lower version of TLS if TLS […]
Symptom: You try to install Windows 8 (CP), and encountered the following error: “We couldn’t create a new partition or locate an existing one. For more information, see the Setup log files.” Resolution: Try to following methods: 1)Check if you have an SD Card in the system. If you do, you remove it and […]
If you know the local admin password you can login to server then user netdom.exe to reset the password if you don’t have local admin password then unplug the network login using cached credential then plug the network and use netdom.exe to reset the machine password. netdom.exe resetpwd /s:<server> /ud:<user> /pd:* <server> = a domain […]
In ADFS Management Console update the Federation metadata URLs and do an IIS reset on CRM server. Next, restart the ADFS service. If above steps do not resolve the issue please follow below steps:- 1. On the Microsoft Dynamics CRM server, go to Deployment Manager and disable the Claims Based Authentication 2. On the Microsoft […]
First list all the shadow copy you have using vssadmin list shadows command as below C:\resources\dosdev\dosdev\x86>vssadmin list shadows After you run the command if you have any shadow copy it will show the result as below, if you get the result similar to below then download a copy of dosdev.exe, just google ‘dosdev.exe download’ you […]