Sign in
Benp's Guide to Stuff
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
Active Directory
ADSI
benp
books
Bulk
class
cluster
Clustering
create-childvm.ps1
DirectoryEntry
disk
domain controller
function
get-eventlog
get-wmiobject
gwmi
hotfix
Hyper-V
Performance
PowerShell
server core
System.DirectoryServices.DirectoryEntry
tech-ed
Virtual Server
wmi
Archive
Archives
November 2010
(1)
August 2010
(1)
May 2010
(1)
December 2009
(1)
January 2009
(2)
August 2008
(1)
June 2008
(7)
January 2008
(1)
November 2007
(2)
October 2007
(1)
July 2007
(3)
June 2007
(2)
May 2007
(1)
April 2007
(1)
March 2007
(2)
February 2007
(1)
TechNet Blogs
>
Benp's Guide to Stuff
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Benp's Guide to Stuff
Use PowerShell to Patch VHD and WIM Image Files
Posted
over 3 years ago
by
Benp - Microsoft
3
Comments
Hi Everyone I’ve written an article for the The Scripting Guy blog on how to use PowerShell to patch VHD and WIM image files. Check it out! http://blogs.technet.com/b/heyscriptingguy/archive/2010/11/14/use-powershell-to-patch-vhd-and-wim-image...
Benp's Guide to Stuff
How To Figure Out Which Processes are Generating Disk IO in Windows 7
Posted
over 3 years ago
by
Benp - Microsoft
1
Comments
This article is a step by step guide on how to identify how much data each process is writing to disk. It’s particularly relevant for VDI installations, but also applies to physical Windows 7 installations. If you are using Windows 7 as a VDI client,...
Benp's Guide to Stuff
Hyper-V Best Practice Analyzer - What does it check
Posted
over 3 years ago
by
Benp - Microsoft
0
Comments
Hi All Last month we released the Hyper-V Best Practice Analyser . I was interested to see what checks/rules the Best Practice Analyser made and used, so I started digging around. Because the Hyper-V Best Practice Analyser is based on the standard...
Benp's Guide to Stuff
PowerShell Resources
Posted
over 4 years ago
by
Benp - Microsoft
1
Comments
Hi All I`m regularly asked what resources I would recommend to people who want to develop their PowerShell scripting skills. So I’ve worked with some of my colleagues to create a list of resources that we regularly point people to. There are absolutely...
Benp's Guide to Stuff
Managing Large Infrastructures with PowerShell v2
Posted
over 4 years ago
by
Benp - Microsoft
0
Comments
Hi All I had the pleasure of speaking at Tech Ed EMEA this year on the subject "Managing Large Infrastructures with PowerShell v2". I co-presented the session with Jeffrey Snover and a recording of this session has been uploaded to the microsoft site...
Benp's Guide to Stuff
Interview with me on the Get-Scripting Blog
Posted
over 4 years ago
by
Benp - Microsoft
0
Comments
Hi All I met Jonathan Medd at Tech Ed EMEA this year and he kindly invited me to be interviewed for his PowerShell podcast. If you would like to listen to the podcast it's here: http://get-scripting.blogspot.com/2008/12/get-scripting-podcast-episode...
Benp's Guide to Stuff
Scripting Hyper-V with WMI and PowerShell: Part 1 – Introduction + Querying State
Posted
over 5 years ago
by
Benp - Microsoft
2
Comments
Scripting Hyper-V with WMI and PowerShell Part 1 – Introduction + Querying State Introduction When it comes to scripting Hyper-V there are really 2 methods: 1. Using the virtualization WMI provider that ships with Hyper-V. 2. Using the...
Benp's Guide to Stuff
Inteverview with me on Technet Edge
Posted
over 5 years ago
by
Benp - Microsoft
1
Comments
Hi All I got kidnapped by the Tech Net Edge guys whilst I was at Tech Ed the other week, and intereviewed about the PowerShell and WMI session that I was presenting there. If you'd like to see the interview in full it's here: http://edge.technet...
Benp's Guide to Stuff
How to Configure a Server Core Domain Controller: Vanilla to First DC in a Forest
Posted
over 5 years ago
by
Benp - Microsoft
3
Comments
Hi All Sometimes you just want a new Domain created quickly for a bit of testing. Given that Windows 2008 ships with server core, a light footprint version of the OS, it’s ideal for being the domain controller. As I am fairly inexperienced with...
Benp's Guide to Stuff
Tech Ed 2008 - Demo 5 - Administering Failover Clustering
Posted
over 5 years ago
by
Benp - Microsoft
1
Comments
Finally, here is the last demo. Demo 5 – Administering Failover Clustering I have already written a detailed post, and a similar script on this subject, here . However, I promised all the demos would be on my blog, so attached is the exact script...
Benp's Guide to Stuff
Tech Ed 2008 - Demo 4 - Administering Hyper-V
Posted
over 5 years ago
by
Benp - Microsoft
2
Comments
So here is Demo 4 – Administering Hyper-V I am planning to put more posts on my blog, looking at this subject in more depth, so stay tuned for more in depth demos. This was is what I demo’d at Tech Ed 2008. Notice the namespace that is used: ...
Benp's Guide to Stuff
Tech Ed 2008 - Demo 3 - How do I Know Which Classes to Use
Posted
over 5 years ago
by
Benp - Microsoft
3
Comments
Ola Demo 3 – How Do I Know Which Classes to Use In this demo I firstly used WMI Browser, which provides a GUI that can be used to visually display WMI information. That can be downloaded from here: I then browsed for classes in PowerShell. I...
Benp's Guide to Stuff
Tech Ed 2008 - Demo 2 - Administering Servers in Bulk
Posted
over 5 years ago
by
Benp - Microsoft
4
Comments
Bonjour Bonjour It’s time for Demo 2 – Administering Servers in Bulk. I’ve attached the 4 scripts that I used. Demo 2 – Administering Servers in Bulk BulkServers1.ps1 – This script reads in a text file, containing 1 server per line. It simply...
Benp's Guide to Stuff
Tech Ed 2008 - Demo 1 - Administering Windows
Posted
over 5 years ago
by
Benp - Microsoft
2
Comments
Hello Again Well I’ve delivered my session “Windows, PowerShell and WMI: Unveiling Microsoft’s Best Kept Secret”, and as promised here are the scripts for the Demo’s I used during my session: Demo 1 – Administering Windows All these demos are...
Benp's Guide to Stuff
Listing WMI Namespaces installed on a host
Posted
over 5 years ago
by
Benp - Microsoft
2
Comments
Ladies and Gents Many months ago I posted a script on how to search a namespace for different classes. The post is here A common question I then get asked is “How do I know what WMI namespaces are installed on a system?” The answer is not immediately...
Benp's Guide to Stuff
PowerShell To Be Added to Common Engineering Criteria
Posted
over 6 years ago
by
Benp - Microsoft
8
Comments
Hi All Some of you may of heard about this already, but it's recently been announced that PowerShell will be in the Microsoft Common Engineering Criteria for 2009. What is the Common Engineering Criteria? The Common Engineering Criteria is a set of criteria...
Benp's Guide to Stuff
Intro to SCVMM
Posted
over 6 years ago
by
Benp - Microsoft
0
Comments
Hi All I had the pleasure of presenting a joint session at the PowerShell UK User Group this week. I presented a joint session with Jeremy Peck from HP on an Introduction to SCVMM and scripting it with PowerShell. I have attached my slide deck from...
Benp's Guide to Stuff
Vista Event Logs and PowerShell
Posted
over 6 years ago
by
Benp - Microsoft
1
Comments
Hello Everybody Sorry for the huge delay in posting anything, I promise I will never leave it so long again. I got asked a question the other day. Can I use Get-EventLog to access all the new logs that are in Vista? Which logs am I referring...
Benp's Guide to Stuff
Scripting Virtual Server with PowerShell - Create-ChildVM.ps1
Posted
over 6 years ago
by
Benp - Microsoft
0
Comments
Hello I hate writing up scripts. Writing the scripts themselves is great, it’s just explaining them after which is really boring J Here is the second demo script I used last week, Create-ChildVM.ps1. This script is invaluable if you need to quickly...
Benp's Guide to Stuff
Scripting Virtual Server with PowerShell - CAP-ISO.ps1
Posted
over 6 years ago
by
Benp - Microsoft
14
Comments
Hello Everyone As promised, attached is the first fo the demo scripts that I used at the “Scripting Virtual Server with PowerShell” session I ran. I`m not going to go through the whole script but here is an over view and bit more detail on a few key...
Benp's Guide to Stuff
Scripting Virtual Server with PowerShell
Posted
over 6 years ago
by
Benp - Microsoft
5
Comments
Bonjour Bonjour Last night I was kindly invited to speak at the PowerShell UK User Group meeting. The subject I delivered was "Scripting Virtual Server with PowerShell". I was asked if I could post my slide deck, so here it is in both pptx and ppt...
Benp's Guide to Stuff
Searching WMI
Posted
over 6 years ago
by
Benp - Microsoft
4
Comments
Ladies and Gents A lot people have been asking me: “How do I know if there is a WMI provider for xxxx?”. Quite often a quick search in live.com will get you the results, but there is a way of searching WMI from within PowerShell. I have created a really...
Benp's Guide to Stuff
Tech-Ed 2007 - Top 5 PowerShell Questions
Posted
over 6 years ago
by
Benp - Microsoft
13
Comments
Ladies + Gents This week I have had the privilege of working at TechEd 2007. I’ve been on the PowerShell demo stand in the Technical Learning Centre and talking to what feels like most of the 12000 attendees about how cool PowerShell is. It probably...
Benp's Guide to Stuff
Clustering Best Practices: Using PowerShell to Check Hotfix Compliance
Posted
over 6 years ago
by
Benp - Microsoft
2
Comments
So Guys + Gals As well as writing PowerShell scripts and running a PowerShell course here in the UK, I spend a lot of time looking at clusters. I go to customers and run a cluster health check to make sure that their cluster adheres to best practices...
Benp's Guide to Stuff
Creating an AD Shell
Posted
over 6 years ago
by
Benp - Microsoft
3
Comments
Hello Again This is my third post in the Active Directory and PowerShell series. In this post I want to talk about how to create your own pseudo-cmdlets to manage the AD. I`m going to talk about how to present scripts to PowerShell that behave in a...
Page 1 of 2 (28 items)
1
2