Showing archive results for 2011

Dec 1, 2011
Post comments count0
Post likes count0

Use SharePoint Web Services and PowerShell to Work with Search

Doctor Scripto

Summary: Learn how to use the web services in SharePoint with Windows PowerShell to query for search results. Microsoft Scripting Guy, Ed Wilson, is here. Today our Guest Blogger Week continues with an excellent post about using Windows PowerShell cmdlets with SharePoint. The post is written by a return guest, Josh Gavant. For those of you who migh...

Scripting Guy!Windows PowerShellguest blogger
Nov 30, 2011
Post comments count0
Post likes count0

Use PowerShell to Find and Remove Inactive Active Directory Users

Doctor Scripto

Summary: Guest blogger, Ken McFerron, discusses how to use Windows PowerShell to find and to disable or remove inactive Active Directory users. Microsoft Scripting Guy, Ed Wilson, is here. One of the highlights of our trip to Canada, was—well, there were lots of highlights—but one of the highlights was coming through Pittsburgh and havi...

Scripting Guy!Windows PowerShellguest blogger
Nov 29, 2011
Post comments count0
Post likes count0

Use a Free PowerShell Snap-in to Easily Manage App-V Server

Doctor Scripto

Summary: Windows PowerShell Microsoft MVP, Sherif Talaat, teaches how to manage App-V Server with a free Windows PowerShell snap-in. Microsoft Scripting Guy, Ed Wilson, is here. Guest Blogger Week continues with a special treat. We have Windows PowerShell Microsoft MVP, Sherif Talaat, with us today. Here is a little bit about him. Sherif Talaat is...

Scripting Guy!Windows PowerShellguest blogger
Nov 28, 2011
Post comments count1
Post likes count0

Four Easy Ways to Import CSV Files to SQL Server with PowerShell

Doctor Scripto

Summary: Learn four easy ways to use Windows PowerShell to import CSV files into SQL Server. Microsoft Scripting Guy, Ed Wilson, is here.  I was chatting this week with Microsoft PowerShell MVP, Chad Miller, about the series of blogs I recently wrote about using CSV files. He thought a helpful addition to the posts would be to talk about impor...

Scripting Guy!Windows PowerShellscripting techniques
Nov 27, 2011
Post comments count0
Post likes count0

Modify a PowerShell Script to Accept Piped Input

Doctor Scripto

Summary: Learn how to modify a Windows PowerShell script and turn it into an advanced function that accepts piped input and has complete Help. Microsoft Scripting Guy, Ed Wilson, is here. Some things end up being way more complicated than they might appear at first glance. Today’s script is a case in point. I decided I wanted to change the sc...

Scripting Guy!Windows PowerShellWeekend Scripter