<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>System Center Forum</title>
	<atom:link href="http://www.systemcenterforum.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.systemcenterforum.org</link>
	<description>Community solutions for the System Center Suite, Virtualization and Systems Management</description>
	<pubDate>Mon, 05 Jan 2009 16:23:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
			<item>
		<title>ResearchThis! KB - MOM NT Performance Mapper Module Failed Execution</title>
		<link>http://www.systemcenterforum.org/kb/researchthis-kb-mom-nt-performance-mapper-module-failed-execution/</link>
		<comments>http://www.systemcenterforum.org/kb/researchthis-kb-mom-nt-performance-mapper-module-failed-execution/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 14:15:39 +0000</pubDate>
		<dc:creator>tdomf_37390</dc:creator>
		
		<category><![CDATA[Operations Manager 2007]]></category>

		<category><![CDATA[kb]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/?p=2472</guid>
		<description><![CDATA[Issue:
Module execution failure. Error: 0×80004002 Details: No such interface supported One or more workflows were affected by this. Workflow name: Collect_Mailbox_Statistics.AverageMailboxMessageCount.PerformanceCollection Instance name: Exchange Storage Instance ID: {EA38268C-2ECD-0282-A844-EB4ECC833651} Management group: MGMTGROUP
Resolution:

Under Administration in the SCOM console goto Run As Profiles
Select Default Action Account
Right Click, Select Properties
Click Run As Accounts tab
Select an Exchange server under target [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>:</p>
<p>Module execution failure. Error: 0×80004002 Details: No such interface supported One or more workflows were affected by this. Workflow name: Collect_Mailbox_Statistics.AverageMailboxMessageCount.PerformanceCollection Instance name: Exchange Storage Instance ID: {EA38268C-2ECD-0282-A844-EB4ECC833651} Management group: MGMTGROUP</p>
<p><strong>Resolution</strong>:</p>
<ul>
<li>Under Administration in the SCOM console goto Run As Profiles</li>
<li>Select Default Action Account</li>
<li>Right Click, Select Properties</li>
<li>Click Run As Accounts tab</li>
<li>Select an Exchange server under target computer</li>
<li>Clcik on the Edit button and change it to Local System Action Account, click</li>
<li>OK</li>
<li>Repeat for all Exchange servers.</li>
<li>Click OK</li>
<li>Restart health service on the Exchange server errors should be gone.&#8217;</li>
</ul>
<div></div>
<p><strong>Submitted By</strong>: Brett Wickenden</p>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/kb/researchthis-kb-mom-nt-performance-mapper-module-failed-execution/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tip: How to automate daily discovery and agent installation in OpsMgr and Essentials</title>
		<link>http://www.systemcenterforum.org/news/tip-how-to-automate-daily-discovery-and-agent-installation-in-opsmgr-and-essentials/</link>
		<comments>http://www.systemcenterforum.org/news/tip-how-to-automate-daily-discovery-and-agent-installation-in-opsmgr-and-essentials/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 13:53:42 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<category><![CDATA[Scripts]]></category>

		<category><![CDATA[Tips -n- Tricks]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/?p=2464</guid>
		<description><![CDATA[By request, here&#8217;s a rundown on the process in both products&#8230;
In the days of MOM 2005, there was a daily process to discover computers and deployment the MOM agent. This was configurable, but allowed MOM administrators to put discovery on auto-pilot, so to speak.  How this works in current versions today depends on whether you [...]]]></description>
			<content:encoded><![CDATA[<p><em>By request, here&#8217;s a rundown on the process in both products&#8230;</em></p>
<p>In the days of MOM 2005, there was a daily process to discover computers and deployment the MOM agent. This was configurable, but allowed MOM administrators to put discovery on auto-pilot, so to speak.  How this works in current versions today depends on whether you are using Operations Manager 2007 or Essentials 2007. In this post, I&#8217;ll briefly discuss how this process works, and how you can control its behavior.</p>
<p> </p>
<h3>Operations Manager 2007 </h3>
<p>Scheduled computer discovery and agent deployment is no longer a core features in Operations Manager 2007. The new Active Directory Integration feature is more or less a replacement for this. This leads to a problem if you do not have an agent embedded in your OS image, or if you have not otherwise configured an automated method (like ConfigMgr software deployment or AD Group Policy) to push the OpsMgr agent to new computers in the Active Directory.</p>
<p>However, through the OpsMgr Command Shell, we can work around this limitation by performing computer discovery and agent deployment on a schedule. I have already discussed this process and  provided a fully functioning Powershell script in the following article:</p>
<p><strong>Scheduled DIscovery and Agent Deployment in Large Environments for OpsMgr 2007</strong></p>
<p><a href="http://www.systemcenterforum.org/news/scheduled-discovery-and-agent-deployment-in-large-and-complex-environments/">http://www.systemcenterforum.org/news/scheduled-discovery-and-agent-deployment-in-large-and-complex-environments/</a></p>
<p> </p>
<h3>Essentials 2007 </h3>
<p>Scheduled computer discovery and agent deployment is controlled by a rule in System Center Essentials. It can be configured in the <strong>Feature Configuration Wizard </strong>when you first configure Essentials. However, it can also be configured and tuned by overriding the rule directly. The rule is targeted to the Root Management Server object class (Essentials is the RMS) and the rule name is <strong>Scheduled Agent Discovery and Installation</strong>. Simply enabling this rule (setting Enabled=true) will turn on a daily run of computer discovery and agent deployment. </p>
<p> </p>
<p>However, the default values may not be what you want. If you look at the overridable parameters in this rule, you will see you can control the interval and time of day at which the process is carried out. This can be done through two additional </p>
<ul>
<li><strong>IntervalSeconds</strong> - Controls how often the rule runs. This is 86400 seconds (1 day) by default.</li>
<li><strong>SyncTime </strong>- Controls the time of day during which the rule runs. This is 1am by default. If computers are not running overnight, you may want to adjust this value so agent installation can be carried out successfully. </li>
</ul>
<div>   </div>
<div>Adjust these overrides to control how often and at what time of day computer discovery and agent installation occur. However, be use caution when changing these values, particularly how often discovery is carried out. There is generally not cause to lower this below the one day default.</div>
<div>     </div>
<h3><strong>Error Reporting </strong></h3>
<div>In both the OpsMgr Powershell scenario and the Essentials Scheduled Discovery and Install rule, you will find an alert is raised if agent deployment fails. If you check the Pending Management node of the Administration space in the Operations or Essentials console, you will also see the computers for which installation has failed.</div>
<div></div>
<div>     </div>
<div><em>Please leave questions as a comment on this post.</em></div>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/news/tip-how-to-automate-daily-discovery-and-agent-installation-in-opsmgr-and-essentials/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpsMgr Powershell TIP: Desktop Shortcut for Enabling Group Maintenance Mode</title>
		<link>http://www.systemcenterforum.org/news/opsmgr-powershell-tip-desktop-shortcut-for-enabling-group-maintenance-mode/</link>
		<comments>http://www.systemcenterforum.org/news/opsmgr-powershell-tip-desktop-shortcut-for-enabling-group-maintenance-mode/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 08:20:39 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Command Shells]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<category><![CDATA[Powershell]]></category>

		<category><![CDATA[Tips -n- Tricks]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/?p=2435</guid>
		<description><![CDATA[Ever wished you had a desktop shortcut you could use to put groups in and out of maintenance mode whenever you needed to? I think simple prompts for input make a script more convenient than having to type out parameters names and values.
This is something I wanted for my lab, so I set out to [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wished you had a desktop shortcut you could use to put groups in and out of maintenance mode whenever you needed to? I think simple prompts for input make a script more convenient than having to type out parameters names and values.</p>
<p>This is something I wanted for my lab, so I set out to update an existing OpsMgr maintenance mode script to meet the following criteria</p>
<ul>
<li>Launch from a desktop shortcut</li>
<li>Prompt the user for the display name of the group to put into OR remove from maintenance mode</li>
<li>Prompt for number of hours maintenance mode should be set</li>
<li>When needed data is supplied, put computer, health service and health service watcher into maintenance mode.</li>
</ul>
<div>In this article, I&#8217;ll show you how convert a maintenance mode script with parameters to a script you can launch with a desktop shortcut that will prompt you for the input. I&#8217;ll be working with a solid group maintenance mode script from Boris that you can get <a href="http://blogs.msdn.com/boris_yanushpolsky/attachment/8034871.ashx" target="_blank">HERE</a>.</div>
<div>I&#8217;ll provide a download link for our modified copy at the end of this article as well.</div>
<div></div>
<div></div>
<h3>HOW TO CONVERT POWERSHELL SCRIPT PARAMETERS INTO PROMPTS FOR INPUT</h3>
<p><strong>Step 1:</strong> It starts with a couple of syntax changes. We take the cmd line parameters accepted by the script (contained in line 1 shown below:</p>
<p><span style="color: #0000ff;">param($groupName,$hours,$rmsServerName,$startMM)</span></p>
<p>and change it to the syntax you see below, which uses the <strong>read-host</strong> cmdlet to collect user input. Make sure to replace the FQDN with that of your Root Managemnet Server.</p>
<p><span style="color: #339966;"><em>#Set name of RMS server</em></span></p>
<p><span style="color: #0000ff;">$rmsServerName = &#8220;nocms01.noc.systemcenterforum.org&#8221; </span></p>
<p><span style="color: #339966;"><em>#Prompt user for input</em></span></p>
<p><span style="color: #0000ff;">$groupName = read-host -prompt &#8220;Enter Group Name:&#8221;</span></p>
<p><span style="color: #0000ff;">$hours =  read-host -prompt &#8220;Enter Number of hours in maintenance mode:&#8221;</span></p>
<p><span style="color: #0000ff;">$startMM =  read-host -prompt &#8216;Starting maint mode? Enter true to start, false to stop&#8217;</span></p>
<p><strong>Step 2:</strong> <strong>Save script to a folder on local machine. </strong>Any machine with the Operations Console and OpsMgr Command Shell installed will do.</p>
<p>In this example, I&#8217;ll save the script to <strong><span style="color: #0000ff;">c:\scripts\groupMM.ps1</span></strong></p>
<p><strong>Step 3:</strong><strong> Create a Desktop Shortcut for the script.</strong> Right click on your Windows Desktop and select <strong>New &#8211;&gt; Shortut</strong>. Enter the following in the &#8220;Type the location of file&#8221; textbox</p>
<p>%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe C:\scripts\groupMM.ps1</p>
<p>Click <strong>Next</strong> and <strong>Finish </strong>to create the shortcut.</p>
<p><strong>Step 4:</strong> <strong>One more tweak for usability</strong>. While the script is ready to run at this point, I&#8217;ve used the <strong>start-sleep</strong> cmdlet with the -s (second) parameter to specify a 3 second pause after the script sets maintenance mode. This gives you time to read the result of the script.</p>
<p><a href="http://www.systemcenterforum.org/wp-content/uploads/2009/01/psfig2.png"><img class="alignleft size-full wp-image-2438" title="psfig2" src="http://www.systemcenterforum.org/wp-content/uploads/2009/01/psfig2.png" alt="" width="600" height="240" /></a></p>
<h3></h3>
<h3></h3>
<h3></h3>
<h3></h3>
<h3></h3>
<h3></h3>
<h3></h3>
<h3></h3>
<h3></h3>
<h3>Download Location</h3>
<p><strong><em>Original Group Maintenance Mode Script </em></strong></p>
<p><a href="http://blogs.msdn.com/boris_yanushpolsky/attachment/8034871.ashx" target="_blank">http://blogs.msdn.com/boris_yanushpolsky/attachment/8034871.ashx</a></p>
<p><strong><em>Updated Group Maintenance Mode Script with User Prompt</em></strong></p>
<p><a href="http://www.systemcenterforum.org/downloads/opsmgr-group-maintenance-mode-with-prompt-for-input/">http://www.systemcenterforum.org/downloads/opsmgr-group-maintenance-mode-with-prompt-for-input/</a></p>
<p>If you dwonload this script, all you need to do is set your RMS name, save the script and create the shortcut.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/news/opsmgr-powershell-tip-desktop-shortcut-for-enabling-group-maintenance-mode/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpsMgr Group Maintenance Mode Script with Prompt for Input</title>
		<link>http://www.systemcenterforum.org/downloads/opsmgr-group-maintenance-mode-with-prompt-for-input/</link>
		<comments>http://www.systemcenterforum.org/downloads/opsmgr-group-maintenance-mode-with-prompt-for-input/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 08:15:00 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Downloads]]></category>

		<category><![CDATA[how-to]]></category>

		<category><![CDATA[Powershell]]></category>

		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/?p=2450</guid>
		<description><![CDATA[Group maintenance mode script for OpsMgr 2007 that prompts user for input. Intended to be used as a desktop shortcut for easy ad-hoc maintenance mode.
Instructions for use:
http://www.systemcenterforum.org/news/opsmgr-powershell-tip-desktop-shortcut-for-enabling-group-maintenance-mode
Based on &#8220;One more group maintenance mode script&#8221; from Boris Y at http://blogs.msdn.com/boris_yanushpolsky/attachment/8034871.ashx
GroupMM.txt (4 KB)
]]></description>
			<content:encoded><![CDATA[<p>Group maintenance mode script for OpsMgr 2007 that prompts user for input. Intended to be used as a desktop shortcut for easy ad-hoc maintenance mode.</p>
<p><strong>Instructions for use:</strong><br />
http://www.systemcenterforum.org/news/opsmgr-powershell-tip-desktop-shortcut-for-enabling-group-maintenance-mode</p>
<p>Based on &#8220;One more group maintenance mode script&#8221; from Boris Y at <a href="http://blogs.msdn.com/boris_yanushpolsky/attachment/8034871.ashx" target="_blank">http://blogs.msdn.com/boris_yanushpolsky/attachment/8034871.ashx</a></p>
<p><a href="./?dl=/2450/GroupMM.txt&PHPSESSID=9dadcd11f7a276112ddb6ada0b00cbac">GroupMM.txt (4 KB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/downloads/opsmgr-group-maintenance-mode-with-prompt-for-input/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Configuring SCVMM 2008 PRO Integration with Essentials 2007</title>
		<link>http://www.systemcenterforum.org/news/part-1-configuring-scvmm-2008-pro-integration-with-essentials-2007/</link>
		<comments>http://www.systemcenterforum.org/news/part-1-configuring-scvmm-2008-pro-integration-with-essentials-2007/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 06:19:40 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[SCVMM]]></category>

		<category><![CDATA[System Center]]></category>

		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/?p=2413</guid>
		<description><![CDATA[While the steps for how to enable Performance and Resource Optimization (PRO) integration between Operations Manager 2007 (OpsMgr) and Virtual Machine Manager 2008 (SCVMM) are well-documented at this point, I&#8217;d yet to find anyone who had attempted to enable PRO between System Center Essentials 2007 (SCE) and SCVMM.  It seemed to me that since the SCE [...]]]></description>
			<content:encoded><![CDATA[<p>While the steps for how to enable Performance and Resource Optimization (PRO) integration between Operations Manager 2007 (OpsMgr) and Virtual Machine Manager 2008 (SCVMM) are well-documented at this point, I&#8217;d yet to find anyone who had attempted to enable PRO between System Center Essentials 2007 (SCE) and SCVMM.  It seemed to me that since the SCE server is the Root Mgmt Server, in theory this should work just as it does in OpsMgr.  </p>
<p>So a couple of weeks ago, I thought I&#8217;d give this a try and share my results.</p>
<p><img class="alignleft size-full wp-image-2414" title="scvmm_2008" src="http://www.systemcenterforum.org/wp-content/uploads/2008/12/scvmm_2008.jpg" alt="" width="293" height="68" /></p>
<p> </p>
<p> </p>
<p> </p>
<p>As it turns out, the process was successful just as expected with no really unexpected issues. I&#8217;ve noted a couple of hurdles to be aware of that will make your journey a bit faster. These suggestions are equally applicable to OpsMgr 2007. </p>
<h3>INSTRUCTIONS:</h3>
<p>The instructions I followed were those documented by Alan Goodman of the SCVMM team at the following URL: <a href="http://blogs.technet.com/rakeshm/archive/2008/08/22/configuring-scvmm-2008-s-pro-feature-with-ops-manager.aspx">http://blogs.technet.com/rakeshm/archive/2008/08/22/configuring-scvmm-2008-s-pro-feature-with-ops-manager.aspx</a></p>
<p>These are now posted on TechNet in almost exactly the same format, but without the screenshots.</p>
<h3><span style="font-weight: normal;">I</span>TEMS OF NOTE:</h3>
<p> </p>
<ul>
<li>Make sure you put the WIndows 2008 hotfixes required for OpsMgr / Essentials support on your SCVMM server. You have to load the Essentials / OpsMgr console (and ultimately an agent) on this server, so you&#8217;ll need these fixes in place. That&#8217;s documented in this KB - <a href="http://support.microsoft.com/kb/954049">http://support.microsoft.com/kb/954049</a></li>
<li>Make sure your SCE server&#8217;s action account has local admin rights on the SCVMM server.</li>
<li>Don&#8217;t bother looking for the SCVMM 2008 MPs - they are included on the SCVMM media and imported automatically when you run the installer from the SCVMM media</li>
<li>Remember when adding the SCE ReportServer URL that it is a named instance if you installed SCE with included SQL Express instance, so your URL will be http://sceserver/reportserver$SCE </li>
</ul>
<div>    </div>
<div>The most disappointing point right now is that as of the time of this article, no reports exist in the SCVMM MPs. I have some interesting details to share about PRO Integration delivered in the SCVMM MPs, but I&#8217;ll save that for a later post. </div>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/news/part-1-configuring-scvmm-2008-pro-integration-with-essentials-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Powershell in SCVMM 2008: Retrieving SCVMM Cmdlets</title>
		<link>http://www.systemcenterforum.org/news/powershell-in-scvmm-2008-retreiving-scvmm-cmdlets/</link>
		<comments>http://www.systemcenterforum.org/news/powershell-in-scvmm-2008-retreiving-scvmm-cmdlets/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 08:10:21 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Command Shells]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Powershell]]></category>

		<category><![CDATA[SCVMM]]></category>

		<category><![CDATA[System Center]]></category>

		<category><![CDATA[Tips -n- Tricks]]></category>

		<category><![CDATA[VMware]]></category>

		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/?p=2400</guid>
		<description><![CDATA[I&#8217;ve been working with Hyper-V and System Center Virtual Machine Manager 2008 (SCVMM) quite a bit, and wanted to share some tips around optimization and automation, as well as some SCVMM / VMware VI3 comparisons, especially where Powershell is concerned. Today, I wanted to start off with some interesting background and an SCVMM Powershell tip I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working with Hyper-V and System Center Virtual Machine Manager 2008 (SCVMM) quite a bit, and wanted to share some tips around optimization and automation, as well as some SCVMM / VMware VI3 comparisons, especially where Powershell is concerned. Today, I wanted to start off with some interesting background and an SCVMM Powershell tip I think you&#8217;ll find handy.</p>
<p>The SCVMM Admin console is layered on the SCVMM Powershell cmdlets, and every task you performed in the GUI has a Powershell equivalent. using the &#8220;View Script&#8221; control in the SCVMM GUI, you can actually perform the task in the interface and then view the underlying script.</p>
<p> <a href="http://www.systemcenterforum.org/wp-content/uploads/2008/12/vmmfig1.png"><img class="alignnone size-full wp-image-2403" title="vmmfig1" src="http://www.systemcenterforum.org/wp-content/uploads/2008/12/vmmfig1.png" alt="" width="101" height="40" /></a></p>
<p><em><strong>Fig 1</strong> - View Script control in SCVMM 2008 Console</em></p>
<p>When you run the New Virtual Machine Wizard, the last screen of the wizard has the &#8220;View Script&#8221;. Clicking this script exposes the Powershell script that will perform the task according to your specifications selected by you in the wizard. A few tweaks and you have a reusable script for next time.</p>
<h3>Retrieving a List of SCVMM Cmdlets</h3>
<p>If you want to venture out and write some scripts on your own, your first step will likely be to retrieve a list of the SCVMM-specific cmdlets. So how do we do this? Well, I googled a bit, and found articles that involved multiple wildcard searches with get-command to retrieve partial lists (<em>SCVMM does not have an equivalent to get-operationsmanagercommand</em>).</p>
<p>However, I did a bit of looking with get-help, and found the answer. If you run get-command with the -PSSnapin parameter, you can pass the name of the snapin and returned to the screen will be a list of all cmdlets contained in the specified snapin. to retrieve a list of SCVMM cmdlets, perform the following steps:</p>
<ul>
<li>Launch the SCVMM Powershell shortcut from the Start Menu</li>
<li>Run the  get-command cmdlet with the -PSSnapin parameter as shown below - microsoft.systemcenter.virtualmachinemanager is the name of the Powershell snapin for SCVMM.</li>
</ul>
<p> </p>
<p><span style="color: #0000ff;"> Get-Command -PSSnapIn &#8220;microsoft.systemcenter.virtualmachineManager&#8221; | write-host</span></p>
<p><em>The output is a list of  approximately 160 SCVMM Powershell cmdlets: </em></p>
<p>Add-LibraryServer<br />
Add-LibraryShare<br />
Add-Patch<br />
Add-VirtualizationManager<br />
Add-VMHost<br />
Add-VMHostCluster<br />
Add-VMHostNetworkAdapter<br />
Associate-VMHost<br />
Backup-VMMServer<br />
Compress-VirtualDiskDrive<br />
Convert-VirtualDiskDrive<br />
Copy-HardDisk<br />
Copy-VMDK<br />
DisableUndoDisk-VM<br />
DiscardSavedState-VM<br />
Discover-Cluster<br />
Discover-Computer<br />
Discover-LibraryShare<br />
Dismiss-PROTip<br />
Expand-VirtualDiskDrive<br />
Get-Certificate<br />
Get-CPUType<br />
Get-DependentLibraryObject<br />
Get-DirectoryChildItem<br />
Get-GuestOSProfile<br />
Get-HardwareProfile<br />
Get-ISO<br />
Get-Job<br />
Get-LibraryRating<br />
Get-LibraryServer<br />
Get-LibraryShare<br />
Get-MachineConfig<br />
Get-NetworkLocation<br />
Get-OperatingSystem<br />
Get-PROTip<br />
Get-Script<br />
Get-SshPublicKey<br />
Get-Step<br />
Get-Template<br />
Get-VirtualCOMPort<br />
Get-VirtualDiskDrive<br />
Get-VirtualDVDDrive<br />
Get-VirtualFloppyDisk<br />
Get-VirtualFloppyDrive<br />
Get-VirtualHardDisk<br />
Get-VirtualizationManager<br />
Get-VirtualNetwork<br />
Get-VirtualNetworkAdapter<br />
Get-VirtualSCSIAdapter<br />
Get-VM<br />
Get-VMCheckpoint<br />
Get-VMHost<br />
Get-VMHostCluster<br />
Get-VMHostDisk<br />
Get-VMHostGroup<br />
Get-VMHostNetworkAdapter<br />
Get-VMHostRating<br />
Get-VMHostVolume<br />
Get-VMMManagedComputer<br />
Get-VMMServer<br />
Get-VMMUserRole<br />
Get-VMPerformance<br />
Get-VMwareResourcePool<br />
Get-VMXMachineConfig<br />
Invoke-PROTip<br />
Merge-VMCheckpoint<br />
Move-VirtualHardDisk<br />
Move-VM<br />
Move-VMHost<br />
Move-VMHostCluster<br />
Move-VMHostGroup<br />
New-GuestOSProfile<br />
New-HardwareProfile<br />
New-MachineConfig<br />
New-P2V<br />
New-PhysicalAddress<br />
New-Template<br />
New-V2V<br />
New-VirtualDiskDrive<br />
New-VirtualDVDDrive<br />
New-VirtualNetwork<br />
New-VirtualNetworkAdapter<br />
New-VirtualSCSIAdapter<br />
New-VM<br />
New-VMCheckpoint<br />
New-VMHostGroup<br />
New-VMMUserRole<br />
New-VMRCCertificateRequest<br />
New-VMXMachineConfig<br />
Reassociate-VMMManagedCompute<br />
Refresh-LibraryShare<br />
Refresh-VirtualizationManager<br />
Refresh-VM<br />
Refresh-VMHost<br />
Refresh-VMHostCluster<br />
Register-VM<br />
Remove-GuestOSProfile<br />
Remove-HardwareProfile<br />
Remove-ISO<br />
Remove-LibraryServer<br />
Remove-LibraryShare<br />
Remove-MachineConfig<br />
Remove-Script<br />
Remove-Template<br />
Remove-VirtualDiskDrive<br />
Remove-VirtualDVDDrive<br />
Remove-VirtualFloppyDisk<br />
Remove-VirtualHardDisk<br />
Remove-VirtualizationManager<br />
Remove-VirtualNetwork<br />
Remove-VirtualNetworkAdapter<br />
Remove-VirtualSCSIAdapter<br />
Remove-VM<br />
Remove-VMCheckpoint<br />
Remove-VMHost<br />
Remove-VMHostCluster<br />
Remove-VMHostGroup<br />
Remove-VMHostNetworkAdapter<br />
Remove-VMMUserRole<br />
Remove-VMXMachineConfig<br />
Repair-VM<br />
Restart-Job<br />
Restore-VMCheckpoint<br />
Resume-VM<br />
SaveState-VM<br />
Set-GuestOSProfile<br />
Set-HardwareProfile<br />
Set-ISO<br />
Set-LibraryServer<br />
Set-LibraryShare<br />
Set-PROTip<br />
Set-Script<br />
Set-Template<br />
Set-VirtualCOMPort<br />
Set-VirtualDiskDrive<br />
Set-VirtualDVDDrive<br />
Set-VirtualFloppyDisk<br />
Set-VirtualFloppyDrive<br />
Set-VirtualHardDisk<br />
Set-VirtualizationManager<br />
Set-VirtualNetwork<br />
Set-VirtualNetworkAdapter<br />
Set-VirtualSCSIAdapter<br />
Set-VM<br />
Set-VMCheckpoint<br />
Set-VMHost<br />
Set-VMHostCluster<br />
Set-VMHostGroup<br />
Set-VMHostNetworkAdapter<br />
Set-VMHostVolume<br />
Set-VMMServer<br />
Set-VMMUserRole<br />
Shutdown-VM<br />
Start-VM<br />
Stop-Job<br />
Stop-VM<br />
Store-VM<br />
Suspend-VM<br />
Update-VMHost<br />
Update-VMMManagedComputer</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/news/powershell-in-scvmm-2008-retreiving-scvmm-cmdlets/feed/</wfw:commentRss>
		</item>
		<item>
		<title>4 tools in the SecureVantage ACS Resource Kit worth checking out</title>
		<link>http://www.systemcenterforum.org/news/4-tools-in-the-securevantage-acs-resource-kit-working-checking-out/</link>
		<comments>http://www.systemcenterforum.org/news/4-tools-in-the-securevantage-acs-resource-kit-working-checking-out/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 18:18:32 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[ACS]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<category><![CDATA[Tips -n- Tricks]]></category>

		<category><![CDATA[Tools &amp; Utilities]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/?p=2388</guid>
		<description><![CDATA[SecureVantage is a company I am fond of because of their many contributions of time and resources to the OpsMgr community. I recently took a look at version 1.1 of the SecureVantage ACS Resource Kit, and noticed a couple of tools that just about everyone could use&#8230;in some cases even if you do not have Audit [...]]]></description>
			<content:encoded><![CDATA[<p>SecureVantage is a company I am fond of because of their many contributions of time and resources to the OpsMgr community. I recently took a look at version 1.1 of the <a href="http://www.securevantage.com/docs/ACS%20Resource%20Kit.zip" target="_blank">SecureVantage ACS Resource Kit</a>, and noticed a couple of tools that just about everyone could use&#8230;in some cases even if you <span style="text-decoration: underline;">do not</span> have Audit Collection Services installed.  Below is a quick look at some of the highlights of what I found.</p>
<h3><strong>1. Windows 2000/2003/2008/Vista Security Event with Legacy Equivalents </strong></h3>
<p>This spreadsheet is a copy of the Microsoft Security Event Reference for Windows 2008/Vista with the legacy event equivalents for  Windows 2000/2003 included. Pretty handy even if you are not an ACS customer. (I have actually been using this one for several months since they originally posted it).</p>
<p><a href="http://www.systemcenterforum.org/wp-content/uploads/2008/12/acsfig1.png"><img class="alignnone size-full wp-image-2389" title="acsfig1" src="http://www.systemcenterforum.org/wp-content/uploads/2008/12/acsfig1.png" alt="" width="499" height="51" /></a></p>
<p><strong><em>Fig 1</em></strong><em> - Windows Security Event Ref with Legacy Event Column</em></p>
<h3><strong>2. Updated ACS Database and Disk Calculator Resource Calculator</strong></h3>
<p>SecureVantage have added to the <a href="http://www.systemcenterforum.org/downloads/tools-utilities-downloads/acs-disk-and-db-planning-calculator/" target="_blank">ACS Database and Disk Calculator Resource Calculator</a> I wrote a few months ago by adding additional worksheets, the most notable containing an <strong>ACS ROI Calculator for the SecureVantage </strong>archival component. This is a must-have tool when planning your ACS implementation, along with the guidance and sample <strong>Events per Second script</strong> in the OpsMgr Performance and Scalability Whitepaper. </p>
<p><a href="http://www.systemcenterforum.org/wp-content/uploads/2008/12/acsfig2.png"><img class="alignnone size-full wp-image-2391" title="acsfig2" src="http://www.systemcenterforum.org/wp-content/uploads/2008/12/acsfig2.png" alt="" width="500" height="154" /></a></p>
<p><strong><em>Fig 2</em></strong><em> - New worksheets in the ACS Disk and Database Calculator</em></p>
<h3><strong>3. Security Event Creation Scripts </strong></h3>
<p>There are more than two dozen sample VBscripts that can be used to affect changes that will trigger security events. Useful tools for testing your security rules even if you&#8217;re performing security auditing without ACS.</p>
<h3>4. ACS Noise Filter HTML Application </h3>
<p>When run on an ACS Collector, this GUI tool actually applies the appropriate noise filter query automatically. Since applying the right noise filter has been shown to reduce ACS database size by as much as 30%, this is another definitely worth taking a look at. It is accompanied by the well known <strong>ACS Noise Filter Guide</strong> written by SecureVantage several months ago.</p>
<p><span style="color: #0000ee; text-decoration: underline;"><a href="http://www.systemcenterforum.org/wp-content/uploads/2008/12/acsfig3.png"></a><a href="http://www.systemcenterforum.org/wp-content/uploads/2008/12/acsfig3.png"><img class="alignnone size-full wp-image-2394" title="acsfig3" src="http://www.systemcenterforum.org/wp-content/uploads/2008/12/acsfig3.png" alt="" width="500" height="374" /></a></span></p>
<p> </p>
<h3><strong>WHERE TO GET IT</strong></h3>
<p>That&#8217;s a taste of what you&#8217;ll find in the kit. You can find a download link to the SecureVantage ACS Resource Kit on our community <a href="http://www.systemcenterforum.org/tools" target="_blank">/tools</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/news/4-tools-in-the-securevantage-acs-resource-kit-working-checking-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Essentials 2007 Tip: Process and tools to better search and identify errors in WindowsUpdate.log file</title>
		<link>http://www.systemcenterforum.org/news/essentials-2007-tip-process-and-tools-to-better-search-and-identify-errors-the-windowsupdatelog-file/</link>
		<comments>http://www.systemcenterforum.org/news/essentials-2007-tip-process-and-tools-to-better-search-and-identify-errors-the-windowsupdatelog-file/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 08:34:55 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Essentials 2007]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Tips -n- Tricks]]></category>

		<category><![CDATA[Tools &amp; Utilities]]></category>

		<category><![CDATA[WSUS]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/?p=2376</guid>
		<description><![CDATA[When software or update deployment fails in Essentials 2007, or you have an agent reporting a &#8220;Not Yet Contacted&#8221; state, you are dealing with an issue related to the Automatic Updates Client on the managed computer and/or WSUS component of the Essentials server. The Automatic Updates Client logs a record of its activities to the WindowsUpdate.log [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNoSpacing">When software or update deployment fails in Essentials 2007, or you have an agent reporting a &#8220;Not Yet Contacted&#8221; state, you are dealing with an issue related to the Automatic Updates Client on the managed computer and/or WSUS component of the Essentials server. The Automatic Updates Client logs a record of its activities to the WindowsUpdate.log file in the c:\windows directory. </p>
<p class="MsoNoSpacing">Locating and interpreting error messages in the WindowsUpdate.log file is a bit unfamiliar and confusing to most Essentials admins, at least the first time around. Here are a some tips and tools for parsing the log and identifying errors quickly.</p>
<h3>How to Read the WindowsUpdate.log</h3>
<p class="MsoNoSpacing">The following are some recommendations to bear in mind when examining the WindowsUpdate.log for failures.</p>
<p class="MsoNoSpacing"><span><span>1.<span>   <strong> </strong></span></span></span><strong>Search the log from the bottom up.</strong> That way you are searching through the most recent entries first.</p>
<p class="MsoNoSpacing"><span><span>2.<span>   <strong> </strong></span></span></span><strong>Search on the words “WARNING” and “FATAL”</strong>. Then find the error code near those words. The error code will be in the format <span> </span>0&#215;00000000, where the rightmost eight digits are the error code.</p>
<p class="MsoNoSpacing"><span><span>3.<span>   <strong> </strong></span></span></span><strong>Look up the error code on the Microsoft TechNet Support</strong> website for a list of associated KB articles.</p>
<p class="MsoNoSpacing">If this yields no results, use Windows Live Search, or search the Essentials Managed Forums directly for answers. Many error codes will have been encountered by other users in the community, and their causes and resolutions will be well-documented.</p>
<h3><span style="font-weight: normal;">T</span>ools and resources related to parsing / interpreting WindowsUpdate.log</h3>
<p> </p>
<p class="MsoNoSpacing"><strong>How to read the Windowsupdate.log file</strong></p>
<p class="MsoNoSpacing"><a href="http://support.microsoft.com/kb/902093">http://support.microsoft.com/kb/902093</a></p>
<p class="MsoNoSpacing"><strong>Comprehensive List of WSUS Error</strong> <strong>Codes</strong> <em>(from Eric Brodish, Microsoft)</em></p>
<p class="MsoNoSpacing"><span><span><span><a href="http://inetexplorer.mvps.org/archive/windows_update_codes.htm">http://inetexplorer.mvps.org/archive/windows_update_codes.htm</a></span></span></span></p>
<p class="MsoNoSpacing"><strong>Tools for Parsing WindowsUpdate.log</strong></p>
<p class="MsoNoSpacing">You can use the free <strong>Logparser </strong>command line utility from Microsoft to parse WindowsUpdate.log for errors. Tips for how to query WindowsUpdate.log with Logparser <a href="http://forums.iis.net/p/1145133/1853436.aspx#1853436" target="_blank"><strong>HERE</strong></a>. It allows you to run SQL-like queries, as shown below.</p>
<p class="MsoNoSpacing"><span style="color: #0000ff;">LogParser &#8220;SELECT date, time, PID, TID, component, text FROM windowsupdate.log WHERE text like &#8216;FATAL%&#8221; -i:TSV -iHeaderFile:.\wu.hdr -headerRow:off</span></p>
<p class="MsoNoSpacing">You can also lookup WSUS error codes using the <strong><a href="http://www.wsus.info/forums/index.php?showtopic=7407" target="_blank">WSUS Error Code Lookup Too</a></strong><strong>l</strong>, which is an HTML app that reads a spreadsheet containing the error codes </p>
<p class="MsoNoSpacing"><a href="http://www.wsus.info/forums/index.php?act=attach&amp;type=post&amp;id=311"><img class="alignnone" src="http://www.wsus.info/forums/index.php?act=attach&amp;type=post&amp;id=311" alt="" width="821" height="620" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/news/essentials-2007-tip-process-and-tools-to-better-search-and-identify-errors-the-windowsupdatelog-file/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gateway Scenarios in OpsMgr 2007 SP1 (MMS 2008)</title>
		<link>http://www.systemcenterforum.org/downloads/gateway-scenarios-in-opsmgr-2007-sp1-mms-2008/</link>
		<comments>http://www.systemcenterforum.org/downloads/gateway-scenarios-in-opsmgr-2007-sp1-mms-2008/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 02:08:18 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[Downloads]]></category>

		<category><![CDATA[Operations Manager 2007 downloads]]></category>

		<category><![CDATA[Gateway]]></category>

		<category><![CDATA[MMS]]></category>

		<category><![CDATA[OpsMgr]]></category>

		<category><![CDATA[System Center]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/?p=2367</guid>
		<description><![CDATA[Presentation delivered by Pete Zerger(MVP) and Ian Jirka(MS) with guidance on the Gateway role in OpsMgr 2007 SP1 including key use scenarios, sizing and troubleshooting guidance.
GATEWAY_Session_v1_2_final.pdf (2 MB)
]]></description>
			<content:encoded><![CDATA[<p>Presentation delivered by Pete Zerger(MVP) and Ian Jirka(MS) with guidance on the Gateway role in OpsMgr 2007 SP1 including key use scenarios, sizing and troubleshooting guidance.</p>
<p><a href="./?dl=/2367/GATEWAY_Session_v1_2_final.pdf&PHPSESSID=9dadcd11f7a276112ddb6ada0b00cbac">GATEWAY_Session_v1_2_final.pdf (2 MB)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/downloads/gateway-scenarios-in-opsmgr-2007-sp1-mms-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>AD Integration and the Default MP&#8230;the rest of the story</title>
		<link>http://www.systemcenterforum.org/news/ad-integration-and-the-default-mpthe-rest-of-the-story/</link>
		<comments>http://www.systemcenterforum.org/news/ad-integration-and-the-default-mpthe-rest-of-the-story/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 14:00:36 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Operations Manager 2007]]></category>

		<category><![CDATA[System Center]]></category>

		<category><![CDATA[Tips -n- Tricks]]></category>

		<guid isPermaLink="false">http://www.systemcenterforum.org/?p=2349</guid>
		<description><![CDATA[I saw a post from Ian this weekend mentioning that configuring AD Integration results in a rule being created in the Default MP. We actually have some details around this documented in our recently updated AD Integration Guide, so I wanted to call out the relevant information.
Then rule is created as a result of the [...]]]></description>
			<content:encoded><![CDATA[<p>I saw <a href="http://ianblythmanagement.wordpress.com/2008/12/19/ad-integration-and-default-mp/" target="_blank">a post from Ian this weekend</a> mentioning that configuring AD Integration results in a rule being created in the Default MP. We actually have some details around this documented in our recently updated<a href="http://systemcenterforum.org/wp-content/uploads/ADIntegration_final.pdf" target="_blank"> AD Integration Guide</a>, so I wanted to call out the relevant information.</p>
<p>Then rule is created as a result of the Agent Failover configuration in the management server properties in the Administration space. <em>Here&#8217;s an excerpt on the topic from page 7 of the AD Integration Guide:</em></p>
<p><span style="color: #0000ff;">The Agent Failover configuration procedure creates a rule, stored in the Default Management Pack, which is scheduled to run on an hourly basis. The rule creates and populates a number of AD security groups. The membership of these security groups will include all machines, based on auto agent assignment settings, which should connect to the management server. The SCP name is the management server’s NetBIOS name with the suffix “_SCP”.<br />
The rule also creates 2 security groups with the name of the management server’s NetBIOS name, the<br />
first one with the suffix “_PrimarySG_&lt;random number&gt;” and the second one “_SecondarySG_&lt;random<br />
number&gt;”</span></p>
<p>And that&#8217;s not all&#8230;</p>
<p>When you configure AD integration for untrusted and child domains, you will need to configure RunAs accounts for those domains (as the RMS machine account won&#8217;t have permissions in those domains). RMS performs AD querying and writing with a user account (Domain user rights are sufficient for this account). As you may know, it is not normally recommended to save customizations in SCOM to the Default Management Pack. <em>However, RunAs Profiles used for AD integration can only be used when they are defined there</em>. Read about how to configure AD Integration in child and untrusted domains on page 11.</p>
<p>As Ian mentioned, this info is relevant to OpsMgr 2007 with SP1&#8230;no guarantee we won&#8217;t see changes in R2.</p>
<p>If you&#8217;re curious about the finer points of configuring AD Integration in multi-domain environments, LDAP query samples for configuring agent failover, and troubleshooting information, see the updated  AD Integration Guide at <a href="http://systemcenterforum.org/wp-content/uploads/ADIntegration_final.pdf" target="_blank">http://systemcenterforum.org/wp-content/uploads/ADIntegration_final.pdf</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.systemcenterforum.org/news/ad-integration-and-the-default-mpthe-rest-of-the-story/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
