As part of a migration into Azure I need to add the?awverify cname record to a LOT of domains. GoDaddy actually made this easy with the bulk command in their portal UI. Login to GoDaddy and find one of the domains you need to add the records to. Search for the domain and then click […]
Read More →Archive for August, 2016
Powershell – Find the name servers for a list of domains and spit the results to CSV
Change the path of $list to the path of your text file with the domains. The domains need to be one per line in the text file. Change the?$exportPath to where you want to save the CSV file. Then copy and paste the code below into a .ps1 file and run from PowerShell. $list = […]
Read More →Fix Certificate warning in Outlook for Mac
A secure connection cannot be established with the server <domain.com> because its intermediate or root certificate cannot be found. Do you want to continue? If you continue, the information that you view and send will be encrypted, but will not be secure. Microsoft has a suggestion for fixing this, issue a new certificate with the […]
Read More →Enable change tracking (CDC) on a MSSQL database when getting Msg 22830
Recently we received a request to enable change tracking on a database but kept getting an error even under a user with the SA role. Msg 22830, Level 16, State 1, Procedure sp_cdc_enable_db_internal, Line 195 Could not update the metadata that indicates database DBNAME?is enabled for Change Data Capture. The failure occurred when executing the […]
Read More →