<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>smlets Issue Tracker Rss Feed</title><link>http://smlets.codeplex.com/workitem/list/basic</link><description>smlets Issue Tracker Rss Description</description><item><title>Created Issue: Get-SMProperty PowerShell 3 Incompatibility [10983]</title><link>http://smlets.codeplex.com/workitem/10983</link><description>When trying to run get-smproperty using Powershell 3, One will receive an error similar to the following&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;add-member &amp;#58; Cannot add a member with the name &amp;#34;Class&amp;#34; because a member with that name already &lt;br /&gt;exists. If you want to overwrite the member anyway, use the Force parameter to overwrite it.&lt;br /&gt;At line&amp;#58;2 char&amp;#58;35&lt;br /&gt;&amp;#43; &amp;#36;class.GetProperties&amp;#40;&amp;#34;recursive&amp;#34;&amp;#41;&amp;#124;add-member -pass NoteProperty Class &amp;#36;class &amp;#124;&lt;br /&gt;&amp;#43;                                   &amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&amp;#126;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;SRText1&amp;#58;PSObject&amp;#41; &amp;#91;Add-Member&amp;#93;, InvalidOperation &lt;br /&gt;   Exception&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; MemberAlreadyExists,Microsoft.PowerShell.Commands.AddMemberCommand&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&lt;br /&gt;Repro steps&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Open Powershell V3&lt;br /&gt;2. Import SMlets module&lt;br /&gt;3. Run &amp;#58; get-smproperty -classname &amp;#91;classname guid from XML or SCSMAuthoring Tool&amp;#93;&lt;br /&gt;&lt;br /&gt;Workaround&amp;#58;&lt;br /&gt;1. Open powershell v2 &amp;#40;start &amp;#62; run &amp;#62; powershell -v 2&amp;#41;&lt;br /&gt;2. Run commands as normal.&lt;br /&gt;</description><author>da7rutrak</author><pubDate>Tue, 07 May 2013 21:17:14 GMT</pubDate><guid isPermaLink="false">Created Issue: Get-SMProperty PowerShell 3 Incompatibility [10983] 20130507091714P</guid></item><item><title>Commented Issue: Incident Title is not being set property in New-SCSMIncident [8942]</title><link>http://smlets.codeplex.com/workitem/8942</link><description>if you create a new incident using New-SCSMIncident the title is not searchable when the incident is created.  &lt;br /&gt;&amp;#160;&lt;br /&gt;The work around is to manually go in to the ticket and click OK.  At that point the ticket title is searchable using the standard console functionality&lt;br /&gt;Comments: ** Comment from web user: radtravis ** &lt;p&gt;We need to set the .DisplayString property to be equal to String.Format({0}{1} - {2}, strIncidnetIDPrefix, {0}, strTitle).&lt;/p&gt;</description><author>radtravis</author><pubDate>Wed, 27 Feb 2013 18:22:35 GMT</pubDate><guid isPermaLink="false">Commented Issue: Incident Title is not being set property in New-SCSMIncident [8942] 20130227062235P</guid></item><item><title>Closed Issue: Trouble with object types returned using SMlets [10670]</title><link>http://smlets.codeplex.com/workitem/10670</link><description>I am trying to use set-scsmobjecttemplate&amp;#36;CMN11 &amp;#61; Get-SCSMObjectTemplate -DisplayName &amp;#34;CMN11 - Request for Results Notification&amp;#34;&amp;#36;CRClassProjection &amp;#61; get-SCSMTypeProjection System.WorkItem.ChangeRequestProjection&amp;#36;&amp;#36;CRP &amp;#61; Get-SCSMObjectProjection -Projection &amp;#36;CRClassProjection -Filter &amp;#34;Id -eq &amp;#36;CR_ID&amp;#34;Set-SCSMObjectTemplate -Projection &amp;#36;CRP -Template &amp;#36;CMN11PS C&amp;#58;&amp;#92;&amp;#62;&amp;#62;&amp;#62; Set-SCSMObjectTemplate -Projection &amp;#36;CRP -Template &amp;#36;CMN11Set-SCSMObjectTemplate &amp;#58; The template cannot be applied to the instance because the instance is not of the template targets type.At line&amp;#58;1 char&amp;#58;23&amp;#43; Set-SCSMObjectTemplate &amp;#60;&amp;#60;&amp;#60;&amp;#60;  -Projection &amp;#36;CRP -Template &amp;#36;CMN11    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;Template_ae893e...2e7f27753abdbe3&amp;#58;ManagementPackObject   Template&amp;#41; &amp;#91;Set-SCSMObjectTemplate&amp;#93;, InvalidOperationException    &amp;#43; FullyQualifiedErrorId &amp;#58; ApplyTemplate,SMLets.SetSCSMObjectTemplateCommand And I think this is the cause, PS C&amp;#58;&amp;#92;&amp;#62;&amp;#62;&amp;#62; &amp;#36;CRP &amp;#61; Get-SCSMObjectProjection -Projection &amp;#36;CRClassProjection -Filter &amp;#34;Id -eq &amp;#36;CR_ID&amp;#34;PS C&amp;#58;&amp;#92;&amp;#62;&amp;#62;&amp;#62; &amp;#36;CRP.GetType&amp;#40;&amp;#41;IsPublic IsSerial Name                                     BaseType-------- -------- ----                                     --------True     False    PSCustomObject                           System.Object PS C&amp;#58;&amp;#92;&amp;#62;&amp;#62;&amp;#62; &amp;#36;CRClassProjection.GetType&amp;#40;&amp;#41;IsPublic IsSerial Name                                     BaseType-------- -------- ----                                     --------True     False    PSCustomObject                           System.ObjectAnd according to the cmdlet help, we are looking for a specific type of object, PS C&amp;#58;&amp;#92;&amp;#62;&amp;#62;&amp;#62; help Set-SCSMObjectTemplateNAME    Set-SCSMObjectTemplateSYNTAX    Set-SCSMObjectTemplate &amp;#91;-Projection&amp;#93;  &amp;#91;-Name &amp;#93; &amp;#91;-Tem    plate &amp;#93; &amp;#91;-ComputerName &amp;#93; &amp;#91;-Credential &amp;#93; &amp;#91;-SCSMSe    ssion &amp;#93; &amp;#91;-Verbose&amp;#93; &amp;#91;-Debug&amp;#93; &amp;#91;-ErrorAction &amp;#93; &amp;#91;-WarningAc    tion &amp;#93; &amp;#91;-ErrorVariable &amp;#93; &amp;#91;-WarningVariable &amp;#93; &amp;#91;-OutVariable &amp;#93; &amp;#91;-OutBuffer &amp;#93; &amp;#91;-WhatIf&amp;#93; &amp;#91;-Confirm&amp;#93;    Set-SCSMObjectTemplate &amp;#91;-Object&amp;#93;  &amp;#91;-Name &amp;#93; &amp;#91;-Template &amp;#93; &amp;#91;-ComputerName &amp;#93; &amp;#91;-Credential &amp;#93; &amp;#91;-SCSMSession &amp;#93; &amp;#91;-Verbose&amp;#93; &amp;#91;-Debug&amp;#93; &amp;#91;-ErrorAction &amp;#93; &amp;#91;-WarningAction &amp;#93; &amp;#91;-ErrorVariable &amp;#93; &amp;#91;-WarningVariable &amp;#93; &amp;#91;-OutVariable &amp;#93; &amp;#91;-OutBuffer     &amp;#93; &amp;#91;-WhatIf&amp;#93; &amp;#91;-Confirm&amp;#93;&lt;br /&gt;Comments: Incorrect usage of cmdlet</description><author>radtravis</author><pubDate>Wed, 27 Feb 2013 18:18:30 GMT</pubDate><guid isPermaLink="false">Closed Issue: Trouble with object types returned using SMlets [10670] 20130227061830P</guid></item><item><title>Commented Issue: Unable to import module after upgrading to SCSM 2012 SP1 [10764]</title><link>http://smlets.codeplex.com/workitem/10764</link><description>After upgrading to SCSM 2012 SP1, the following exception is thrown when attempting to import the SMlets module. I suspect they will need a recompile against the the SP1 bits.&lt;br /&gt;&lt;br /&gt;Command execution stopped because the preference variable &amp;#34;ErrorActionPreference&amp;#34; or common parameter is set to Stop&amp;#58; Cannot load Windows PowerShell snap-in C&amp;#58;&amp;#92;Program Files&amp;#92;Common Files&amp;#92;SMLets&amp;#92;SMLets.Module.dll because of the following error&amp;#58; Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.&lt;br /&gt;Loader Exceptions&amp;#58; &lt;br /&gt;&lt;br /&gt;Could not load file or assembly &amp;#39;Microsoft.EnterpriseManagement.Core, Version&amp;#61;7.0.5000.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;31bf3856ad364e35&amp;#39; or one of its dependencies. The system cannot find the file specified.&lt;br /&gt;Could not load file or assembly &amp;#39;Microsoft.EnterpriseManagement.Core, Version&amp;#61;7.0.5000.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;31bf3856ad364e35&amp;#39; or one of its dependencies. The system cannot find the file specified.&lt;br /&gt;Could not load file or assembly &amp;#39;Microsoft.EnterpriseManagement.Core, Version&amp;#61;7.0.5000.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;31bf3856ad364e35&amp;#39; or one of its dependencies. The system cannot find the file specified.&lt;br /&gt;Comments: ** Comment from web user: radtravis ** &lt;p&gt;I am able to use SMLets Beta 4 with SCSM 2012 SP1 without any errors.  I did a clean install of SCSM though not an upgrade from SCSM 2012.  Can you please try uninstalling and reinstalling SMLets?&lt;/p&gt;</description><author>radtravis</author><pubDate>Wed, 27 Feb 2013 18:16:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: Unable to import module after upgrading to SCSM 2012 SP1 [10764] 20130227061615P</guid></item><item><title>Created Issue: -UserComment switch for Set-SCSMIncident is not documented [10770]</title><link>http://smlets.codeplex.com/workitem/10770</link><description>-UserComment switch for Set-SCSMIncident &amp;#40;original work item 7118&amp;#41; is not document in usage syntax.  Please add it to usage syntax so it is easily discoverable&lt;br /&gt;</description><author>kmongwa</author><pubDate>Thu, 24 Jan 2013 14:09:54 GMT</pubDate><guid isPermaLink="false">Created Issue: -UserComment switch for Set-SCSMIncident is not documented [10770] 20130124020954P</guid></item><item><title>Created Issue: Unable to import module after upgrading to SCSM 2012 SP1 [10764]</title><link>http://smlets.codeplex.com/workitem/10764</link><description>After upgrading to SCSM 2012 SP1, the following exception is thrown when attempting to import the SMlets module. I suspect they will need a recompile against the the SP1 bits.&lt;br /&gt;&lt;br /&gt;Command execution stopped because the preference variable &amp;#38;quot&amp;#59;ErrorActionPreference&amp;#38;quot&amp;#59; or common parameter is set to Stop&amp;#58; Cannot load Windows PowerShell snap-in C&amp;#58;&amp;#92;Program Files&amp;#92;Common Files&amp;#92;SMLets&amp;#92;SMLets.Module.dll because of the following error&amp;#58; Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.&lt;br /&gt;Loader Exceptions&amp;#58; &lt;br /&gt;&lt;br /&gt;Could not load file or assembly &amp;#39;Microsoft.EnterpriseManagement.Core, Version&amp;#61;7.0.5000.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;31bf3856ad364e35&amp;#39; or one of its dependencies. The system cannot find the file specified.&lt;br /&gt;Could not load file or assembly &amp;#39;Microsoft.EnterpriseManagement.Core, Version&amp;#61;7.0.5000.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;31bf3856ad364e35&amp;#39; or one of its dependencies. The system cannot find the file specified.&lt;br /&gt;Could not load file or assembly &amp;#39;Microsoft.EnterpriseManagement.Core, Version&amp;#61;7.0.5000.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;31bf3856ad364e35&amp;#39; or one of its dependencies. The system cannot find the file specified.&lt;br /&gt;</description><author>zaepho</author><pubDate>Mon, 21 Jan 2013 23:13:30 GMT</pubDate><guid isPermaLink="false">Created Issue: Unable to import module after upgrading to SCSM 2012 SP1 [10764] 20130121111330P</guid></item><item><title>Commented Issue: System.Exception: The specified snap-in 'SMlets' failed to load [10705]</title><link>http://smlets.codeplex.com/workitem/10705</link><description>System.Exception&amp;#58; The specified snap-in &amp;#39;SMlets&amp;#39; failed to load with below exception&lt;br /&gt;&lt;br /&gt; System.Management.Automation.PSArgumentException&amp;#58; No snap-ins have been registered for Windows PowerShell version 2.&lt;br /&gt;&lt;br /&gt;I have created several powershell scripts that run fine with I run them on the server, however, when I package them in the SM Authoring tool, and deploy them &amp;#40;import MP &amp;#38;amp&amp;#59; copy DLLs&amp;#41; they fail to load the SMlets module.&lt;br /&gt;&lt;br /&gt;I believe I have beta3 installed. &amp;#40;how do I check&amp;#63;&amp;#41;&lt;br /&gt;&lt;br /&gt;This is SCSM 2012 - on all x64 server Windows 2008 R2&lt;br /&gt;&lt;br /&gt;I was initially trying to have the module load via the GUI option in the Authoring tool, then i tried to remove that, and add the import and removal directly in the script.&lt;br /&gt;&lt;br /&gt;But is keeps faling with that error...  I have only installed SMlets on the management server, not the DW... &amp;#40;do I need to&amp;#63;&amp;#41;&lt;br /&gt;&lt;br /&gt;Here is a simple script that fails.&lt;br /&gt; &amp;#36;a &amp;#61; &amp;#40;get-module&amp;#124;&amp;#37;&amp;#123;&amp;#36;_.name&amp;#125;&amp;#41; -join &amp;#38;quot&amp;#59; &amp;#38;quot&amp;#59;&lt;br /&gt; if&amp;#40;&amp;#33;&amp;#36;a.Contains&amp;#40;&amp;#38;quot&amp;#59;SMLets&amp;#38;quot&amp;#59;&amp;#41;&amp;#41;&amp;#123;Import-Module SMLets -ErrorVariable err -Force&amp;#125;&lt;br /&gt;&lt;br /&gt;&amp;#36;CRClass &amp;#61; get-scsmclass -name System.WorkItem.ChangeRequest&amp;#36;&lt;br /&gt;&amp;#36;CRobj &amp;#61; Get-SCSMObject -Class &amp;#36;CRClass -Filter &amp;#38;quot&amp;#59;ID -eq &amp;#36;CRID&amp;#38;quot&amp;#59;&lt;br /&gt;&lt;br /&gt;if &amp;#40;&amp;#36;CRobj.Status.displayname -eq &amp;#38;quot&amp;#59;approved&amp;#38;quot&amp;#59;&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt; &amp;#36;i &amp;#61; 0&lt;br /&gt; if &amp;#40;&amp;#36;CRobj.ActualStartDate -ne &amp;#36;null&amp;#41; &amp;#123;&amp;#36;i&amp;#43;&amp;#43;&amp;#125;&lt;br /&gt; if &amp;#40;&amp;#36;CRobj.ActualEndDate -ne &amp;#36;null&amp;#41; &amp;#123;&amp;#36;i&amp;#43;&amp;#43;&amp;#125;&lt;br /&gt; if &amp;#40;&amp;#36;CRobj.ImplementationResults -ne &amp;#36;null&amp;#41; &amp;#123;&amp;#36;i&amp;#43;&amp;#43;&amp;#125;&lt;br /&gt; &amp;#125;&lt;br /&gt;&lt;br /&gt;if &amp;#40;&amp;#36;i -eq 3&amp;#41;&amp;#123;Set-SCSMObject -SMObject &amp;#36;CRobj -Property status -Value &amp;#38;quot&amp;#59;executed&amp;#38;quot&amp;#59;&amp;#125;&lt;br /&gt;&lt;br /&gt;Remove-module smlets -force&lt;br /&gt;Comments: ** Comment from web user: JFadmin ** &lt;p&gt;I was able to fix this by calling the SMlets module with the literal Path.&lt;/p&gt;&lt;p&gt; $a = (get-module|%{$_.name}) -join &amp;quot; &amp;quot;&lt;br&gt; if(!$a.Contains(&amp;quot;SMLets&amp;quot;)){Import-Module 'C:\Program Files\Common Files\SMLets\SMLets.psd1' -ErrorVariable err -Force}&lt;/p&gt;</description><author>JFadmin</author><pubDate>Fri, 28 Dec 2012 01:29:28 GMT</pubDate><guid isPermaLink="false">Commented Issue: System.Exception: The specified snap-in 'SMlets' failed to load [10705] 20121228012928A</guid></item><item><title>Created Issue: System.Exception: The specified snap-in 'SMlets' failed to load [10705]</title><link>http://smlets.codeplex.com/workitem/10705</link><description>System.Exception&amp;#58; The specified snap-in &amp;#39;SMlets&amp;#39; failed to load with below exception&lt;br /&gt;&lt;br /&gt; System.Management.Automation.PSArgumentException&amp;#58; No snap-ins have been registered for Windows PowerShell version 2.&lt;br /&gt;&lt;br /&gt;I have created several powershell scripts that run fine with I run them on the server, however, when I package them in the SM Authoring tool, and deploy them &amp;#40;import MP &amp;#38;amp&amp;#59; copy DLLs&amp;#41; they fail to load the SMlets module.&lt;br /&gt;&lt;br /&gt;I believe I have beta3 installed. &amp;#40;how do I check&amp;#63;&amp;#41;&lt;br /&gt;&lt;br /&gt;This is SCSM 2012 - on all x64 server Windows 2008 R2&lt;br /&gt;&lt;br /&gt;I was initially trying to have the module load via the GUI option in the Authoring tool, then i tried to remove that, and add the import and removal directly in the script.&lt;br /&gt;&lt;br /&gt;But is keeps faling with that error...  I have only installed SMlets on the management server, not the DW... &amp;#40;do I need to&amp;#63;&amp;#41;&lt;br /&gt;&lt;br /&gt;Here is a simple script that fails.&lt;br /&gt; &amp;#36;a &amp;#61; &amp;#40;get-module&amp;#124;&amp;#37;&amp;#123;&amp;#36;_.name&amp;#125;&amp;#41; -join &amp;#38;quot&amp;#59; &amp;#38;quot&amp;#59;&lt;br /&gt; if&amp;#40;&amp;#33;&amp;#36;a.Contains&amp;#40;&amp;#38;quot&amp;#59;SMLets&amp;#38;quot&amp;#59;&amp;#41;&amp;#41;&amp;#123;Import-Module SMLets -ErrorVariable err -Force&amp;#125;&lt;br /&gt;&lt;br /&gt;&amp;#36;CRClass &amp;#61; get-scsmclass -name System.WorkItem.ChangeRequest&amp;#36;&lt;br /&gt;&amp;#36;CRobj &amp;#61; Get-SCSMObject -Class &amp;#36;CRClass -Filter &amp;#38;quot&amp;#59;ID -eq &amp;#36;CRID&amp;#38;quot&amp;#59;&lt;br /&gt;&lt;br /&gt;if &amp;#40;&amp;#36;CRobj.Status.displayname -eq &amp;#38;quot&amp;#59;approved&amp;#38;quot&amp;#59;&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt; &amp;#36;i &amp;#61; 0&lt;br /&gt; if &amp;#40;&amp;#36;CRobj.ActualStartDate -ne &amp;#36;null&amp;#41; &amp;#123;&amp;#36;i&amp;#43;&amp;#43;&amp;#125;&lt;br /&gt; if &amp;#40;&amp;#36;CRobj.ActualEndDate -ne &amp;#36;null&amp;#41; &amp;#123;&amp;#36;i&amp;#43;&amp;#43;&amp;#125;&lt;br /&gt; if &amp;#40;&amp;#36;CRobj.ImplementationResults -ne &amp;#36;null&amp;#41; &amp;#123;&amp;#36;i&amp;#43;&amp;#43;&amp;#125;&lt;br /&gt; &amp;#125;&lt;br /&gt;&lt;br /&gt;if &amp;#40;&amp;#36;i -eq 3&amp;#41;&amp;#123;Set-SCSMObject -SMObject &amp;#36;CRobj -Property status -Value &amp;#38;quot&amp;#59;executed&amp;#38;quot&amp;#59;&amp;#125;&lt;br /&gt;&lt;br /&gt;Remove-module smlets -force&lt;br /&gt;</description><author>JFadmin</author><pubDate>Fri, 28 Dec 2012 00:15:52 GMT</pubDate><guid isPermaLink="false">Created Issue: System.Exception: The specified snap-in 'SMlets' failed to load [10705] 20121228121552A</guid></item><item><title>Commented Issue: Trouble with object types returned using SMlets [10670]</title><link>http://smlets.codeplex.com/workitem/10670</link><description>I am trying to use set-scsmobjecttemplate&amp;#60;br&amp;#62;&amp;#60;br&amp;#62;&amp;#36;CMN11 &amp;#61; Get-SCSMObjectTemplate -DisplayName &amp;#38;quot&amp;#59;CMN11 - Request for Results Notification&amp;#38;quot&amp;#59;&amp;#60;br&amp;#62;&amp;#36;CRClassProjection &amp;#61; get-SCSMTypeProjection System.WorkItem.ChangeRequestProjection&amp;#36;&amp;#60;br&amp;#62;&amp;#36;CRP &amp;#61; Get-SCSMObjectProjection -Projection &amp;#36;CRClassProjection -Filter &amp;#38;quot&amp;#59;Id -eq &amp;#36;CR_ID&amp;#38;quot&amp;#59;&amp;#60;br&amp;#62;Set-SCSMObjectTemplate -Projection &amp;#36;CRP -Template &amp;#36;CMN11&amp;#60;br&amp;#62;&amp;#60;br&amp;#62;PS C&amp;#58;&amp;#92;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59; Set-SCSMObjectTemplate -Projection &amp;#36;CRP -Template &amp;#36;CMN11&amp;#60;br&amp;#62;Set-SCSMObjectTemplate &amp;#58; The template cannot be applied to the instance because the instance is not of t&amp;#60;br&amp;#62;he template targets type.&amp;#60;br&amp;#62;At line&amp;#58;1 char&amp;#58;23&amp;#60;br&amp;#62;&amp;#43; Set-SCSMObjectTemplate &amp;#38;lt&amp;#59;&amp;#38;lt&amp;#59;&amp;#38;lt&amp;#59;&amp;#38;lt&amp;#59;  -Projection &amp;#36;CRP -Template &amp;#36;CMN11&amp;#60;br&amp;#62;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;Template_ae893e...2e7f27753abdbe3&amp;#58;ManagementPackObject&amp;#60;br&amp;#62;   Template&amp;#41; &amp;#91;Set-SCSMObjectTemplate&amp;#93;, InvalidOperationException&amp;#60;br&amp;#62;    &amp;#43; FullyQualifiedErrorId &amp;#58; ApplyTemplate,SMLets.SetSCSMObjectTemplateCommand &amp;#60;br&amp;#62;And I think this is the cause, &amp;#60;br&amp;#62;PS C&amp;#58;&amp;#92;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59; &amp;#36;CRP &amp;#61; Get-SCSMObjectProjection -Projection &amp;#36;CRClassProjection -Filter &amp;#38;quot&amp;#59;Id -eq &amp;#36;CR&amp;#60;br&amp;#62;_ID&amp;#38;quot&amp;#59;&amp;#60;br&amp;#62;PS C&amp;#58;&amp;#92;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59; &amp;#36;CRP.GetType&amp;#40;&amp;#41;&amp;#60;br&amp;#62;&amp;#60;br&amp;#62;IsPublic IsSerial Name                                     BaseType&amp;#60;br&amp;#62;-------- -------- ----                                     --------&amp;#60;br&amp;#62;True     False    PSCustomObject                           System.Object &amp;#60;br&amp;#62;&amp;#60;br&amp;#62;&amp;#60;br&amp;#62;PS C&amp;#58;&amp;#92;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59; &amp;#36;CRClassProjection.GetType&amp;#40;&amp;#41;&amp;#60;br&amp;#62;&amp;#60;br&amp;#62;IsPublic IsSerial Name                                     BaseType&amp;#60;br&amp;#62;-------- -------- ----                                     --------&amp;#60;br&amp;#62;True     False    PSCustomObject                           System.Object&amp;#60;br&amp;#62;&amp;#60;br&amp;#62;And according to the cmdlet help, we are looking for a specific type of object, &amp;#60;br&amp;#62;PS C&amp;#58;&amp;#92;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59; help Set-SCSMObjectTemplate&amp;#60;br&amp;#62;&amp;#60;br&amp;#62;NAME&amp;#60;br&amp;#62;    Set-SCSMObjectTemplate&amp;#60;br&amp;#62;&amp;#60;br&amp;#62;SYNTAX&amp;#60;br&amp;#62;    Set-SCSMObjectTemplate &amp;#91;-Projection&amp;#93;  &amp;#91;-Name &amp;#93; &amp;#91;-Tem&amp;#60;br&amp;#62;    plate &amp;#93; &amp;#91;-ComputerName &amp;#93; &amp;#91;-Credential &amp;#93; &amp;#91;-SCSMSe&amp;#60;br&amp;#62;    ssion &amp;#93; &amp;#91;-Verbose&amp;#93; &amp;#91;-Debug&amp;#93; &amp;#91;-ErrorAction &amp;#93; &amp;#91;-WarningAc&amp;#60;br&amp;#62;    tion &amp;#93; &amp;#91;-ErrorVariable &amp;#93; &amp;#91;-WarningVariable &amp;#93; &amp;#91;-OutVariable &amp;#93; &amp;#91;-OutBuffer &amp;#93; &amp;#91;-WhatIf&amp;#93; &amp;#91;-Confirm&amp;#93;&amp;#60;br&amp;#62;    Set-SCSMObjectTemplate &amp;#91;-Object&amp;#93;  &amp;#91;-Name &amp;#93; &amp;#91;-Template &amp;#93; &amp;#91;-ComputerName &amp;#93; &amp;#91;-Credential &amp;#93; &amp;#91;-SCSMSession &amp;#93; &amp;#91;-Verbose&amp;#93; &amp;#91;-Debug&amp;#93; &amp;#91;-ErrorAction &amp;#93; &amp;#91;-WarningAction &amp;#93; &amp;#91;-ErrorVariable &amp;#93; &amp;#91;-WarningVariable &amp;#93; &amp;#91;-OutVariable &amp;#93; &amp;#91;-OutBuffer&amp;#60;br&amp;#62;     &amp;#93; &amp;#91;-WhatIf&amp;#93; &amp;#91;-Confirm&amp;#93;&lt;br /&gt;Comments: ** Comment from web user: JFadmin ** &lt;p&gt;I found that I was attempting to use this cmdlet incorrectly.  I was trying to apply an email notification template.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>JFadmin</author><pubDate>Fri, 28 Dec 2012 00:06:08 GMT</pubDate><guid isPermaLink="false">Commented Issue: Trouble with object types returned using SMlets [10670] 20121228120608A</guid></item><item><title>Created Issue: Trouble with object types returned using SMlets [10670]</title><link>http://smlets.codeplex.com/workitem/10670</link><description>I am trying to use set-scsmobjecttemplate&lt;br /&gt;&lt;br /&gt;&amp;#36;CMN11 &amp;#61; Get-SCSMObjectTemplate -DisplayName &amp;#38;quot&amp;#59;CMN11 - Request for Results Notification&amp;#38;quot&amp;#59;&lt;br /&gt;&amp;#36;CRClassProjection &amp;#61; get-SCSMTypeProjection System.WorkItem.ChangeRequestProjection&amp;#36;&lt;br /&gt;&amp;#36;CRP &amp;#61; Get-SCSMObjectProjection -Projection &amp;#36;CRClassProjection -Filter &amp;#38;quot&amp;#59;Id -eq &amp;#36;CR_ID&amp;#38;quot&amp;#59;&lt;br /&gt;Set-SCSMObjectTemplate -Projection &amp;#36;CRP -Template &amp;#36;CMN11&lt;br /&gt;&lt;br /&gt;PS C&amp;#58;&amp;#92;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59; Set-SCSMObjectTemplate -Projection &amp;#36;CRP -Template &amp;#36;CMN11&lt;br /&gt;Set-SCSMObjectTemplate &amp;#58; The template cannot be applied to the instance because the instance is not of t&lt;br /&gt;he template targets type.&lt;br /&gt;At line&amp;#58;1 char&amp;#58;23&lt;br /&gt;&amp;#43; Set-SCSMObjectTemplate &amp;#38;lt&amp;#59;&amp;#38;lt&amp;#59;&amp;#38;lt&amp;#59;&amp;#38;lt&amp;#59;  -Projection &amp;#36;CRP -Template &amp;#36;CMN11&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;Template_ae893e...2e7f27753abdbe3&amp;#58;ManagementPackObject&lt;br /&gt;   Template&amp;#41; &amp;#91;Set-SCSMObjectTemplate&amp;#93;, InvalidOperationException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; ApplyTemplate,SMLets.SetSCSMObjectTemplateCommand &lt;br /&gt;And I think this is the cause, &lt;br /&gt;PS C&amp;#58;&amp;#92;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59; &amp;#36;CRP &amp;#61; Get-SCSMObjectProjection -Projection &amp;#36;CRClassProjection -Filter &amp;#38;quot&amp;#59;Id -eq &amp;#36;CR&lt;br /&gt;_ID&amp;#38;quot&amp;#59;&lt;br /&gt;PS C&amp;#58;&amp;#92;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59; &amp;#36;CRP.GetType&amp;#40;&amp;#41;&lt;br /&gt;&lt;br /&gt;IsPublic IsSerial Name                                     BaseType&lt;br /&gt;-------- -------- ----                                     --------&lt;br /&gt;True     False    PSCustomObject                           System.Object &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;PS C&amp;#58;&amp;#92;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59; &amp;#36;CRClassProjection.GetType&amp;#40;&amp;#41;&lt;br /&gt;&lt;br /&gt;IsPublic IsSerial Name                                     BaseType&lt;br /&gt;-------- -------- ----                                     --------&lt;br /&gt;True     False    PSCustomObject                           System.Object&lt;br /&gt;&lt;br /&gt;And according to the cmdlet help, we are looking for a specific type of object, &lt;br /&gt;PS C&amp;#58;&amp;#92;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59;&amp;#38;gt&amp;#59; help Set-SCSMObjectTemplate&lt;br /&gt;&lt;br /&gt;NAME&lt;br /&gt;    Set-SCSMObjectTemplate&lt;br /&gt;&lt;br /&gt;SYNTAX&lt;br /&gt;    Set-SCSMObjectTemplate &amp;#91;-Projection&amp;#93;  &amp;#91;-Name &amp;#93; &amp;#91;-Tem&lt;br /&gt;    plate &amp;#93; &amp;#91;-ComputerName &amp;#93; &amp;#91;-Credential &amp;#93; &amp;#91;-SCSMSe&lt;br /&gt;    ssion &amp;#93; &amp;#91;-Verbose&amp;#93; &amp;#91;-Debug&amp;#93; &amp;#91;-ErrorAction &amp;#93; &amp;#91;-WarningAc&lt;br /&gt;    tion &amp;#93; &amp;#91;-ErrorVariable &amp;#93; &amp;#91;-WarningVariable &amp;#93; &amp;#91;-OutVariable &amp;#93; &amp;#91;-OutBuffer &amp;#93; &amp;#91;-WhatIf&amp;#93; &amp;#91;-Confirm&amp;#93;&lt;br /&gt;    Set-SCSMObjectTemplate &amp;#91;-Object&amp;#93;  &amp;#91;-Name &amp;#93; &amp;#91;-Template &amp;#93; &amp;#91;-ComputerName &amp;#93; &amp;#91;-Credential &amp;#93; &amp;#91;-SCSMSession &amp;#93; &amp;#91;-Verbose&amp;#93; &amp;#91;-Debug&amp;#93; &amp;#91;-ErrorAction &amp;#93; &amp;#91;-WarningAction &amp;#93; &amp;#91;-ErrorVariable &amp;#93; &amp;#91;-WarningVariable &amp;#93; &amp;#91;-OutVariable &amp;#93; &amp;#91;-OutBuffer&lt;br /&gt;     &amp;#93; &amp;#91;-WhatIf&amp;#93; &amp;#91;-Confirm&amp;#93;&lt;br /&gt;</description><author>JFadmin</author><pubDate>Mon, 17 Dec 2012 14:19:27 GMT</pubDate><guid isPermaLink="false">Created Issue: Trouble with object types returned using SMlets [10670] 20121217021927P</guid></item><item><title>Commented Issue: Incident Priority is not being set in New-SCSMIncident [8943]</title><link>http://smlets.codeplex.com/workitem/8943</link><description>The .Priority field is not being set dependent on the urgency and impact.&lt;br /&gt;Comments: ** Comment from web user: radtravis ** &lt;p&gt;A workflow should pick up the incident after it is created and set the priority correctly.&lt;/p&gt;&lt;p&gt;I agree though that ideally New-SCSMIncident should calculate and set the priority correctly on insert.  Will consider for a future release.&lt;/p&gt;</description><author>radtravis</author><pubDate>Fri, 24 Aug 2012 22:18:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: Incident Priority is not being set in New-SCSMIncident [8943] 20120824101838P</guid></item><item><title>Created Issue: Cannot create Service Request using Request Offering that doesn't have questsions. [10317]</title><link>http://smlets.codeplex.com/workitem/10317</link><description>I have a generic Service Request Offering with no questions that is used for one-off requests. When I try to script the creation of the Service Request, I get an error &amp;#34;Object reference not set to the instance of an object&amp;#34;. If I use an Offering with Questions, it works fine.&lt;br /&gt;</description><author>smithbj</author><pubDate>Mon, 09 Jul 2012 23:29:57 GMT</pubDate><guid isPermaLink="false">Created Issue: Cannot create Service Request using Request Offering that doesn't have questsions. [10317] 20120709112957P</guid></item><item><title>Commented Issue: Issues invoking SMlets from a remote machine [10188]</title><link>http://smlets.codeplex.com/workitem/10188</link><description>I have SCSM installed in a lab, on a member server.  I&amp;#39;m on a laptop that sits outside the domain.  I have SMlets installed there too, as well as the authoring toolkit and the SCSM console.&lt;br /&gt;&lt;br /&gt;When I try to load the SMlets, the first time I was getting errors because they couldn&amp;#39;t find the SDK Binaries folder in the SCSM install folder.  These do not seem to be installed with the authoring toolkit nor with the SCSM console.  I had to copy them over from the server.  It would be useful if the SMlets checked for this and reported an appropriate error, telling users what to do.&lt;br /&gt;&lt;br /&gt;Next, once they were loaded, I can invoke them with simple calls, such as Get-SCSMIncident.  When I do that however, since SCSM isn&amp;#39;t installed locally, I get an unhelpful error&amp;#58;&lt;br /&gt;&lt;br /&gt;Get-SCSMIncident &amp;#58; The Data Access service is either not running or not yet initialized. Check the event log for more i&lt;br /&gt;nformation.&lt;br /&gt;At line&amp;#58;1 char&amp;#58;17&lt;br /&gt;&amp;#43; get-scsmincident &amp;#60;&amp;#60;&amp;#60;&amp;#60;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;localhost&amp;#58;String&amp;#41; &amp;#91;Get-SCSMIncident&amp;#93;, ServiceNotRunningException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; GenericMessage,SMLets.SCSMIncidentGet&lt;br /&gt;&lt;br /&gt;This should be designed better so that the cmdlets check to see if SCSM is installed on the local machine if they&amp;#39;re run locally &amp;#40;it could check once and cache it, because it does the check on import&amp;#41;, and then if you invoke a local command by accident it should tell you SCSM isn&amp;#39;t installed on the local machine.&lt;br /&gt;&lt;br /&gt;Also, it would be quite useful to add a Connect-SCSMServer cmdlet, where I could specify the server name and the credentials, and then from that point on every other SMLet I would call would use that connection.  That would be much, much easier for remote management of SCSM.&lt;br /&gt;Comments: ** Comment from web user: smithbj ** &lt;p&gt;Try running the script below prior to any cmlets. It should use the computer specified in all scripts you run in that session.&lt;/p&gt;&lt;p&gt;&amp;#36;smdefaultcomputer &amp;#61; &amp;#39;smserver.domain.local&amp;#39; &lt;/p&gt;</description><author>smithbj</author><pubDate>Mon, 11 Jun 2012 23:28:51 GMT</pubDate><guid isPermaLink="false">Commented Issue: Issues invoking SMlets from a remote machine [10188] 20120611112851P</guid></item><item><title>Created Issue: Issues invoking SMlets from a remote machine [10188]</title><link>http://smlets.codeplex.com/workitem/10188</link><description>I have SCSM installed in a lab, on a member server.  I&amp;#39;m on a laptop that sits outside the domain.  I have SMlets installed there too, as well as the authoring toolkit and the SCSM console.&lt;br /&gt;&lt;br /&gt;When I try to load the SMlets, the first time I was getting errors because they couldn&amp;#39;t find the SDK Binaries folder in the SCSM install folder.  These do not seem to be installed with the authoring toolkit nor with the SCSM console.  I had to copy them over from the server.  It would be useful if the SMlets checked for this and reported an appropriate error, telling users what to do.&lt;br /&gt;&lt;br /&gt;Next, once they were loaded, I can invoke them with simple calls, such as Get-SCSMIncident.  When I do that however, since SCSM isn&amp;#39;t installed locally, I get an unhelpful error&amp;#58;&lt;br /&gt;&lt;br /&gt;Get-SCSMIncident &amp;#58; The Data Access service is either not running or not yet initialized. Check the event log for more i&lt;br /&gt;nformation.&lt;br /&gt;At line&amp;#58;1 char&amp;#58;17&lt;br /&gt;&amp;#43; get-scsmincident &amp;#60;&amp;#60;&amp;#60;&amp;#60;&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; InvalidOperation&amp;#58; &amp;#40;localhost&amp;#58;String&amp;#41; &amp;#91;Get-SCSMIncident&amp;#93;, ServiceNotRunningException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; GenericMessage,SMLets.SCSMIncidentGet&lt;br /&gt;&lt;br /&gt;This should be designed better so that the cmdlets check to see if SCSM is installed on the local machine if they&amp;#39;re run locally &amp;#40;it could check once and cache it, because it does the check on import&amp;#41;, and then if you invoke a local command by accident it should tell you SCSM isn&amp;#39;t installed on the local machine.&lt;br /&gt;&lt;br /&gt;Also, it would be quite useful to add a Connect-SCSMServer cmdlet, where I could specify the server name and the credentials, and then from that point on every other SMLet I would call would use that connection.  That would be much, much easier for remote management of SCSM.&lt;br /&gt;</description><author>poshoholic</author><pubDate>Fri, 18 May 2012 22:25:59 GMT</pubDate><guid isPermaLink="false">Created Issue: Issues invoking SMlets from a remote machine [10188] 20120518102559P</guid></item><item><title>Created Issue: The Credential parameter needs to accept string input as well as PSCredential [10187]</title><link>http://smlets.codeplex.com/workitem/10187</link><description>Today the Credential parameter is implemented inconsistently in these cmdlets. In core PowerShell, you can pass in a string and it will automatically convert to PSCredential using a type converter, which results in a prompt being displayed as if you had called Get-Credential.  The SMlets don&amp;#39;t do this however, so you must explicitly use Get-Credential, which should not be necessary.&lt;br /&gt;&lt;br /&gt;For example, I should be able to do this&amp;#58;&lt;br /&gt;&lt;br /&gt;Get-SCSMIncident -ComputerName scsm -Credential SCLab&amp;#92;Administrator&lt;br /&gt;&lt;br /&gt;But I cannot.  I have to do this instead&amp;#58;&lt;br /&gt;&lt;br /&gt;Get-SCSMIncident -ComputerName scsm -Credential &amp;#40;Get-Credential SCLab&amp;#92;Administrator&amp;#41;&lt;br /&gt;&lt;br /&gt;Please fix this so that it&amp;#39;s consistent with the rest of PowerShell.&lt;br /&gt;</description><author>poshoholic</author><pubDate>Fri, 18 May 2012 22:20:32 GMT</pubDate><guid isPermaLink="false">Created Issue: The Credential parameter needs to accept string input as well as PSCredential [10187] 20120518102032P</guid></item><item><title>Closed Issue: Get-SCSMRelationshipObject ignore -Relationship parameter then QueryBy.Relationship used with filter [9116]</title><link>http://smlets.codeplex.com/workitem/9116</link><description>Get-SCSMRelationshipObject ignore filter then QueryBy.Relationship used.&lt;br /&gt;Example&amp;#58;&lt;br /&gt;PS C&amp;#58;&amp;#92;Users&amp;#92;gricenko.eng&amp;#62; import-module SMLets&lt;br /&gt;PS C&amp;#58;&amp;#92;Users&amp;#92;gricenko.eng&amp;#62; &amp;#36;rel &amp;#61; Get-SCSMRelationshipClass -Name &amp;#34;System.UserManagesUser&amp;#34;&lt;br /&gt;PS C&amp;#58;&amp;#92;Users&amp;#92;gricenko.eng&amp;#62; Get-SCSMRelationshipObject -Relationship &amp;#36;rel -verbose&lt;br /&gt;VERBOSE&amp;#58; Retrieving Relationship Objects. QueryBy is&amp;#58;Relationship&lt;br /&gt;VERBOSE&amp;#58; Relationship via r&amp;#58; 4a807c65-6a1f-15b2-bdf3-e967e58c254a. Count &amp;#61; 7&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 901a128e-19e5-6e90-a2e8-1cab3b89e3bb&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 349457f9-8228-6938-fc69-298d757f3db9&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; edf86c8d-fa6d-df17-6ba4-39d726b379d6&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 91141b3b-a279-5d7b-4a22-4270c806364c&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 18b7b34b-de1a-1548-d72b-497d7f32739d&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 88dd2378-191b-4873-a2a4-79e45d016387&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 2a2087c8-6c83-dd79-60e9-fce0a1f07ead&lt;br /&gt;&lt;br /&gt;PS C&amp;#58;&amp;#92;Users&amp;#92;gricenko.eng&amp;#62; Get-SCSMRelationshipObject &amp;#36;rel -Filter &amp;#34;SourceObjectName &amp;#61; &amp;#39;SYSCENTER.gricenko&amp;#39;&amp;#34; -verbose&lt;br /&gt;VERBOSE&amp;#58; Retrieving Relationship Objects. QueryBy is&amp;#58;Relationship&lt;br /&gt;VERBOSE&amp;#58;  Using Filter&amp;#58; SourceObjectName &amp;#61; &amp;#39;SYSCENTER.gricenko&amp;#39;&lt;br /&gt;VERBOSE&amp;#58;  After property name substitution&amp;#58; SourceObjectName &amp;#61; &amp;#39;SYSCENTER.gricenko&amp;#39;&lt;br /&gt;VERBOSE&amp;#58;  Converted filter is&amp;#58; SourceObjectName &amp;#61; &amp;#39;SYSCENTER.gricenko&amp;#39;&lt;br /&gt;VERBOSE&amp;#58; Relationship with criteria&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; abdc9777-468f-2d63-6de1-07edfd94ffa1&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 5ecd152a-5b05-5f6c-4337-09215eaaedbb&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 89bc5c95-6db9-9f1f-8142-0af552fb418d&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; f340daef-4d57-15b8-cd02-0b61e91e7ed7&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; e97823c5-b2ca-59fc-beab-0cef7c197727&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 06a53af5-3f55-9294-3b59-0d1a28e3cfd0&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 58638ed9-a21e-6eb4-a4fa-0e71bc34659b&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; bcbd195b-56a5-e522-d82d-0e9addf11612&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 41a37a00-ec05-306e-fa8f-0ea95f504b52&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 775fe94e-eb3c-ae07-ebb3-102d0a8e28ff&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; a118472c-3464-b09b-5869-10a7af81a919&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 82c05367-c774-031b-16be-112881a61e50&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 4d8873a5-f8b6-b5cd-5265-13842a19864f&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; a3328916-5d29-ac7f-989b-13a2ad5e469f&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; c73667f4-bfd9-84b1-ff99-164b2375685c&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 2a697756-a748-5c4b-0555-1a4397cddc00&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 901a128e-19e5-6e90-a2e8-1cab3b89e3bb&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 3d054009-ecd6-8887-7c71-1e2f53e3ec6a&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 163777b9-45ee-afb0-914b-1e73a865d72a&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; bd842434-e137-26c5-baec-20a60f261856&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; b727a27d-887a-37f9-d993-21f721c14d07&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 95101748-25a2-2be9-93c2-230e3850ce21&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 54f9dd3b-d95f-6c18-97d6-245c9c4cd65d&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 5982b63d-b208-50d3-1bd6-26f16276ae05&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; e364cae3-6d60-34cd-f89e-2808e5d2bd38&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 4c266270-ca10-dc45-42e4-287a9d59603c&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 61103b53-64ef-f8e8-72ef-29e0e8800801&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; bd54602b-081c-c0af-0390-2cb7fa57e376&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; d6dd23a6-87ec-3494-cf98-2cf42942d9c6&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 64039886-c32f-4c1b-ecf8-303070b17d0f&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; c1541a00-ccc3-7c69-15d5-305f51dba1be&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 8fd09bc2-40c4-b395-f661-30ec1618a15c&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; e67bd3f6-5e88-e696-a9c4-32ab5b8eeb2f&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; edf86c8d-fa6d-df17-6ba4-39d726b379d6&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; cb1f3485-5aa0-f978-34be-3e7ba6dee19e&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 3433fdef-b895-3f45-d0c2-3efd4ce462e4&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 2a918149-4375-e815-960c-3fd35c616cab&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; dd46ba42-f98d-7ca3-a98d-40edce1d71fc&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 07a6dba4-9385-c8d0-32e8-41fbc19d1ca6&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 46cb30f1-62fc-206d-868b-44078b1b6cbb&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; ae0df825-a58d-5636-69c0-45a69771e815&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; e9100b0b-2030-6b04-2aed-45fa390065de&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; f8c009b4-59f1-e852-991b-46a424b99823&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 7b030266-2d4f-dbdf-17ba-4947cfe427fd&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; dc0d2bdc-5b1c-2942-13fe-4ceaf3ed3068&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 93c0160c-8d36-37f5-9606-4cf2d369ba81&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; ba4e7a14-af9b-8a1e-a3db-50255d561fbe&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 3c69cd34-2051-f56e-1888-579b06b16c7f&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 538e5e04-5d36-5742-4a66-57f0792bdf09&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; a477e020-a09b-b6dc-1ac7-593fda5990d3&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 0a4953cd-4478-528f-028f-5972248b4cc1&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 82e38ac8-5422-f653-1db3-598a691c571a&lt;br /&gt;VERBOSE&amp;#58; ID&amp;#58; 78280ab5-be50-5cf7-4c70-5b14ea49b984&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>jtruher</author><pubDate>Tue, 17 Apr 2012 00:22:34 GMT</pubDate><guid isPermaLink="false">Closed Issue: Get-SCSMRelationshipObject ignore -Relationship parameter then QueryBy.Relationship used with filter [9116] 20120417122234A</guid></item><item><title>Closed Issue: Get-SCSMIncident and Set-SCSMIncident on SCSM 2012 Beta [9671]</title><link>http://smlets.codeplex.com/workitem/9671</link><description>Hi,&lt;br /&gt;&lt;br /&gt;Get-SCSMIncident and Set-SCSMIncident don&amp;#8217;t work, with any criteria, on SCSM 2012 Beta, I get the following error&amp;#58;&lt;br /&gt;&lt;br /&gt;Get-SCSMIncident &amp;#58; The criteria could not be parsed. See inner exception for details.&lt;br /&gt;At line&amp;#58;1 char&amp;#58;17&lt;br /&gt;&amp;#43; Get-SCSMIncident &amp;#60;&amp;#60;&amp;#60;&amp;#60;  -ID ir4679&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; NotSpecified&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;Get-SCSMIncident&amp;#93;, InvalidCriteriaException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; Microsoft.EnterpriseManagement.Common.InvalidCriteriaException,SMLets.SCSMIncidentGet&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Get-SCSMObject and Set-SCSMObject cmdlets can be used for many scenrarios.&lt;br /&gt;&lt;br /&gt;However, I&amp;#8217;ve to attach file&amp;#40;s&amp;#41; to an existing incident &amp;#40;Set-SCSMIncident &amp;#8211;Id IRxx &amp;#8211;AttachmentPath &amp;#8220;xxx&amp;#8221;&amp;#41;, and I&amp;#39;ve no quick solution.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Best regards&lt;br /&gt;Thierry&lt;br /&gt;Comments: &lt;p&gt;fixed in beta 4&lt;/p&gt;</description><author>jtruher</author><pubDate>Tue, 17 Apr 2012 00:22:05 GMT</pubDate><guid isPermaLink="false">Closed Issue: Get-SCSMIncident and Set-SCSMIncident on SCSM 2012 Beta [9671] 20120417122205A</guid></item><item><title>Closed Issue: Enumeration field not being updated with Set-SCSMObject [9403]</title><link>http://smlets.codeplex.com/workitem/9403</link><description>Hi, I&amp;#39;m testing the latest version &amp;#40;beta 3&amp;#41;. When I want to update an enumeration field it doesn&amp;#39;t fail, but it&amp;#39;s not updating the field.&lt;br /&gt;&lt;br /&gt;Is there something wrong that I&amp;#39;m missing&amp;#63;&lt;br /&gt;&lt;br /&gt; PS C&amp;#58;&amp;#92;&amp;#62; &amp;#36;inc&lt;br /&gt;&lt;br /&gt;ClassName                                        DisplayName                                     LastModified&lt;br /&gt;---------                                        -----------                                     ------------&lt;br /&gt;System.WorkItem.Incident                         IR93218 - Enterprise Systems - Daily Metrics... 10&amp;#47;25&amp;#47;2011 11&amp;#58;20&amp;#58;11 AM&lt;br /&gt;&lt;br /&gt;PS C&amp;#58;&amp;#92;&amp;#62; &amp;#36;inc.Classification&lt;br /&gt;&lt;br /&gt;ordinal name                             displayname&lt;br /&gt;------- ----                             -----------&lt;br /&gt;40      IncidentClassificationEnum.Other Other&lt;br /&gt;&lt;br /&gt;PS C&amp;#58;&amp;#92;&amp;#62; &amp;#36;IncidentClassif&lt;br /&gt;&lt;br /&gt;ordinal name                                  displayname&lt;br /&gt;------- ----                                  -----------&lt;br /&gt;12.5    Enum.379e4ebc9d8c46f0b33e9307c697cfe4 Database&lt;br /&gt;&lt;br /&gt;PS C&amp;#58;&amp;#92;&amp;#62; &amp;#36;inc &amp;#124;Set-SCSMObject -Property Classification -Value &amp;#36;IncidentClassif -ComputerName &amp;#36;MS -verbose&lt;br /&gt;VERBOSE&amp;#58; Want to set Classification&amp;#40;enum&amp;#41; to Enum.379e4ebc9d8c46f0b33e9307c697cfe4&lt;br /&gt;VERBOSE&amp;#58; Looking Enum via string Enum.379e4ebc9d8c46f0b33e9307c697cfe4 in IncidentClassificationEnum&lt;br /&gt;VERBOSE&amp;#58; found enum&amp;#58; Enum.379e4ebc9d8c46f0b33e9307c697cfe4&lt;br /&gt;VERBOSE&amp;#58; set the value&lt;br /&gt;VERBOSE&amp;#58; Adding 4f8d41bd-1b47-0f0b-c468-3e3aece592ed to change list&lt;br /&gt;VERBOSE&amp;#58; Performing operation &amp;#34;Set-SCSMObject&amp;#34; on Target &amp;#34;SMObjects&amp;#34;.&lt;br /&gt;&lt;br /&gt;PS C&amp;#58;&amp;#92;&amp;#62; &amp;#36;inc &amp;#61; Get-SCSMObject -Class &amp;#36;IncidentClass -Filter &amp;#34;ID -eq IR93218&amp;#34; -ComputerName &amp;#36;MS&lt;br /&gt;PS C&amp;#58;&amp;#92;&amp;#62; &amp;#36;inc.Classification&lt;br /&gt;&lt;br /&gt;ordinal name                             displayname&lt;br /&gt;------- ----                             -----------&lt;br /&gt;40      IncidentClassificationEnum.Other Other&lt;br /&gt;&lt;br /&gt;PS C&amp;#58;&amp;#92;&amp;#62; &amp;#36;IncidentClassifId &amp;#61; &amp;#36;IncidentClassif.Id&lt;br /&gt;&lt;br /&gt;PS C&amp;#58;&amp;#92;&amp;#62; &amp;#36;inc &amp;#124;Set-SCSMObject -Property Classification -Value &amp;#36;IncidentClassifId -ComputerName &amp;#36;MS -verbose&lt;br /&gt;VERBOSE&amp;#58; Want to set Classification&amp;#40;enum&amp;#41; to 5db4ea14-8e93-8e47-f50d-2ad3d05e62ea&lt;br /&gt;VERBOSE&amp;#58; Looking Enum via string 5db4ea14-8e93-8e47-f50d-2ad3d05e62ea in IncidentClassificationEnum&lt;br /&gt;VERBOSE&amp;#58; found enum&amp;#58; Enum.379e4ebc9d8c46f0b33e9307c697cfe4&lt;br /&gt;VERBOSE&amp;#58; set the value&lt;br /&gt;VERBOSE&amp;#58; Adding 4f8d41bd-1b47-0f0b-c468-3e3aece592ed to change list&lt;br /&gt;VERBOSE&amp;#58; Performing operation &amp;#34;Set-SCSMObject&amp;#34; on Target &amp;#34;SMObjects&amp;#34;.&lt;br /&gt;&lt;br /&gt;PS C&amp;#58;&amp;#92;&amp;#62; &amp;#36;inc &amp;#61; Get-SCSMObject -Class &amp;#36;IncidentClass -Filter &amp;#34;ID -eq IR93218&amp;#34; -ComputerName &amp;#36;MS&lt;br /&gt;PS C&amp;#58;&amp;#92;&amp;#62; &amp;#36;inc.Classification&lt;br /&gt;&lt;br /&gt;ordinal name                             displayname&lt;br /&gt;------- ----                             -----------&lt;br /&gt;40      IncidentClassificationEnum.Other Other&lt;br /&gt;&lt;br /&gt;PS C&amp;#58;&amp;#92;&amp;#62; &amp;#36;inc &amp;#124;Set-SCSMObject -ComputerName &amp;#36;MS -PropertyHashtable &amp;#64;&amp;#123;Classification &amp;#61; &amp;#36;IncidentClassifId&amp;#125; -verbose&lt;br /&gt;VERBOSE&amp;#58; Want to set Classification&amp;#40;enum&amp;#41; to 5db4ea14-8e93-8e47-f50d-2ad3d05e62ea&lt;br /&gt;VERBOSE&amp;#58; Looking Enum via string 5db4ea14-8e93-8e47-f50d-2ad3d05e62ea in IncidentClassificationEnum&lt;br /&gt;VERBOSE&amp;#58; found enum&amp;#58; Enum.379e4ebc9d8c46f0b33e9307c697cfe4&lt;br /&gt;VERBOSE&amp;#58; set the value&lt;br /&gt;VERBOSE&amp;#58; Adding 4f8d41bd-1b47-0f0b-c468-3e3aece592ed to change list&lt;br /&gt;VERBOSE&amp;#58; Performing operation &amp;#34;Set-SCSMObject&amp;#34; on Target &amp;#34;SMObjects&amp;#34;.&lt;br /&gt;&lt;br /&gt;PS C&amp;#58;&amp;#92;&amp;#62; &amp;#36;inc &amp;#61; Get-SCSMObject -Class &amp;#36;IncidentClass -Filter &amp;#34;ID -eq IR93218&amp;#34; -ComputerName &amp;#36;MS&lt;br /&gt;PS C&amp;#58;&amp;#92;&amp;#62; &amp;#36;inc.Classification&lt;br /&gt;&lt;br /&gt;ordinal name                             displayname&lt;br /&gt;------- ----                             -----------&lt;br /&gt;40      IncidentClassificationEnum.Other Other&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; Thanks&amp;#33;&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>jtruher</author><pubDate>Tue, 17 Apr 2012 00:21:40 GMT</pubDate><guid isPermaLink="false">Closed Issue: Enumeration field not being updated with Set-SCSMObject [9403] 20120417122140A</guid></item><item><title>Closed Issue: can't install msi-package [9310]</title><link>http://smlets.codeplex.com/workitem/9310</link><description>Trying to install the msi - getting the next&lt;br /&gt;&amp;#34;Этот установочный пакет не поддерживается этим типом процессора. Обратитесь за помощью к поставщику продукта.&amp;#34;&lt;br /&gt;In English&lt;br /&gt;&amp;#34;This installation package is not supported by this processor type...&amp;#34;&lt;br /&gt;I&amp;#39;m running w7prof sp1, 32bit, Intel&amp;#40;R&amp;#41; Core&amp;#40;TM&amp;#41;2 Quad CPU Q8400 &amp;#169; 2.66GHz  2.66 GHz&lt;br /&gt;Comments: &lt;p&gt;fixed&lt;/p&gt;</description><author>jtruher</author><pubDate>Tue, 17 Apr 2012 00:21:06 GMT</pubDate><guid isPermaLink="false">Closed Issue: can't install msi-package [9310] 20120417122106A</guid></item><item><title>Closed Issue: The SMLets should not be installing into $PSHome\Modules! [9724]</title><link>http://smlets.codeplex.com/workitem/9724</link><description>&amp;#36;PSHome is defined as Windows&amp;#92;System32&amp;#92;WindowsPowerShell&amp;#92;v1.0&amp;#92;Modules.  This folder is used for modules that ship with PowerShell or as part of the operating system that includes PowerShell.  Other products should not be installing modules into that location.&lt;br /&gt;&lt;br /&gt;Today the SMLets are installed into this folder.  That should be changed such that the SMLets install into a Program Files folder and such that the SMLets installer modifies the PSModulePath environment variable to include the path to that module using the &amp;#37;ProgramFiles&amp;#37; environment variable if the path is not already present.  This way the module is discoverable on all systems and to all users without adding files to the Windows folder hierarchy.&lt;br /&gt;Comments: &lt;p&gt;fixed in beta4&lt;/p&gt;</description><author>jtruher</author><pubDate>Tue, 17 Apr 2012 00:20:36 GMT</pubDate><guid isPermaLink="false">Closed Issue: The SMLets should not be installing into $PSHome\Modules! [9724] 20120417122036A</guid></item></channel></rss>