resychronize Hyper-V replicas after replica corruption
I had a problem where the server that was holding some hyper-v replicas had some corruption. Some vm’s were able to resume replication but others were marked as needing resynchronisation. This is a...
View Articlerestrict iis website by IP address using appcmd
If you want to block all ip’s except for certain addresses using appcmd there are two sets of commands that you need to use – First is to deny ‘all unlisted’ addresses (equivalent to setting the ‘Edit...
View Articleupdate ssl certificates in exchange 2013 with powershell
How to update certificates in exchange 2013 using powershell. note the below command marks the cerficates as exportable on your exchange server. Also, you can remotely update other exchange servers by...
View Articletwitchtools.efexare.com
Added a website – http://twitchtools.efexare.com. Using the twitch api it is able to grab the urls of the .ts files using this process –
View Articledisplaying amazon route 53 health check status and configuration in powershell
If you need to display the configuration and status of your route 53 health checks in amazon you can use this powershell. you will need to 1. install the aws tools for powershell –...
View ArticleDownload failed.: SSL certificate problem: unable to get local issuer...
i tried to upgrade a word press blog from version 3.4 to 4.4 which was running on an iis 7.5 webserver. It turns out that the windows installation of libcurl (used by php) does not have any root CA...
View Articlediablo2.efexare.com
added a new site – diablo2.efexare.com for all die hard diablo 2 fans, or botters, or whatever.
View Articlehow to get git branch & commit names.
how to get git branch & commit names. $ git name-rev –name-only HEAD master $ git log –pretty=format:’%h’ -n 1 7709acd
View Articleenable/disable hyper-v using bcdedit
disable: bcdedit /set {current} hypervisorlaunchtype off enable: bcdedit /set {current} hypervisorlaunchtype on note you need to run this from an elevated command prompt.
View Articlecurl/openssl configuration for php under windows.
CA root certificate configuration for openssl & curl when via php on windows. curl is used by wordpress, and openssl is used by whmcs. this is how to enable CA root cert bundles for openssl &...
View Article