netnerds.net
Home
AI Integration Series
AI Usage
About
Subscribe
github bluesky youtube github-star rss
  • SharePoint: Simple Sample Approach to Autonumber

    calendar Jan 18, 2012 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Below is a formula for a quick and dirty autonumber for lists in SharePoint. There are a variety of ways to generate this field. Some solutions use workflow or external lists, but I prefer this method because of its simplicity.

    Note: Because this solution depends on the record's ID column, it generates the autonumber …


    Read More
  • SharePoint Manager 2010

    calendar Nov 14, 2011 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    The free tool SharePoint Manager 2010 is super useful. Imagine a centralized place to look at everything on the server level from Content Type usage to running jobs and IIS setting. Check it:

    <img
      loading="lazy"
      decoding="async" …</picture></figure></a></p>
    

    Read More
  • PowerShell: Copy-Item -recurse -force Does Not Create Directories when Using Get-ChildItem -include

    calendar Oct 24, 2011 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    I recently wrote a PowerShell script which copied documents from a filter to my local hard drive. I chose PowerShell for this task because it was one of the few programs actually allowed on my ultra locked-down workstation (and 'cuz I love it.)

    Because I only wanted specific types of files, I gathered the list of …


    Read More
  • OpenVPN: Update Client DNS Servers on Mac OS X Using the Command Line.

    calendar Oct 23, 2011 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    There's a bit of a debate on how best to update your DNS resolver on Mac OS X when connecting to an OpenVPN Server. For whatever reason, even if use DHCP on the VPN server, OS X won't use the assigned DNS server(s). It's been recommended to use scutil, but the scripts are crazy long and I've read the resolver order …
    Read More
  • OS X: Find Network Gateway using the Comand Line

    calendar Oct 20, 2011 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    This is a bit more complex than it should be; I was hoping networksetup would make this easier but, alas. Using netstat -nr appears to be the best way to find your gateway from the command line:

    netstat -nr | grep '^default' | awk '{ print $2 }'

    If you haven't played around with networksetup, I recommend checking out …


    Read More
  • PowerShell: Find/Replace Template

    calendar Oct 20, 2011 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Brandon had this in some of his maintenance plan code and I found myself using it a bit so I thought I'd blog about it. Here is a simple script that reads a file (C:\scripts\maintenanceplans\$sqlversion\template.dtsx), replaces certain placeholders (in this case, [SERVERNAME] and [BACKUPPATH]), then writes a new file …
    Read More
  • iPhone Dev: Base SDK Missing Solved

    calendar Oct 4, 2011 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Someone awesome sent me the code to an iPhone app that he created for RealCajunRecipes.com. I unzipped the file, and opened the project in XCode 4.2. I immediately noticed the upper left hand drop down (what's that called anyway?) said "Base SDK Missing." So I went to all the usual places to change the SDK, I …
    Read More
  • SharePoint + PowerShell: Batch Import Models, Create ECT's, Set Permissions

    calendar Sep 20, 2011 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy

    Here is a script that will batch import Models, create associated ECT's, and set permissions for users and admins. Please modify the variables as needed.

    # script from netnerds.net # Make sure the namespace is the same as the namespace in your exported bdcm files # My $siteURL happens to be the same as my $namespace. …


    Read More
  • SharePoint + PowerShell: Import All BDCM Files in a Directory and Set Permissions

    calendar Sep 20, 2011 · 1 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    In order to invest as little effort as possible creating and recreating and recreating my External Content Types on my development server, I exported the ECT's then deleted External Content Types, External Systems, and BDC Models. I saved them all in a directory on the SharePoint server, then I placed …
    Read More
  • SharePoint 2010 + PowerShell: Export/Import Calendar Items

    calendar Sep 20, 2011 · 2 min read  ·
    Share on: mastodon facebook linkedin bluesky copy
    Today has been miserable. All I wanted to do was import a SharePoint 2007 calendar into SharePoint 2010 to use as sample data for a prototype site. I was caaarraaazzy enough to believe it would be a simple import/export, but no. There's no such thing. Maybe I could use Outlook calendaring or idq files as a medium? No. …
    Read More
    • ««
    • «
    • 18
    • 19
    • 20
    • 21
    • 22
    • »
    • »»

Chrissy LeMaire

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

GenAI book

Buy the MEAP at manning.com for 45% off with code gaipbl45

AI Integration Series

  • Automation with AI Toolkit + GH Models
  • Getting Started with AI for PowerShell
  • Asking Tiny Questions: Local LLMs
  • Local Models Demystified
  • Asking Bigger Questions: Remote LLMs
  • PDF Text to SQL Data with OpenAI
  • Document Classification in SharePoint
  • Azure Functions Doc Parser

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 Bluesky

recent posts

  • Document Intelligence with Azure Functions: A Practical Implementation
  • Automating Document Classification in SharePoint with Power Platform and AI
  • Asking Bigger Questions: Remote LLMs for Automation Engineers
  • AI Integration for PowerShell Developers: Getting Started with PSOpenAI and GitHub Models
  • AI Automation with AI Toolkit for VS Code and GitHub Models: A Visual Guide
  • Asking Tiny Questions: Local LLMs for PowerShell Devs
  • Local models mildly demystified
  • Let's talk about anti-AI slop: my plead for schools to teach AI literacy

categories

powershell 128 sql-server 123 general 64 security 60 windows 47 sharepoint 42 active-directory 37 linux 31 networking 30 vbscript 30 apple 24 virtualization 22 iis 19 genai 14 github 10
All Categories
active-directory37 ai1 apache7 apple24 asp-net2 azure5 azure-functions1 bi4 db24 devcontainers1 exchange7 genai14 general64 github10 iis19 linux31 livestreaming4 lync2 mastodon4 networking30 oracle1 powershell128 security60 sharepoint42 sql-server123 typescript1 vbscript30 virtualization22 windows47 wpf7
[A~Z][0~9]
 

Copyright 2003 -  Chrissy LeMaire. All Rights Reserved