Powershell
Tag details
Welcome to the 'Powershell' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'Powershell'.
Look up
"Powershell"
at The Free Dictionary
Latest blogosphere posts tagged “Powershell”
-
PowerShell-Based console for SMS 2003 « Dmitry’s PowerBlog: PowerShell and beyond
Rod Trent at myITforum.com —
Authority: 139
Are you running Microsoft Systems Management Server 2003 and want to have it fully scriptable in PowerShell? Check out this wonderful SMS/ConfigMgr PowerPack David Moravec put together. PowerShell-Based console for SMS 2003 « Dmitry’s PowerBlog: PowerShell and beyond19 hours ago -
Extension for temporary files
MSMVPS.COM —
Authority: 650
When I did the post on creating temporary files http://msmvps.com/blogs/richardsiddaway/archive/2009/11/05/creating-temporary-files.aspx I said I’d modify it so the file would be created with a given extension. 001 002 003 004 005 ...20 hours ago -
PowerShell-Based console for SMS 2003
Dmitry's PowerBlog: PowerShell and beyond —
Authority: 486
Are you running Microsoft Systems Management Server 2003 and want to have it fully scriptable in PowerShell? Check out this wonderful SMS/ConfigMgr PowerPack David Moravec put together. It lets you browse all your SMS configuration and among other things: List members of collection See package properties See ...1 day ago -
Dew Drop – November 11, 2009
Alvin Ashcraft's Morning Dew —
Authority: 126
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Application Settings (Richard Carr) ...1 day ago -
Finding the Microsoft File Transfer Manager
Rob Farley —
Authority: 98
This is really just a reminder blog post for me. Way too often I find that I have closed the Microsoft File Transfer Manager for one reason or another, and I want to start it up again to resume some download from my MSDN Subscription. Like today, I need to grab the latest version of SQL Server 2008 R2 , which ...1 day ago -
Free Windows PowerShell Reference Card
Code Beach —
Authority: 433
A free Windows PowerShell cheat sheet from DZone. This refcard covers starting and using Windows PowerShell, including the syntax for all statements, operators and other elements of the language. Also included are examples of how to use .NET, COM, ADSI and WMI objects from PowerShell. Finally, it includes tips and ...1 day ago -
Dew Drop – November 10, 2009
Alvin Ashcraft's Morning Dew —
Authority: 126
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio F# Language Details ...2 days ago -
Management Shell Quick Reference for Exchange 2010
MSMVPS.COM —
Authority: 650
A great document that should be used a lot: Exchange Management Shell Quick Reference for Exchange 2010 . Brief Description This download contains a quick reference sheet that can be used to access frequently used Exchange Management Shell cmdlets and syntax in Microsoft Exchange Server 2010. Overview The Exchange ...2 days ago -
Security Essentials
MSMVPS.COM —
Authority: 650
001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 ...2 days ago -
Security Essentials
Richard Siddaway's Blog —
Authority: 118
001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 #Requires -version 2.0 ## wrapper functions for Microsoft Security Essentials $mse = "C:\Program Files\Microsoft Security Essentials\MpCmdRun.exe" function Start-Scan { param ...2 days ago -
PowerPack Creation Manual
Dmitry's PowerBlog: PowerShell and beyond —
Authority: 486
Kirk has published a pretty extensive reference manual on PowerPacks (PowerGUI add-ons), what they are, how to customize them, and how to create the ones of your own. Great timing considering that you still have 5 days to create a PowerPack and submit it to the PowerPack Challenge ! Check out the document here .2 days ago -
25 lines of PowerShell to Navigate PDC09 Sessions
Development in a Blink —
Authority: 420
I find the PDC09 site a bit frustrating to navigate the sessions I want to attend. So I whipped up this 25 line PowerShell/WPK GUI. Type in the search box to find matching session titles. Click on a title and the browser navigates to PDC session page. The Code Grab the Code You need PowerShell V2 ...2 days ago -
25 lines of PowerShell to Navigate PDC09 Sessions
Lab49 Blog —
Authority: 141
I find the PDC09 site a bit frustrating to navigate the sessions I want to attend. So I whipped up this 25 line PowerShell/WPK GUI. Type in the search box to find matching session titles. Click on a title and the browser navigates to PDC session page. The Code Grab the Code You need PowerShell V2 ...2 days ago -
Powershell script to find orphan stored procedures
Richard Dingwall —
Authority: 410
Working on a legacy application that uses over 2,200 stored procedures, it can be hard to keep track of which ones are still active and which can be deleted. Here’s a quick PowerShell script I wrote that locates stored procedures in a database that aren’t referenced by code or other database objects (assuming you ...2 days ago -
Download Podcasts with Powershell
Scott Hanselman's Computer Zen —
Authority: 567
A number of people have mentioned to me that they didnt realize that Powershell is included by default in Windows 7. If you havent yet jumped on the Powershell bandwagon, this is a good time. Powershell 2 includes a bunch of cool features like remoting (kind of like SSH) as well as a visual IDE for writing, ...2 days ago -
Getting Change Events
MSMVPS.COM —
Authority: 650
I wasn’t particularly happy with the script for getting change events on the filesystemwatcher we discussed last time. As a quick recap we ended up with this 001 002 003 004 Get-Event ...2 days ago -
Getting Change Events
Richard Siddaway's Blog —
Authority: 118
I wasn’t particularly happy with the script for getting change events on the filesystemwatcher we discussed last time. As a quick recap we ended up with this 001 002 003 004 Get-Event -SourceIdentifier "File System Changed" | where { ( $_ . EventIdentifier % 2 ...2 days ago -
Windows Server 2008 R2 Developer Training Course Launches on Channel 9
US ISV Developer Evangelism Team —
Authority: 504
Channel 9 launches the Windows Server 2008 R2 Training Course for Developers. Channel 9 has always been about giving Developers insight into new Microsoft platform technologies. The Channel 9 Learning Center extends that objective with self-paced learning experiences. Windows Server 2008 R2 ...2 days ago -
He Gets Around!
SAPIEN Technologies —
Authority: 410
CEO Ferdinand Rios is off to Columbus Ohio to speak at The Central Ohio PowerShell user group on 11/12/2009 at 6:30pm. Location: 1275 Kinnear Road Columbus, OH 43212 phone: 614-675-3711 They will be discussing PowerShell Profiles. Dr. Rios will be presenting PrimalForms and how to create GUI interfaces in ...2 days ago -
Dew Drop – November 9, 2009
Alvin Ashcraft's Morning Dew —
Authority: 126
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Motivating F# equality and comparison ...3 days ago