Created Issue: can't install smlets Beta 3 on Win7 32bit [9883]
I downloaded the SMLets to install on Win7 32bit and it gives me the error "..This installation package is not supported by this processor type..." and I don't understand what you said about "retrieve...
View ArticleSource code checked in, #74745
add handling for type conversion of ManagementPackTypeProjection Add New-SCSMObjectTemplate cmdlet. This cmdlet creates a shell object template that needs to be edited before successful use. TODO:...
View ArticleNew Post: Could not find enumeration warning
I ran the Get-SCSMIncident -Status "Active" and found there is a warning message below: WARNING: Could not find enumeration: a865f2ad-9c91-3266-fe6c-a135af14ccd8 What does that mean and how do I...
View ArticleNew Post: Could not find enumeration warning
this generally means that there's an incident which has an enumeration which has this value. This is likely produced by importing a management pack which defines this enumeration and then later remove...
View ArticleNew Post: SCSM Powershell Tutorial
Hi, You should take a look at Jim's blog:http://jtruher3.wordpress.com/ And THE :) Service Manager blog:http://blogs.technet.com/b/servicemanager/ /Patrik
View ArticleSource code checked in, #76953
remove request offering and service offering from data generation not yet ready - you can use test-soro in the test directory if you want
View ArticleUpdated Release: SCSM PowerShell Cmdlets BETA 4 (Mar 24, 2012)
This is the next release of the SMLETS Module. The big changes are:This is compiled against the RTM version of Service Manager 2012This module no longer installs into the $PSHOME directory, but into...
View ArticleReleased: SCSM PowerShell Cmdlets BETA 4 (Mar 24, 2012)
This is the next release of the SMLETS Module. The big changes are: This is compiled against the RTM version of Service Manager 2012 This module no longer installs into the $PSHOME directory, but into...
View ArticleUpdated Wiki: Home
SCSM PowerShell Cmdlets Project DescriptionThis project provides cmdlets for System Center Service Manager 2010 which can be used to automate common tasks.Current commands: Add-SCSMEnumeration...
View ArticleCommented Issue: can't install smlets Beta 3 on Win7 32bit [9883]
I downloaded the SMLets to install on Win7 32bit and it gives me the error "..This installation package is not supported by this processor type..." and I don't understand what you said about "retrieve...
View ArticleCommented Issue: The SMLets should not be installing into $PSHome\Modules!...
$PSHome is defined as Windows\System32\WindowsPowerShell\v1.0\Modules. This folder is used for modules that ship with PowerShell or as part of the operating system that includes PowerShell. Other...
View ArticleCommented Issue: Get-SCSMIncident and Set-SCSMIncident on SCSM 2012 Beta [9671]
Hi,Get-SCSMIncident and Set-SCSMIncident don’t work, with any criteria, on SCSM 2012 Beta, I get the following error:Get-SCSMIncident : The criteria could not be parsed. See inner exception for...
View ArticleReviewed: SCSM PowerShell Cmdlets BETA 4 (Mar 27, 2012)
Rated 3 Stars (out of 5) - I see you are still ignoring another cardinal rule of Cmdlet naming: Pluralized nouns (SCDWOutriggerTypes etc.) It should be singular "Type."
View ArticleReviewed: SCSM PowerShell Cmdlets BETA 4 (Mar 27, 2012)
Rated 3 Stars (out of 5) - I see you are still ignoring another cardinal rule of Cmdlet naming: Pluralized nouns (SCDWOutriggerTypes etc.) It should be singular "Type." Jim, you should know better :)
View ArticleNew Comment on "Documentation"
Correct me if I'm mistaken, but I believe above command will fail if you run it in a "Service Manager Shell" Powershell session due to overlap with the native cmdlets for SCSM in RC and up. Running the...
View Article