Blog

Configuring and accessing Microsoft Azure Files

One of the common questions I am asked by colleagues and clients is how and why they would use Azure Files. The answer to the “how” and “why” are in abundance and I usually provide examples based on the environment I am working in. Some

Read More...

Duo MFA login prompt does not show up after successfully authenticating username and password with Citrix ADC / NetScaler Citrix Gateway

Problem You’ve completed configuring a Citrix Gateway with Duo MFA as described in the following configuration documentation: Duo for Citrix Gateway Basic Primary Authentication https://duo.com/docs/citrix-netscaler However, you notice that authenticating through the portal does not display the Duo 2FA prompt as expected: Note how only

Read More...

Using PowerShell to Batch Password Protect Adobe PDF Files in a Directory

As a follow up to my previous post: Attempting to use itextsharp.dll throws the error: “Could not load file or assembly ‘BouncyCastle.Crypto, Version=1.8.6.0, Culture=neutral, PublicKeyToken=0e99375e54769942’…” https://blog.terenceluk.com/2021/02/attempting-to-use-itextsharpdll-throws.html … the script provided in the blog post did not match the requirements I needed so I’ve gone ahead

Read More...

Attempting to use itextsharp.dll throws the error: “Could not load file or assembly ‘BouncyCastle.Crypto, Version=1.8.6.0, Culture=neutral, PublicKeyToken=0e99375e54769942’…”

Problem Those who are looking for a PowerShell script to batch password protect PDF documents will quickly come across the following post as returned by Google: Password Protect PDF document using windows Powershell script https://efcomputer.net.au/blog/password-protect-pdf-document/ The author provides the following PowerShell script that uses the

Read More...