<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Microsoft on John Billekens | Notes from the field</title><link>https://blog.j81.nl/tags/microsoft/</link><description>Recent content in Microsoft on John Billekens | Notes from the field</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 John Billekens</copyright><lastBuildDate>Sat, 10 Feb 2024 21:04:38 +0000</lastBuildDate><atom:link href="https://blog.j81.nl/tags/microsoft/index.xml" rel="self" type="application/rss+xml"/><item><title>HowTo - Windows - Export certificate (pfx)</title><link>https://blog.j81.nl/howto/howto-windows-export-certificate-pfx/</link><pubDate>Wed, 18 Oct 2023 09:45:25 +0000</pubDate><guid>https://blog.j81.nl/howto/howto-windows-export-certificate-pfx/</guid><description>&lt;p&gt;group: &amp;ldquo;Windows&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Certificates are an important part of a modern environment. They make communication safer by encrypting the traffic between the client and server. A safe way to move certificates between servers or store them safely is by exporting the certificate (private and public key) to an encrypted format. A commonly used format is &amp;ldquo;pfx&amp;rdquo; (Personal Information Exchange also known as PKCS#12). A pfx file can contain one or more certificates and is encrypted with a password. Without the correct password the pfx is useless. You commonly see that a pfx contains a (web) server certificate and one or more intermediate certificate(s) and a root certificate.&lt;/p&gt;</description></item><item><title>Office Online apparently only supports TLS 1.0</title><link>https://blog.j81.nl/posts/office-online-apparently-only-supports-tls-1.0/</link><pubDate>Thu, 20 Sep 2018 19:57:00 +0000</pubDate><guid>https://blog.j81.nl/posts/office-online-apparently-only-supports-tls-1.0/</guid><description>&lt;p&gt;Recently I had to configure a new &lt;s&gt;NetScaler&lt;/s&gt; Citrix ADC for a new &lt;s&gt;ShareFile&lt;/s&gt; Citrix Files deployment. Two Storage Zone Controllers load balanced via a Citrix ADC with a Content switch. Nothing out of the ordinary. It was when I activated the Office Online functionality on the Storage Zone Controller configuration page the error messages appeared. Each time as we tried to open an office document we got an error &amp;ldquo;Sorry, there was a problem and we can&amp;rsquo;t open this document. If this happens again, try opening the document in Microsoft Word.&amp;rdquo; for Word documents and &amp;ldquo;We couldn&amp;rsquo;t find the file you wanted. It&amp;rsquo;s possible the file was renamed, moved or deleted.&amp;rdquo; for Excel documents. &lt;img src="https://blog.j81.nl/wp-content/uploads/2018/09/OOExcelOnlineError.png" class="aligncenter size-medium wp-image-831" width="300" height="120" /&gt; &lt;img src="https://blog.j81.nl/wp-content/uploads/2018/09/OOWordOnlineError.png" class="aligncenter size-medium wp-image-832" width="300" height="130" /&gt; I followed all the necessary checks as described in a Citrix Files &lt;a href="https://docs.citrix.com/en-us/storagezones-controller/5-0/install/configure-storagezones-controller-for-web-app-previews-thumbnails.html" target="_blank" rel="noopener"&gt;Article&lt;/a&gt;. But everything turned out okay, it worked as expected. What could it be? As it turned out to be the NetScaler SSL configuration was configured to high!? I always want that &lt;a href="https://www.citrix.com/blogs/2018/05/16/scoring-an-a-at-ssllabs-com-with-citrix-netscaler-q2-2018-update/" target="_blank" rel="noopener"&gt;A+&lt;/a&gt; on &lt;a href="https://www.ssllabs.com/" target="_blank" rel="noopener"&gt;SSL Labs,&lt;/a&gt; the same with this setup. It was when I reverted the Content Switch to it&amp;rsquo;s default SSL parameters (TLS1.0 and the default Cipher suite) that Office Online started functioning. It could not retrieve the documents from the Storage Zone Controllers and thus it gave me this error messages. Luckily I had a separate Content Switch for internal and external traffic. I only had to lower the SSL settings on the internal Content Switch, this is the Content Switch the Office Online server was communicating with. So I hope Microsoft will add support for TLS 1.2 in Office Online (and give it some updates)&lt;/p&gt;</description></item><item><title>Making a remote PowerShell connection</title><link>https://blog.j81.nl/posts/making-a-remote-powershell-connection/</link><pubDate>Thu, 26 Apr 2018 15:16:44 +0000</pubDate><guid>https://blog.j81.nl/posts/making-a-remote-powershell-connection/</guid><description>&lt;p&gt;In this article I will make a short description how to make a remote PowerShell connection. I needed this for a job once, tried to make a remote PowerShell connection from a Non Domain Joined machine to a Domain Joined server. I needed to re-configure the server first before making a connection. With the following code you can try and test the connection:&lt;/p&gt;</description></item><item><title>Spontaneously changing default printer</title><link>https://blog.j81.nl/posts/spontaneously-changing-default-printer/</link><pubDate>Sat, 18 Mar 2017 13:53:21 +0000</pubDate><guid>https://blog.j81.nl/posts/spontaneously-changing-default-printer/</guid><description>&lt;p&gt;Yesterday I was at a Customers location and they had an issue with their printers on the XenDesktop VDI environment. Some users are using Exact to print all kinds of labels, in this case a Zebra label printer. And while they were printing labels, the label printer was set automagically as default. They started noticing this because when they wanted to print other (A4) reports, the layout was wrong and some information fell of the report. They could change the default printer back to the MFP, but when they printed labels again, you&amp;rsquo;ll get it right? I recently helped them move from Windows 10 LTSB 2015 (1507) to Windows 10 LTSB 2016 (1607) and they started noticing this issue after the switch to the new Windows version. So what could it be? Turned out to be a setting in Windows&amp;hellip; After changing this, the issue was gone. You can change it in &amp;ldquo;Settings&amp;rdquo;, &amp;ldquo;Devices&amp;rdquo;, &amp;ldquo;Printers &amp;amp; Scanners&amp;rdquo; and change the setting &amp;ldquo;Let Windows manage my Default printer&amp;rdquo; to off. &lt;img src="https://blog.j81.nl/wp-content/uploads/2017/03/20170318_Win10PrinterSettings.png" class="alignnone size-medium wp-image-609" width="300" height="111" /&gt; Or you can set the following registry key:&lt;/p&gt;</description></item></channel></rss>