New Post: create users with the SCSM PowerShell Cmdlets?
This is how far I have come. I don't take credit for this since mostly everything is "borrowed". The script uses 3.3 seconds to run. Any feedback to improve speed is welcome. import-module SMLets # #...
View ArticleNew Post: create users with the SCSM PowerShell Cmdlets?
there are a number of calls to: Get-SCSMClass System.Domain.User$ You should create a variable of that and use that variable over, rather than call the cmdlet repeatedly. Also, it may be faster to use...
View ArticleCreated Issue: Enumeration field not being updated with Set-SCSMObject [9403]
Hi, I'm testing the latest version (beta 3). When I want to update an enumeration field it doesn't fail, but it's not updating the field.Is there something wrong that I'm missing? PS C:\>...
View ArticleCommented Issue: Enumeration field not being updated with Set-SCSMObject [9403]
Hi, I'm testing the latest version (beta 3). When I want to update an enumeration field it doesn't fail, but it's not updating the field.Is there something wrong that I'm missing? PS C:\>...
View ArticleNew Post: SMLets in .Net application
I have used PowerShell from .Net Applications in the past. I am trying to use PowerShell to create Incidents in Service Manager from a home-grown application to track work being done. When I call my...
View ArticleNew Post: SMLets in .Net application
I found the resolution to this. 1) This was being ran from a non-Management Server, so I followed the steps here: http://blog.scsmsolutions.com/2011/08/install-smlets-on-server-without-console/ 2) The...
View ArticleCommented Issue: Enumeration field not being updated with Set-SCSMObject [9403]
Hi, I'm testing the latest version (beta 3). When I want to update an enumeration field it doesn't fail, but it's not updating the field.Is there something wrong that I'm missing? PS C:\>...
View ArticleCommented Issue: Enumeration field not being updated with Set-SCSMObject [9403]
Hi, I'm testing the latest version (beta 3). When I want to update an enumeration field it doesn't fail, but it's not updating the field.Is there something wrong that I'm missing? PS C:\>...
View ArticleCommented Issue: can't install msi-package [9310]
Trying to install the msi - getting the next"Этот установочный пакет не поддерживается этим типом процессора. Обратитесь за помощью к поставщику продукта."In English"This installation package is not...
View ArticleCommented Issue: Get-SCSMRelationshipObject ignore -Relationship parameter...
Get-SCSMRelationshipObject ignore filter then QueryBy.Relationship used.Example:PS C:\Users\gricenko.eng> import-module SMLetsPS C:\Users\gricenko.eng> $rel = Get-SCSMRelationshipClass -Name...
View ArticleNew Post: How to get property from trigger class
The trigger id should be $Target/Id$ in the subscription. This should be passed to the script activity as an arguent
View ArticleNew Post: Commit Problem
It's part of the documentation for the Projection/Instance in the SDK on MSDN!
View ArticleCommented Issue: can't install msi-package [9310]
Trying to install the msi - getting the next"Этот установочный пакет не поддерживается этим типом процессора. Обратитесь за помощью к поставщику продукта."In English"This installation package is not...
View ArticleClosed Issue: Time problem in 66766 (add comment or attach file) [8614]
When I add UserComment or Attach file to incident - in incident form journal add entry with CurrentTime + 3 HoursThis problem only available on first tab in incident form, in Jornal tab everything ok -...
View ArticleNew Post: Looking for opinions!
With Service Manager 2012 looming (as you know the beta was released here) we would like to know how many of you will want to continue using SM 2010 and how much you want SMLets on the downlevel...
View ArticleNew Post: Looking for opinions!
Hi guys, I think it's easy enough... I like the 4 versions approach... there're far too many changes on 2012 to continue using a single build. Thanks!
View ArticleNew Post: How to List Change Requests Satisfying Multiple Criteria
I am attempting to get a list of Change requests that meet a specific criteria using the following code: # Convert to UTC Date time $Date = (get-date); $UTCDate = $Date.ToUniversalTime();...
View ArticleNew Post: Get Attribute of Affected User
Hi all, How can I get attribute of incident's affected user whitin PowerShell ? I need "Country" attribute
View Article