netnerds.net
Home
Book
Links icon
Data Platform GitHub Org GitHub Profile GitHub Star Profile MVP Profile Twitch
About
Subscribe
  • Find LDAP DN of Users and Groups using the Command Line

    Sep 2, 2011 · 1 min read  ·
    Share on:

    I always forget this command, so here's a handy reference (for moi): Find LDAP Path of...CommandOUdsquery OU –name "OU name"Groupdsquery group –name "Group name"Usernamedsquery user –name usernameComputerdsquery computer -name computername Fun!


    Read More
  • FIX: Windows 7 Login Error "The trust relationship between this workstation and the primary domain failed."

    Jun 27, 2010 · 2 min read  ·
    Share on:

    UPDATE: Omg, awesome! Use PowerShell's Reset-ComputerMachinePassword, then reboot. Hat tip: Don't Rejoin to Fix. Don't do what I did below. Just run Reset-ComputerMachinePassword in PowerShell and reboot. Recently, my workstation was suddenly unable to logon to my Windows 2008 domain. After entering my domain username …


    Read More
  • Securing Apache using mod_ssl, OpenSSL and Microsoft Certificate Authority (CA)

    Oct 5, 2009 · 3 min read  ·
    Share on:

    Recently, I used my Windows-based domain's Enterprise Root Certification Authority to secure my subversion repository that is hosted on an Apache-based server. The process was rather straight-forward and relatively fast -- especially because I skipped over all of the file transfers and just used vi/notepad to …


    Read More
  • Windows 7: Disable Unnecessary Services on a Domain Workstation

    Oct 5, 2009 · 27 min read  ·
    Share on:

    I finally took the plunge and installed Windows 7 on my Dell Netbook (Inspiron mini iM10-008B). I originally bought the Dell to make it into a Hackbook but after I realized how time-intensive the initial setup may be, I looked to installing Win 7 for instant newness gratification. Initially, I was going to install the …


    Read More
  • Securing Subversion with Windows 2008 Kerberos-Based SSO and Linux-Based Apache

    Oct 3, 2009 · 2 min read  ·
    Share on:

    Some things just belong on Linux. Like Subversion and Apache, for instance. I've seen the ghetto workarounds for Windows-based Apache installs and no thanks -- I'd much rather waste my time on ghetto SharePoint workarounds. But I sure do like the way Windows-based web servers such as IIS seamlessly and securely …


    Read More
  • Apache: Pre-compiled mod_auth_pam for SLES 11

    Oct 1, 2009 · 1 min read  ·
    Share on:

    This was ridiculous. Since apache-devel isn't available in SLES (and I do understand why, but give me the option at least!), I had to sync up one of my SLES machines to an OpenSuSE repository and get all of my necessary packages required to compile mod_auth_pam. I was required to downgrade quite a few packages, but …


    Read More
  • Enable Windows NTLM Pass-through Authentication in Linux-based Apache

    Oct 1, 2009 · 1 min read  ·
    Share on:

    Thank Science for SuSE Linux Enterprise 11; it's made this process relatively easy. SLES 10 SP2 was giving me a headache because of some Windows 2008 based Active Directory authentication issues but upgrading SLES 11 took care of all that. First thing is first, setup samba to authenticate to AD. Next, install the …


    Read More
  • SuSE (SLES) 11 Works Flawlessly with Windows Server 2008 Authentication

    Oct 1, 2009 · 1 min read  ·
    Share on:

    Well that couldn't have been easier! Here's all it takes to authenticate SLES 11 to Windows Server 2008 based Active Directory. During the initial install of SLES, I performed the following: Selected samba-client and winbind during the software installer phase Added my domain's DNS servers to the intitial network …


    Read More
  • IIS: Authentication Fails with Error Code 2148074254

    Sep 30, 2009 · 2 min read  ·
    Share on:

    Recently, we migrated a web application to a SharePoint server. The web application is a custom built ASP/ASPX app that supports Integrated Windows Authentication. We were able to run the application successfully using Anonymous Access but we were unable to authenticate from remote computers when Anonymous Access was …


    Read More
  • FIX: 'Cannot Write Pam Settings' when Joining a Windows Domain in SuSE 10.3

    Jan 19, 2008 · 2 min read  ·
    Share on:

    Today I attacked my 2008 technical to do list and setup a subversion server for backups/source control. It was actually pretty darn easy in SUSE 10.3. After I got it going, I wondered if I could have it automatically authenticate against my HOME domain. So, using SuSE's menu driven interface YaST, I easily added my …


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

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 📊

Find me

Find me on Mastodon

recent posts

  • You just joined Mastodon, now what?
  • Using GitHub Pages to Setup an Alias on Mastodon
  • Aliases on Mastodon: Add me! I'm also [email protected]
  • Moving to Mastodon: I actually like it better (Updated!)
  • Docker on GitHub Actions macOS Runners (2022)
  • Signing Windows Software with GitHub Actions, Encrypted Secrets and PowerShell
  • ExpressVPN on macOS: No internet detected
  • RBAR Performance in PowerShell

categories

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

Copyright 2003 -  Chrissy LeMaire. All Rights Reserved