Sign In
Adam Semel's Developer Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
AJAX
beginRequestHandler
CreatePipeline
CreateRunspace
cursor
Custom Properties
endRequestHandler
Get-Template
InvokePowerShell
ITemplate
Percentage
PowerShell
Progess
runspace
runspacefactory
SCVMM
Server Control
TR_SubtaskTrail
UpdatePanel
UpdateProgress
WLC_VObject
Archive
Archives
April 2012
(1)
September 2010
(1)
August 2010
(1)
April 2010
(1)
March 2010
(2)
July 2007
(2)
June 2007
(3)
MSDN Blogs
>
Adam Semel's Developer Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Adam Semel's Developer Blog
Working with SCVMM 2012 Powershell in C# - InvokePowerShell function
Posted
1 month ago
by
Bambam9876
0
Comments
I have a blog post on Working with SCVMM Powershell in C# - InvokePowerShell funciton , that has been pretty popular and helpful to some. I want to write a subsequent blog post on doing the same thing but what has changed in SCVMM 2012. SCVMM 2012...
Adam Semel's Developer Blog
How to Serialize a Dictionary or Hashtable in C#
Posted
over 2 years ago
by
Bambam9876
6
Comments
This post kind of doesn't fit in with some of my other posts however, I had this question, and when I searched for answers on this, the answers I found were either incomplete, inneficient or outdated. So to make it easy for everyone, I'm writing this...
Adam Semel's Developer Blog
How to get Job progress from SCVMM
Posted
over 2 years ago
by
Bambam9876
0
Comments
Hey guys, In this post I will discuss a question that has come my way a few times. This post will discuss how to get the percentage of a job task from SCVMM that you may use in your custom applications to allow your end users to watch the progress...
Adam Semel's Developer Blog
Getting a thumbnail from Hyper-V or SCVMM in C#
Posted
over 2 years ago
by
Bambam9876
2
Comments
This blog post will discuss how to get a thumbnail from Hyper-V. I will show you how to set the size for the thumbnail and save the thumbnail as a usable image file. In this example I will be saving the thumbnail image as a .jpg. There are other blog...
Adam Semel's Developer Blog
Working with SCVMM Powershell in C# - InvokePowerShell function
Posted
over 2 years ago
by
Bambam9876
2
Comments
In may last post I used a function to allow C# to talk to SCVMM via powershell. This blog will demonstrate and show you how to create your own InvokePowerShell functions, and I'll show you a way you can use this function with external powershell scripts...
Adam Semel's Developer Blog
Working with the SCVMM Templates via Powershell
Posted
over 2 years ago
by
Bambam9876
2
Comments
Ok... this is my first blog post in quite some time. I've been doing some different coding and since my ASPNET blog posts helped people out, I thought I'd share what I've learned working with SCVMM. In this post I'll describe how to request and work...
Adam Semel's Developer Blog
What's yours... is mine...
Posted
over 5 years ago
by
Bambam9876
2
Comments
Here is something that I played with today that I think it's very interesting so I' thought I'd share. I have created a class called ClassLibrary1 (I know.. how original!)... looks like this: using System; using System.Collections.Generic; ...
Adam Semel's Developer Blog
Tree Huggin!
Posted
over 5 years ago
by
Bambam9876
3
Comments
I have another server control request. This time we are looking for an ASPNET TreeView control, but we need to be able to add a button to some of the tree nodes. The button will have a different event fired than clicking on the tree node in the treeview...
Adam Semel's Developer Blog
Wait a sec!!
Posted
over 5 years ago
by
Bambam9876
0
Comments
I got a question today that I think might become a pretty common question. The request was how can I change my cursor to a wait cursor when I do an AJAX postpack? The answer is actually very simple. It happens in the Sys.Webforms.PageRequest class...
Adam Semel's Developer Blog
To Update...or Not to Update.. that is the question...
Posted
over 5 years ago
by
Bambam9876
0
Comments
OK.. so the ask is that we are looking for a server control that will use AJAX. We need this server control to use an UpdateProgress control. I started with the basic implementation of the server control like this: using System.Data; using System...
Adam Semel's Developer Blog
Hello World!
Posted
over 5 years ago
by
Bambam9876
2
Comments
Hello Everyone... thanks for checking out my blog... I work on some amazing cases here at Microsoft.. and I thought I would share of the neat stuff I come across every day.. it's never as exciting as the actual discovery itself.. but hopefully this...
Page 1 of 1 (11 items)