New Post: Apply template to new incident based on keywords
I am looking to see if it's possible to apply a template based on words found in the title or description and apply a template to it. The powershell script would run every 30 seconds or so and based...
View ArticleClosed 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 ArticleClosed 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 ArticleClosed 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: 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 ArticleClosed 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 ArticleClosed Issue: Get-SCSMRelationshipObject ignore -Relationship parameter then...
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: Affected user is not anymore an employee
Hello guys...I'm really new on this, but I'm learning fast ;) I hope you can help me..I have this situation... There are several Active incidents related to users that are not longer company...
View ArticleNew Post: Affected user is not anymore an employee
first, you should use a different projection. The System.WorkItem.Incident.ProjectionType carries a lot more than you need, and with all those additional relationships, the amount of data that will be...
View ArticleNew Post: Affected user is not anymore an employee
Thanks Jim, I'll try it today an let you know. Thank you very much for your time and the help! Gus
View ArticleNew Post: What shoud be value for -Parent parameter for Add-SCSMEnumeration...
I am adding a new value to an existing dropdown list using a cmlets in powershell , what value should be provided to the -Parent parameter for Add-SCSMEnumeration command.How to retrieve the value...
View ArticleNew Post: Problem executing Import-Module SMLets
Hello: I'm running SCSM 2010 SP1 + CU3. I installed the SMLets, downloaded from CodePlex. This one: Smlets2010SP1-x64. When I try to execute Import-Module SMLets, this error appears: Cannot load...
View ArticleNew Post: Problem executing Import-Module SMLets
Well, with James W. Truher [MSFT] help, I could recompile SMLets and execute Import-Module. You can look at the thread. Thanks,
View ArticleNew Post: how to use new-scqueue?
Hi, Could anyone give me an example how to use new-scqueue, -QueryOption is what interest me the most. Regards, Prem
View ArticleNew Post: how to use new-scqueue?
-QueryOption has no effect on new-scqueue at all (it's an artifact of the base class). If you would like to see an example of use, look in the test folder for test-scqueue, which should get you started.
View ArticleNew Post: how to use new-scqueue?
Thanks Jim, Yesterday I found an answer in project code comments :)
View ArticleNew Post: What shoud be value for -Parent parameter for Add-SCSMEnumeration...
Here's an example of adding an enum value to the IncidentSourceEnum, notice that you need a MangementPack and the parent enumeration, in this case, I'm using IncidentSourceEnum, but the principle is...
View ArticleCreated Issue: The Credential parameter needs to accept string input as well...
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,...
View ArticleCreated Issue: Issues invoking SMlets from a remote machine [10188]
I have SCSM installed in a lab, on a member server. I'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.When I try to...
View ArticleNew Post: Set First Response Date
Hello - I'm a total beginner when it comes to poweshell, but i need to create a script for a workflow, and i wondered if there was anyone that could give me a starting point... What i need to achieve...
View Article