netnerds.net
Home
Book
Links icon
Data Platform GitHub Org GitHub Profile GitHub Star Profile MVP Profile Twitch
About
Subscribe
  • [SOLVED] PowerPivot for SharePoint 2010: An error occurred connecting to this data source.

    Mar 7, 2012 · 4 min read  ·
    Share on:

    I'm currently working on a project where I need to quickly make pretty graphs and charts for data in small but important SharePoint lists. After looking through a number of books and consulting with my SharePoint buddies, PowerPivot for SharePoint 2010 seems to be the best tool for the job. Getting it to work hasn't …


    Read More
  • [Solved] SharePoint 2010: Obtaining STSUPLD.DLL without installing Microsoft Office

    Feb 21, 2012 · 1 min read  ·
    Share on:

    If you find that "Upload Multiple Files..." is greyed out or otherwise unavailable in SharePoint 2010 and you: Are running 32-bit version of Internet Explorer Don't have a copy of Microsoft Office 2007 or 2010 available Have added your SharePoint site to the Trusted or Intranet Security zone in IE You can …


    Read More
  • Map a Secure SharePoint 2010/IIS Network Drive over SSL and WebDAV in Windows 7

    Feb 6, 2012 · 1 min read  ·
    Share on:

    Once, after viewing a SharePoint 2010 document library in Windows Explorer, I ran a net use and saw that Windows 7 had stored the credentials of my SSL-secured SharePoint intranet server. It took a bit of fiddling, but I eventually found you can, in fact, map a secure network drive using the command line: net use W: …


    Read More
  • SharePoint 2010: Stop Mixed Content Prompts on RSS Feeds Viewed on SSL-enabled Sites

    Jan 30, 2012 · 2 min read  ·
    Share on:

    I started on a new client site last week and my first task was immediately clear: I had to remove the Mixed Content Security prompt on the encrypted SharePoint intranet's front page. Firebug showed that my browser was making calls to feeds.feedburner.com even though the RSS feed was an entirely different address at …


    Read More
  • SharePoint: Simple Sample Approach to Autonumber

    Jan 18, 2012 · 1 min read  ·
    Share on:

    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

    Nov 14, 2011 · 1 min read  ·
    Share on:

    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: I found it after looking for a non-PowerShell solution to solve the whole "Content Type in Use" issue. The only …


    Read More
  • SharePoint + PowerShell: Batch Import Models, Create ECT's, Set Permissions

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

    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

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

    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

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

    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
  • SharePoint 2010 BDC Error: The system of the external content type cannot be accessed.

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

    Recently, after importing some bdcm files, I was unable to create new forms based off of my new External Content Types. The error I received was; The system of the external content type cannot be accessed. It is either removed from the Business Data Connectivity Metadata Store or you do not have the necessary …


    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 📊

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