Created Unassigned: SMlets module appends to Path every time it's loaded [11977]
When the SMLets.psm1 module is loaded it adds the module and script paths to the Path environment variable without checking whether the paths are already added. If the module is imported multiple times...
View ArticleNew Post: Get-SCSMIncident with extensions
Hi, It seems to me that you are experiencing the same problem as I had. Your information is probably stored in either a extension of the request incident class (for custom attributes) or stored in a...
View ArticleNew Post: new-scsmincident get id of this new incident?
Hello, i have a powershell script where this feature has been used :) To create the new incident use this line (you can remove fields you dont need) $incidentid = (New-SCSMIncident -title $global:title...
View ArticleNew Post: SMCompiledVersion vs SMInstalledVersion
I installed SMlets and ran Get-SMLetsVersion. The value for SMCompiledVersion is 7.5.1561.0, but the value for SMInstalledVersion is 7.5.3079.0. Why are the values different? UR5 was recently...
View ArticleNew Post: New-scsmincident Not add Created by to new incident
dears; i try use New-scsmincident to create new incident but i found new created incident not have Created by how can solve this problem ?
View ArticleCreated Unassigned: New-scsmincident Not add Created by to new incident [12058]
dears;i try use New-scsmincident to create new incident but i found new created incident not have Created byhow can solve this problem ?
View ArticleNew Post: Remove-SCQueue
Why can't I simply use "Get-SCQueue" and then pipe the output to "Remove-SCQueue" .Error Message:Remove-SCQueue : The group object could not be deleted because it is either not contained in the...
View ArticleCreated Unassigned: Error to Import-Module -Name SMLets [12060]
Hello, I have a W2008 R2 Enterprise with SCSM 2010 SP1 7.0.6555.128, when I run de command Import-Module -Name SMLets I have the next error. I do not what to do to resolve it. I will apreciate...
View ArticleCreated Unassigned: Import-module smlets -force [12062]
Utilizing "Import-module smlets -force" within workflow authoring can cause the $env:path variable to grow to max size and cause issues with these same workflows initializing/running.
View ArticlePatch Uploaded: #17388
RyanLancial has uploaded a patch.Description:An updated .psm1 that checks for the existence of the $env:path string that is inserted as part of the current behavior of the smlets.psm1. This change...
View ArticleNew Post: Installation problems finding Microsoft.EnterpriseManagement.Core.dll
PS C:\Program Files\Common Files\SMLets> Import-Module smlets resolve-path : Cannot find path 'C:\Program Files\Microsoft System Center 2012 R2\Service Manager\SDK...
View ArticleNew Post: Running SMLets in Orchestrator Runbooks: Module Error
Hey Eric, Have you had any luck resolving this issue? I too am experiencing this. Short of building a new Orchestrator box, I'm out of ideas.
View ArticleNew Post: Need help on adding dynamic reviewers in review activities in CR's...
Hi Team, Good Morning !!! I have been trying to find any powershell script(which can be added in a workflow) or any other methodology to add set of approvers(for different application owners) on review...
View ArticleNew Post: Running SMLets in Orchestrator Runbooks: Module Error
you need to follow these instructions: http://blog.scsmsolutions.com/2011/08/install-smlets-on-server-without-console/ (no need to copy dll to GAC, just where smlets is installed will do) and remember...
View ArticleSource code checked in, #96700
new features: -ThreeLetterWindowsLanguageName, DateTime issue fix, Get-SCSMClassProperty cmdlet, support for assigning decimal properties, __InternalId property for any EnterpriseManagementObject (Guid...
View ArticleReleased: SCSM PowerShell Cmdlets BETA 5 (Jul 01, 2015)
Some small improvements for SMLets New cmdlets:Get-SCSMClassProperty Improved cmdlets:The -ThreeLetterWindowsLanguageName parameter. You can run each command with different languagedecimal property...
View ArticleCreated Release: SCSM PowerShell Cmdlets BETA 5 (Jul 01, 2015)
Some small improvements for SMLetsNew cmdlets: Get-SCSMClassPropertyImproved cmdlets: The -ThreeLetterWindowsLanguageName parameter. You can run each command with different languagedecimal property...
View ArticleUpdated Wiki: Home
SCSM PowerShell Cmdlets Project DescriptionThis project provides cmdlets for System Center Service Manager 2010/2010 SP1/2012/2012 SP1/2012 R2 which can be used to automate common tasks.Current...
View ArticleCommented Issue: Set-SCSMobject unable to set datetime field [8810]
Hi, I wanted to set a dateTime value into the TargetResolutionTime of an incident. This fails always with an error message (see below).I use the SMLets Beta 3 and SCSM2010 SP1 CU2. Since I'm able to...
View ArticleClosed Issue: Set-SCSMobject unable to set datetime field [8810]
Hi, I wanted to set a dateTime value into the TargetResolutionTime of an incident. This fails always with an error message (see below).I use the SMLets Beta 3 and SCSM2010 SP1 CU2. Since I'm able to...
View Article