New Post: New-SCSMRelationshipObject issue
Hi, I am trying to use Powershell to raise SCSM incidents. Each incident has a number of tasks that need to be performed and I wanted to raise these as related manual activities. Raising the incident...
View ArticleCreated 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 ArticleNew Post: user manager property
Hello, I search how we can obtain user's manager with scsm cmdlet ? i know that 's this is a property is add by AD connector during sync. by default i dont find this property on System.Domain.User...
View ArticleNew Post: user manager property
The solution ---> http://blogs.technet.com/b/servicemanager/archive/2011/12/03/using-smlets-beta-3-post-10-getting-a-user-s-manager-and-a-manager-s-reports.aspx thx you so much travis ! ced
View ArticleNew Post: New-SCSMRelationshipObject issue
Hi, I´m seeing the exact same issue. The workaround right now is to follow what this page says: http://social.technet.microsoft.com/Forums/en-AU/connectors/thread/5dc9a01f-fa13-453f-a7fc-fef22ec900c8,...
View ArticleNew Post: Does New-SCSMIncident return pointer to newly created incident?
Hi, I´ve tried to do the same with the New-SCSMObject command, but doesn´t seem to return pointer to new object... has anyone been able to get the pointer to the object from the new-scsmobject command?...
View ArticleCreated Issue: The SMLets should not be installing into $PSHome\Modules! [9724]
$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 ArticleNew Post: How to change the responsibility(Assigned to) for the incident,...
How to change the responsibility(Assigned to) for the incident, with the commands smlets?
View ArticleNew Post: Permissions Issue with New-SCSMIncident
I had similar exception and fixed it by adding user to Workflow group in SCSM
View ArticleNew Post: How Apply Template to Service Request?
Hello, How to apply the template with powershell to Service Request? I'm trying to solve this issue - but with errors ===script 3=== clear $sr_class = get-scsmclass -name...
View ArticleNew Post: How to List Change Requests Satisfying Multiple Criteria
Guess it may be too late... Just change this: $class = "Get-SCSMClass -name System.WorkItem.ChangeRequest$" To this: $class = Get-SCSMClass -name System.WorkItem.ChangeRequest$ Â And it works really...
View ArticleSource code checked in, #74055
modify tests of Service and Request Offering add formating for management pack deployment data change criteria building in new-criteria to add ID only if it's not there add new report to show user...
View ArticleSource code checked in, #74058
update build script to create the new Get-SMLetsVersion cmdlet so you can tell how SMLets was created
View ArticleSource code checked in, #74060
update priority/impact calculation to do something sensible when the customer hasn't created values for the priority matrix
View ArticleSource code checked in, #74063
updates for new build procedure including additional source for Get-SMLetsVersion
View ArticleSource code checked in, #74078
modify helper and entitytypes to support both 2010 and 2012 by #if update test002 to support 2010/2012 fix test008 to support schema from 2010 and 2012
View Article