netnerds.net
Home
Book
Links icon
Data Platform GitHub Org GitHub Profile GitHub Star Profile MVP Profile Twitch
About
Subscribe
  • Signing Windows Software with GitHub Actions, Encrypted Secrets and PowerShell

    Jun 20, 2022 · 12 min read  ·
    Share on:

    Code signing your scripts, modules and applications can help increase enterprise adoption, as large organizations often prohibit running unsigned tools on Windows. Signed code allows machines to verify that what they're running hasn't been altered or compromised by a third party, which ultimately increases their …


    Read More
  • InspecTools on Offline Windows

    Mar 7, 2022 · 3 min read  ·
    Share on:

    For those looking to ensure that their vSphere environments are DISA-compliant, VMware has created a pretty nice repo of tools which help address the nearly 500(!) compliance checks. The solution is a mixed bag of ansible and PowerShell for remediation and Chef inspec for evaluation. I never worked with inspec so I …


    Read More
  • Chef inspec: Unable to detect your platform

    Mar 7, 2022 · 1 min read  ·
    Share on:

    Recently, while exploring Chef's platform for "Compliance as Code" called InSpec, I ran into an issue when executing VMware's DISA STIG profile against a VMware host. Sorry, we are unable to detect your platform Train::PlatformDetectionFailed After connecting to my test vCenter server, I quickly realized why: …


    Read More
  • SSH Tunneling for Windows: Protecting RDP using Windows 10 Fall Creators Update

    Dec 3, 2017 · 4 min read  ·
    Share on:

    NOTE: If you're not yet using Windows 10 Fall Creators Update, please follow this article instead. The recent OS X High Sierra iamroot vulnerability reminded me just how many people don't secure their remote desktop connections. While Windows Remote Desktop is more secure than VNC, neither RDP, ADP nor VNC should be …


    Read More
  • SSH Tunneling for Windows People: Protecting Remote Desktop

    Dec 2, 2017 · 5 min read  ·
    Share on:

    NOTE: If you're using Windows 10 Fall Creators Update, please follow this article instead. The recent OS X High Sierra iamroot vulnerability reminded me just how many people don't secure their remote desktop connections. While Windows Remote Desktop is more secure than VNC, neither RDP, ADP nor VNC should be directly …


    Read More
  • SQL Server / Windows OS losing connection to Domain Controllers

    May 24, 2017  · Brandon Abshire   · 3 min read  ·
    Share on:

    SSPI handshake failed with error code 0x80090311, state 14 while establishing a connection with integrated security; the connection has been closed. Reason: AcceptSecurityContext failed. The Windows error code indicates the cause of failure. No authority could be contacted for authentication. Login failed. The login is …


    Read More
  • Active Directory and PHP on Apache on Bash on Ubuntu on Windows

    Apr 12, 2016 · 4 min read  ·
    Share on:

    Recently, I wrote about Joining Ubuntu to an Active Directory Domain. That was for an actual Ubuntu box and the plan was that the next post would be about adding Apache to the mix. But then I got distracted by Apache on Bash on Ubuntu on Windows (check out my gists for sneak peaks). I should be practicing for my …


    Read More
  • Joining Ubuntu to an Active Directory Domain

    Apr 11, 2016 · 5 min read  ·
    Share on:

    Back in 2009, I did a whole lot of messing around with Linux and Active Directory integration, primarily for Apache. Now that Linux is coming to Windows, I figured I'd brush up on my Linux and Windows Integrated Authentication skills to work with Ubuntu, too. Clients and Servers Since 2009, it seems that a couple …


    Read More
  • Reset-SqlSaPassword: Easily regain sa/sysadmin access to your SQL Servers

    Jun 7, 2015 · 2 min read  ·
    Share on:

    It's obvious that I love PowerShell and SQL Server. Together, they allow SQL Server DBA's to solve just about any problem. Most of my projects have come from questions posted in Reddit's SQL Server subreddit, including my most recent project, Reset-SqlSaPassword, which allows you to regain syadmin access to your SQL …


    Read More
  • Securely Administer Your Remote Windows Network using RDP over SSL

    Feb 17, 2015 · 4 min read  ·
    Share on:

    Back in 2013, I wrote a blog post about setting up RD Gateway in Windows 2012 using an AD domain certificate. This post is directed to Windows 2012 R2. There isn't much difference, but in this tutorial, I'll demonstrate how to setup RD Gateway with a globally recognized SSL certificate. Like my previous post about …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

Chrissy LeMaire

SQL & PowerShell MVP. GitHub Star. Creator of dbatools. Need to oil my knees.

dbatools book

Now available in bookstores and amazon 🥳 Buy it at manning.com for 50% off with code bldbatools50

dbatools

dbatools is an awesome PowerShell module that helps you migrate entire instances with a single command, plus a whole lot more.

available from dbatools.io and github

dbachecks

dbachecks validates SQL Server environments using crowdsourced DBA checklists and outputs to Power BI and is available on github.com 📊

recent posts

  • Signing Windows Software with GitHub Actions, Encrypted Secrets and PowerShell
  • ExpressVPN on macOS: No internet detected
  • RBAR Performance in PowerShell
  • Import-DbaCsv Design Considerations
  • Rebuilding a Proxmox cluster node
  • Default PowerShell Paths (PSModulePath) on GitHub Runners
  • Add existing directory storage to proxmox without wiping it first
  • InspecTools on Offline Windows

categories

sql-server 117 powershell 109 general 63 security 59 windows 47 sharepoint 41 active-directory 37 linux 31 networking 30 vbscript 30 apple 23 virtualization 22 iis 19 apache 7 exchange 7
All Categories
active-directory37 apache7 apple23 asp-net2 bi4 db24 exchange7 general63 github4 iis19 linux31 livestreaming4 lync2 networking30 oracle1 powershell109 security59 sharepoint41 sql-server117 vbscript30 virtualization22 windows47 wpf7
[A~Z][0~9]
 

Copyright 2003 -  Chrissy LeMaire. All Rights Reserved