By tag: Powershell
0
kicks
Script to automatically configuring Remote PowerShell for Windows Azure Virtual Machines on your mac
In my last post I explained how to leverage the support for Remote PowerShell in your Windows Azure Virtual Machines. While this is fairly easy to setup, it can get a little boring if you need to repeat this over and over again (especially the part with the certificates). A few weeks ago Michael Was...
0
kicks
Using Remote Powershell with Windows Azure Virtual Machines
Just before the weekend Scott Guthrie announced a few improvements to Virtual Networks, Virtual Machines and Cloud Services. One of these improvements was the support for Remote Powershell. This means that, when you create a Virtual Machine you can choose to enable Remote Powershell on that machine....
0
kicks
A Mercurial PowerShell Prompt
A Mercurial prompt for PowerShell that display the status of the current working directory.
0
kicks
Scripting IIS7 With PowerShell
A simple example of how to use PowerShell to manage IIS7 virtual directories and switch between branches in version control.
0
kicks
Finding stuff quickly (or searching through code effectively)
David Mohundro shows off some PowerShell ninja moves with a script that searches for a string and returns a list of files, line numbers, and context excerpts with search parameter highlighting, all from the command line.
0
kicks
When PowerShell hash table magic backfires
We just made it through the holidays and I finally found time to write about the most annoying thing in PowerShell: Hash table semi-automatic, which can easily result in some subtle bugs. And all of that, just because the hash tables don't behave as I would expect. I assumed hash tables to be implic...
0
kicks
Dear PowerShell Santa...
PowerShell has a great potential, but it needs professional tool support in order for it to mature. The current solutions are far too amateur. Here is my list of PowerShell improvements for Santa Claus
0
kicks
One PowerShell Script to download PDC2008 Videos, Code and PowerPoints
Yes I did it. I downloaded all 65,563,667,714 bytes and saved them as 407 files on my nice new WD Passport hard drive that I brought home from the PDC2008. And, yes I did it the old fashioned manual way: Right-Click on link and Save-As. But you don't have to do it. In this blog post I provide the me...
0
kicks
PowerShell Scripting for SharePoint Version
Get the basic details of PowerShell and see how it works with SharePoint to get its version details...
0
kicks
PowerShell & WebServices
In this posting I'm going to show how you can generate a Webservice-Proxy on the fly in PowerShell. After that we'll use it with a SharePoint WebService. To generate the Webservice-Proxy Source Code we will use the Windows SDK Tool wsdl.exe. Then we'll compile the generated code with the .NET Framew...
0
kicks
PowerShell & SharePoint - Quick Start
SharePoint and PowerShell are a perfect match. Here's the PowerShell profile I'm using on all my Sharepoint Dev. Boxes. A must have!
0
kicks
SharePoint Designer PowerActiviy-The Most Powerfull Activity On Earth
I've just released the V1.0 of PowerActivity for SharePoint Designer.
Anything PowerShell can do, anything PowerActivity can do. That's really, really a lot :-)
0
kicks
Speeding Up PowerShell Startup
I talked about this before but a number of people have missed it so here it is under a better title.
In V1, we had a problem which caused our assemblies to not get ngen'ed during installation. If you don't know what "ngen" is, don't worry - you don't need to. All you need to know is...
0
kicks
Easily Downloading and Installing the Sysinternals Suite
Nice script from John Robbins to automate getting the latest and greatest from Sysinternals.
0
kicks
PowerShellTunnel - script your app from PowerShell at runtime
Use an ordinary PowerShell console to access your application's objects (explicitly hosted in a PowerShell runspace) at runtime, including tab expansion and piping objects into and out of your application.
(This is a C#/PowerShell MSDN Code Gallery project with source.)