Information from the Tenable Nessus Agent, as far as I'm aware, is only available when using the Nessus Client command line application (NessusCli.exe). In this post, I'm going to show how we can capture this with PowerShell. I'm going to walk through how I do this step-by-step. If you're looking for just the script, …
Read MoreInspired by this post on TechNet and trying to help out someone on the WinAdmins Discord, I took a bit of a dive into the v_Update_ComplianceStatus view and how it compares to v_Update_ComplianceStatusAll. The v_Update_ComplianceStatus & v_UpdateComplianceStatus Views I cover these views together because they are the …
Read MoreIn this final page of the series, I'll list out some other resources that might be helpful now that you have a working Certificate Authority.
Read MoreI've been getting the following error when trying to access a new Excel COM object: Unable to cast COM object of type 'Microsoft.Office.Interop.Excel.ApplicationClass' to interface type 'Microsoft.Office.Interop.Excel._Application'. This operation failed because the QueryInterface call on the COM component for the …
Read MoreI'm fortunate enough to have a single 44" ultrawide screen as my daily monitor when I'm docked. Unfortunately this means that when I'm presenting a slide deck, I lose access to other applications since I'm using a single monitor and it's taking up all of it.
Read MoreThanks to everyone who joined me at The Browser Summit hosted by the Charlotte Systems Management User Group and sponsored by Jeremy Moskowitz PolicyPak.
Read MoreIn this post, we're going to stand up the issuing CA. There's no rule that says your issuing CA needs to be the child of a Root CA owned by Google. If you already have an internal Root CA, you could submit the certificate request to that root, however that is outside of the scope of this post.
Read MoreIn this post we're going to talk about the operational work associated with managing the Microsoft CA. There are three things we'll touch on here. First, manually updating your Root CA CRL which should be done based on how you setup your CA. In this lab, that would be at least once every 6 months. Second, we'll talk about how to approve pending certificate requests. Finally, we'll cover how to revoke certificates that either no longer required, or that may have become compromised.
Read MoreGoogle currently offers cloud based Certificate Authority in their suite of services available to enterprises. In this post, I'm going to stand up a new Root CA in the Google Cloud Platform.
Read MoreIn this post, we'll discuss how to use the Certificate Enrollment Web Interface that we installed back in Part 2 of this series. The web interface doesn't seem to be widely used since the Certificates MMC snap-in does most of the work, but it's useful to know it's there.
Read More