script type="text/javascript"> jQuery(document).ready(function(){ jQuery("article.et_pb_post").each(function(){ jQuery(">a:first-child, .et_pb_image_container", this).insertAfter(jQuery(".post-meta", this)); }); });
Select Page

Search my blog!

Microsoft Articles

Use FIDO2 with PowerShell for Admin tasks

Use FIDO2 with PowerShell for Admin tasks

In a more Cloud based world we are searching for more security. One of the reasons why we are using FIDO2 keys in our company for Highly Privileged accounts in our Azure environment. All the admin users have a FIDO2 key and we are using a Conditional Access Policy...

read more

Missing Private Key on IIS

Yesterday I was working on a new Sharepoint setup for a customer, and this website needed to be SSL only. So only on HTTPS instead of both HTTP and HTTPS. The customer did help us by already buying the Certificate. When I got at the point I wanted to install, I did...

read more