netnerds.net
Home
Book
Links icon
GitHub Org GitHub Star Profile MVP Profile Twitch
About
Subscribe
  • All Sorts of Stuff

    Oct 26, 2007 · 4 min read  ·
    Share on:

    First and foremost, I'd like to wish netnerds.net a happy birthday! I'm 10! "NetNerds.net" turned 10 years old on October 22, 2007. I wanted to post that day but I got hacked and didn't want to post again until I fixed the problem. So how did I end up with the name netnerds.net? Well, I called my best …


    Read More
  • ris.jpg huh?

    Oct 12, 2007 · 1 min read  ·
    Share on:

    Hai. I got hacked. brb.


    Read More
  • PowerShell: Set-Acl Does Not Appear to Work

    Jul 28, 2007 · 3 min read  ·
    Share on:

    If you've ever dealt with NTFS permissions in VBScript, you will no doubt appreciate just how easy PowerShell now makes it to manage access control lists. Basic examples in PowerShell books and around the 'net look something like this: $directory = "Test" $acl = Get-Acl $directory $accessrule = New-Object …


    Read More
  • Powershell: Working with Passwords

    Jul 26, 2007 · 2 min read  ·
    Share on:

    When creating a new Active Directory user from the command line in PowerShell, you will likely find yourself using Read-Hosts's asSecureString switch when entering the password. $password = Read-Host "Enter password" -AsSecureString Next, you'll probably look around the Internets for a few hours or so trying …


    Read More
  • Using Google/Gmail Apps as a Lightweight Postini Replacement

    Apr 30, 2007 · 5 min read  ·
    Share on:

    I work for a large company that uses Postini for Enterprise spam filtering and it does a fantastic job. It's actually famous for being one of the very few spam filter capable of blocking UCEs from the "Cajun Spam King" (No, Scelson doesn't sound very Cajun to me...). And in researching for this article, I …


    Read More
  • TrueCrypt Now Supports Vista!

    Apr 4, 2007 · 2 min read  ·
    Share on:

    Just as I was heading off to bed, I decided to check the TrueCrypt website to see if they added Vista support. I've checked it a few times since March 19th, so I don't know why I didn't notice but version 4.3 now supports Vista. For a moment there, I thought Vista support was going to be vaporwear - they've been …


    Read More
  • US-CERT Technical Cyber Security Alert!!!!111!

    Mar 6, 2007 · 1 min read  ·
    Share on:

    Today, as I received an email from CERT, I was reminded of the day in 2004 when it was announced that CERT merged with the US Government. I wondered what would change and even considered the possibility that red tape could turn the highly-respected CERT into something that people just didn't respect anymore. By the …


    Read More
  • MSSQL: The Differences Between SAFE, EXTERNAL_ACCESS and UNSAFE Assembly Permissions

    Feb 20, 2007 · 2 min read  ·
    Share on:

    I found this useful security tip on Microsoft.com. SAFE is the recommended permission setting for assemblies that perform computation and data management tasks without accessing resources outside an instance of SQL Server. We recommend using EXTERNAL_ACCESS for assemblies that access resources outside of an instance …


    Read More
  • AIM 6: Err.. Port 443 Isn't Encrypting Anything But the Initial Login

    Feb 6, 2007 · 2 min read  ·
    Share on:

    A friend asked me what port AIM used and I guessed something along the lines of 5190. I wanted to check to make sure and, after issuing the command netstat -n from the comamnd prompt, I couldn't find any port even close to that in use. But I did see 443 in use.. SSL, eh? I was connected to the IP 205.188.10.248 at port …


    Read More
  • OWA: Expired Password Causes Execute Access Forbidden

    Jan 16, 2007 · 1 min read  ·
    Share on:

    Recently, a user trying to login to OWA encountered the following error: HTTP 403.1 Forbidden: Execute Access Forbidden You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed. Another network administrator noticed that the URL was strange …


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

Chrissy LeMaire

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

preorder

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

  • 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
  • Chef inspec: Unable to detect your platform
  • Migrating my WordPress sites to GitHub Pages
  • URL Shortening/Redirects using GitHub Pages and Jekyll

categories

sql-server 116 powershell 107 general 63 security 58 windows 47 sharepoint 41 active-directory 37 linux 31 networking 30 vbscript 30 apple 22 virtualization 22 iis 19 apache 7 exchange 7
All Categories
active-directory37 apache7 apple22 asp-net2 bi4 db24 exchange7 general63 github3 iis19 linux31 livestreaming4 lync2 networking30 oracle1 powershell107 security58 sharepoint41 sql-server116 vbscript30 virtualization22 windows47 wpf7
[A~Z][0~9]
 

Copyright 2003 -  Chrissy LeMaire. All Rights Reserved