Created Unassigned: new-scqueue [11609]
The appears to overwrite the first two <DisplayString> elements each time that it runs. For example, if we were to run the cmdlets 5 times against the following...
View ArticleCreated Unassigned: new-scqueue - Unable to use -OR operator in Filter [11610]
The following error is thrown when attempting to use -OR operator in the Filter:___new-scqueue : OR is not allowed, only '-AND'At C:\Scripts\Duplicate_Queues.ps1:25 char:1+ new-scqueue -name $queueName...
View ArticleCreated Unassigned: New-SCSMServiceOffering with Related Service [11634]
When using the Relatedservice parameter on the New-SCSMServiceoffering cmdlet it gives the below NullreferenceException, the command creates a ServiceOffering if the relatedservice parameter is left...
View ArticleCreated Unassigned: SCSM Workflows - SMlets conflicts [11655]
Running SCSM 2012 SP1 UR4 with SMLets Beta 4 installed. Two SCSM PowerShell workflows (created with the Authoring Tool) that trigger upon Service Request creation. Workflow 1 - PowerShell script...
View ArticleNew Post: SCSM Workflows - SCSM Conflicts
Issue Id #11655 Running SCSM 2012 SP1 UR4 with SMLets Beta 4 installed. Two SCSM PowerShell workflows (created with the Authoring Tool) that trigger upon Service Request creation. Workflow 1 -...
View ArticleNew Post: Running SMLets in Orchestrator Runbooks: Module Error
I have a couple Orchestrator runbooks that are using SMLets. The first runbooks will randomly fail with the error message below. The SMLets module runs as expected otherwise. The second runbook...
View ArticleNew Post: Set-SCSMIncident -Status Closed -comment "Auto closed" private not set
Hi, I used smlets to create a workflow in SCSM 2012 R2 to set incidents in a custom status Warning to Closed. I wanted it to create a comment and assumed it would be not private thus executing another...
View ArticleNew Post: What does -nocommit in new-scsmobject actually do?
Does anyone know what the-nocommit switch in new-scsmobject actually does?
View ArticleCreated Unassigned: Smlets.msi package is not seen by every user [11730]
Scenario: This package is installed to server srv01 by user01. If user02 connect to srv01 and checks “Programs and Features”, he will not find it.Of course, if user01 connects to srv1 and checks...
View ArticleNew Post: Set-SCSMObject/New-SCSMObject fails on large character strings for...
I have a class with a string property where max length is 65536 (i.e., nvarchar(max) in the database). When I try to update or insert into this field a character string with length > 65536, I get...
View ArticleCreated Unassigned: Set-SCSMObject/New-SCSMObject fails on class with...
I have a class with a string property where max length is 65536 (i.e., nvarchar(max) in the database). When I try to update or insert into this field a character string with length > 65536, I get...
View ArticleNew Post: Get-SCSMIncident with extensions
Hi friends, I´m new user in this forum :) I need to get some informations in Resquest Incident (RI) "custom form". I´m using powershell SMlests to get it: Import-Module SMlets -CMDlet...
View ArticleCreated Unassigned: -Name parameter on Get-UserRole can cause problems...
foreach(UserRole role in _mg.Security.GetUserRoles()){ if ( r.Match(role.Name).Success || r.Match(role.DisplayName).Success){ WriteObject(role);}}
View ArticleNew Post: useing SMLETS to watch connectors work
ok i'm very new to all this powershelling business, can someone give me the command that i can use to watch my connectors work. we are currently on SCSM 2012 sp1 and our AD SCCM SCOM connectors don't...
View ArticleNew Post: Set-SCSMIncident -status resolved
Dear ; i run the following command to resolve incidents by power shell Set-SCSMIncident -status resolved incident s were resolved but without resolution time how add resolution time ?
View ArticleCreated Unassigned: No resolution time in Set-SCSMIncident [11946]
Dear ;i run the following command to resolve incidents by power shellSet-SCSMIncident -status resolvedincident s were resolved but without resolution timehow add resolution time ?
View ArticleCommented Unassigned: SCSM Workflows - SMlets conflicts [11655]
Running SCSM 2012 SP1 UR4 with SMLets Beta 4 installed. Two SCSM PowerShell workflows (created with the Authoring Tool) that trigger upon Service Request creation. Workflow 1 - PowerShell script...
View ArticleCommented Unassigned: SCSM Workflows - SMlets conflicts [11655]
Running SCSM 2012 SP1 UR4 with SMLets Beta 4 installed. Two SCSM PowerShell workflows (created with the Authoring Tool) that trigger upon Service Request creation. Workflow 1 - PowerShell script...
View ArticleNew Post: new-scsmincident get id of this new incident?
Hi Together, currently i'm working on a Script with which i can import Tickets from another Ticketsystem via CSV. I managed to do that because its quite easy with the new-scsmincident cmdlet. But now i...
View ArticleCommented Unassigned: Smlets.msi package is not seen by every user [11730]
Scenario: This package is installed to server srv01 by user01. If user02 connect to srv01 and checks “Programs and Features”, he will not find it.Of course, if user01 connects to srv1 and checks...
View Article