Sign in
Off Campus
Michael Greene
Tags
BDD
Business of Schools
Deployment
Digital Lifestyle
Education Solutions
Gear
HP
Information Worker
iSCSI
Live
Management
Mini
Mobility
Notes from Michael
Office
Open Source
Pages
Podcast
PowerShell
Remote Desktop
Security
Server
Silverlight
SoftGrid
Student Lifestyle
Teaching & Learning
This Week
Training
Virtualization
Vista
Volume Activation
Windows
Windows 7
Windows Server
Windows Server 2008
Zune
Browse by Tags
TechNet Blogs
>
Off Campus
>
All Tags
>
business of schools
Tagged Content List
Blog Post:
UAG Setup system.exception
Michael Greene
Was just building a UAG test server in our lab and came across an error, which was easily resolved and worth posting for others. From the splash screen I clicked install only to receive a “system.exception” error. Even if I ran the .msi file directly, I would get a failure. A search returned one...
on
12 Apr 2010
Blog Post:
Backup Running Hyper-V VM's using Windows Backup
Michael Greene
The most popular question I receive is how to best perform backup/restore of virtual machines running in Hyper-V without taking them offline. The best enterprise approach is Data Protection Manager and you may have already seen some of the extensions to this functionality in 2010. But what if you have...
on
3 Apr 2010
Blog Post:
EDU Australia - Hyper-V deployment to 473 school sites!
Michael Greene
Great news from our friends on the other side of the globe. http://www.itwire.com/it-industry-news/strategy/38018-massive-hyper-v-deployment-at-nsw-education
on
3 Apr 2010
Blog Post:
Desktop Virtualization Hour
Michael Greene
I just want to make sure I have all my bases covered and have invited everyone I can. If you work in Education and have interest in VDI, this will be worth attending. I’ll be scheduling a follow-up webcast specifically for Education, within the next few months. Desktop Virtualization...
on
17 Mar 2010
Blog Post:
Command line VSS snap of Hyper-V VMs
Michael Greene
“What’s the easiest way to back up a Hyper-V VM on a stranded server at a remote site with low connectivity?” I get this question a fair amount. John’s blog post below shares an example script you could drop in place to schedule a VSS snap of Hyper-V VMs. This is just one of MANY possible...
on
3 Mar 2010
Blog Post:
RDP7 for XP and Vista
Michael Greene
Remote Desktop Protocol 7, the version which shipped with Windows 7 and Windows Server 2008 R2, is available to install on Windows XP (x86) as well as Windows Vista (x86/x64). This will bring the RDP7 functionality to those platforms including new functional enhancements including multiple monitors...
on
3 Mar 2010
Blog Post:
cool PS script - ipconfig info - just the facts please!
Michael Greene
I came across a cool script today . The intent is to limit the output from ipconfig to only enabled, TCP-bound NICs. Of course this isn't really ipconfig, it is a wmi call for net info but the result is the same. I dig the frame output but decided to see how slim I could get it in pure PS form. Note...
on
28 Jan 2010
Blog Post:
Get the name of a VM in Hyper-V from inside the VM
Michael Greene
Something I discovered today in working on a project – it is possible to find out what the VM is named in Hyper-V from within the guest OS. This is only possible if the IC’s are installed. It is a registry key and can be queried in a script. Example: $Name = Get-ItemProperty -path "HKLM...
on
10 Dec 2009
Blog Post:
VMM Script Series, Part 7 – Seperate VMs
Michael Greene
I’m publishing some of the scripts I have written for VMM. These are each based on specific customer asks or conversations that lead me to go sleepless in trying to solve the problems myself. I am very interested in your feedback, especially if you would like to offer a change to improve...
on
5 Nov 2009
Blog Post:
Webcast today – Exchange/Hyper-V – Level 300
Michael Greene
Just a reminder, TechNet Webcast scheduled for today on Best Practices for Virtualizing Exchange. Delivered by PMs, level 300, so this is not just a broad overview. Worth checking out. If you are on central time, this runs over your lunch hour. http://blogs.technet.com/virtualization...
on
4 Nov 2009
Blog Post:
Documentation – Building or Upgrading a Hyper-V Cluster
Michael Greene
As this has been a frequently requested link, I’m posting here. Step by Step Guide to Building a Hyper-V Cluster http://technet.microsoft.com/en-us/library/cc732181(WS.10).aspx Information on upgrading a Hyper-V RTM cluster to R2. http://blogs.msdn.com/clustering/archive/2009/10/08/9905089.aspx
on
2 Nov 2009
Blog Post:
VMM Script Series, Part 6 – New-VM
Michael Greene
I’m publishing some of the scripts I have written for VMM. These are each based on specific customer asks or conversations that lead me to go sleepless in trying to solve the problems myself. I am very interested in your feedback, especially if you would like to offer a change to improve efficiency...
on
29 Oct 2009
Blog Post:
VMM Script Series, part 3 – Show VHD Collisions
Michael Greene
I’m publishing some of the scripts I have written for VMM. These are each based on specific customer asks or conversations that lead me to go sleepless in trying to solve the problems myself. I am very interested in your feedback, especially if you would like to offer a change to improve efficiency or...
on
8 Oct 2009
Blog Post:
Configuring iSCSI MPIO on Windows Server 2008 R2 (full)
Michael Greene
We have recently gone through the process of wiping out our lab and rebuilding from scratch on Windows Server 2008 R2 Enterprise. During this process, I recorded the steps I used to configure MPIO with the iSCSI initiator in R2. Just to make life more complex, our servers only have 2 NICs, so I am balancing...
on
29 Aug 2009
Blog Post:
KB Article for 2008 RTM TS Licensing Server to support R2 CALs
Michael Greene
A peer sent this link to me today. I felt it important to share as a few people have asked me if it would be possible. There is an update available. http://support.microsoft.com/kb/968074
on
12 Aug 2009
Blog Post:
Wake On LAN (WOL) – PowerShell style
Michael Greene
Working on another project and I needed a way to wake up an offline server from within my PS script. I found this genius blog post and converted it to a script. Genius blog post - The PowerShell Guy : PowerShell Wake-on-lan script I saved the below text as send-wol.ps1 for re-usability. This...
on
1 Apr 2009
Blog Post:
College Uses Application Virtualization to Deliver Course Software Easily, Inexpensively
Michael Greene
That’s the subtitle of a case study that recently went online (so I’m not plagiarizing). A colleague sent this over to me and I had the privilege of talking with these folks a couple of weeks ago. Interesting details of this deployment (scroll down now to see why). Reading the article...
on
17 Mar 2009
Blog Post:
Evacuate! script – move all VMs off cluster node using intelligent placement
Michael Greene
Just wanted to share this script I wrote. The idea is I want to do something (anything) to a host and feel it might cause a service interruption so I would prefer to move all VMs off the node. Rather than doing it manually in the cluster or in VMM, or forcing VMs off in a reboot, this script...
on
9 Mar 2009
Blog Post:
Three updates I apply in a Hyper-V/VMM lab
Michael Greene
This resolves the Hyper-V status warning message in VMM. http://www.microsoft.com/downloads/details.aspx?FamilyID=fd44b4e3-2dcc-4299-b345-bc09a9a37b60&displaylang=en This resolves an issue when using BITS to transfer to/from volumes mounted by GUID. http://www.microsoft.com/downloads/details.aspx...
on
4 Mar 2009
Blog Post:
Open remote connection to Hyper-V VM console
Michael Greene
Access directly to the console of a virtual machine in three easy steps. 1. Create shortcut to VM Connect Open %programfiles%\Hyper-V and do a right-click drag and drop to your desktop from vmconnect.exe to “Create Shortcut Here”. 2. (optional) rename the shortcut to something you like and put it somewhere...
on
2 Mar 2009
Blog Post:
Hyper-V snapshots are for rollback, not backup/recovery
Michael Greene
I try to hit on this point in every Hyper-V presentation. Snapshots are GREAT for maintenance and roll-back, but they are very, VERY different than what you might be currently using as “snap-mirrors” on your SAN environment. The similarities in syntax have lead to some understandable misunderstanding...
on
25 Feb 2009
Blog Post:
Microsoft Admins in Higher Education – Technical Conference – Registration Open
Michael Greene
Each year we host around 100 IT Pros from universities all around the country (and the world) in Redmond for a three day conference. This is organized by a committee from the Windows HIED listsrv hosted by Stanford University and has a focus on NOT being a sales event, rather a chance for administrators...
on
23 Feb 2009
Blog Post:
Blog Link: Janssen Jones on PowerShell
Michael Greene
This is a great blog Janssen. Keep them coming!!! http://janssenjones.typepad.com/janssenjonescom/ The top three posts (as of today) are all related to managing Hyper-V with PowerShell. Especially interesting is the code he has written to provision his SAN on the fly! I guess I should start...
on
21 Feb 2009
Blog Post:
Case Studies – Hyper-V in Education
Michael Greene
Indiana University University Improves Service Availability, Reduces IT Workload with Virtualization Indiana University is one of the largest state university systems in the United States, with nine campuses, 100,000 students, 7,000 faculty members, and 11,000 staff members. The university’s Auxiliary...
on
21 Feb 2009
Blog Post:
Hyper-V Remote Management – resolving the "Access Denied”
Michael Greene
Got this question twice this week so I’d say it is blog worthy. How to configure a Hyper-V server to be remotely managed (manage stand alone server or across domains). You might also consider reviewing the ACLs he describes if you are troubleshooting some anomaly in a trusted domain environment...
on
13 Feb 2009
Page 1 of 3 (65 items)
1
2
3