Updated Wiki: Documentation
Getting started!Download the .msi and run itIf you had PS running when you installed the .msi, restart PSThen run "PS> Import-Module SMLets"Your now ready to use the module.To learn what's in the...
View ArticleNew Post: Is there any way for the cmdlets to connect to remote hostname:port...
It is possible for the cmdlets to use the remote server hostname (and respective port) that's used to connect Service Manager Clients? I know the below command-line wont work; but that's more or less...
View ArticleNew Post: Is there any way for the cmdlets to connect to remote hostname:port...
AFAIK you can't change the port that SCSM is listening. So what is the point of specify the port in the connection??
View ArticleNew Post: Is there any way for the cmdlets to connect to remote hostname:port...
I think there may be a miscommunication. Im not asking how to change the port. I'm just asking how the cmdlets can connect to the same host and port that's also used in the Service Manager Client apps....
View ArticleNew Post: Is there any way for the cmdlets to connect to remote hostname:port...
Is this answer on your question?
View ArticleNew Post: How to Create a Queue using a Projection Criteria for Filter
loelobo wrote: Hi Everyone. I'm trying to create a queue (new-scsmQueue) but for filter I need to use the Company property from CreatedBy projection of Service Request. Can anyone help me with this...
View ArticleNew Post: How to Create a Queue using a Projection Criteria for Filter
HiBarma,I still have notfigured out aresponse to this problem.If youfind a solutionlet me know.Thank you.De: Barma <[email removed]>Enviado: quarta-feira, 13 de novembro de 2013 06:07Para: Loé...
View ArticleNew Post: Add property to objecttemplate using Add()
Hi, I'm trying to update an objecttemplate via powershell smlets, but can't figure out the correct input values for the add method. Here is the script:Import-Module smlets $template =...
View ArticleNew Post: Add property to objecttemplate using Add()
Ok I found out how, but now the next step is to update the template within the management pack ?? #Create template property object $propClass =...
View ArticleNew Post: Change notes field of existing Request Offering
Hi all, When we try to change the "notes" field of a request offering we get the following error:Set-SCSMObject : Cannot process extension elements as EnterpriseManagementObject. User...
View ArticleNew Post: Change notes field of existing Request Offering
may be this is because you get more then one object back in $Ro try this $ro | % {Set-SCSMObject -Property Notes -Value "Test" }
View ArticleNew Post: Change notes field of existing Request Offering
Hi crochlitz, Thanks for the quick reply. I tried the solution you suggested, but we still got the same error. I also checked the number of objects in $RO, which was 1.
View ArticleCommented Issue: Unable to import module after upgrading to SCSM 2012 SP1...
After upgrading to SCSM 2012 SP1, the following exception is thrown when attempting to import the SMlets module. I suspect they will need a recompile against the the SP1 bits.Command execution stopped...
View ArticleNew Post: Change notes field of existing Request Offering
Mick_VR, because its an TypeProjection - do this $prop = @{"Notes" = "Test"} $rm |Set-SCSMObjectProjection -PropertyValues $prop -Verbose this should work Btw: ?? Why you dont use cmdlet -...
View ArticleNew Post: Change notes field of existing Request Offering
Thanks crochlitz, it is working now! I didn't use the Get-SCSMRequestOffering cmdlet because i also want to add the request offering to a service offering. When i use the Get-SCSMRequestOffering cmdlet...
View ArticleCreated Unassigned: Calling SMLets within Orchestrator [11505]
I am hoping you can help me as I am pulling out the remaining hair I have trying to figure this out. I am using Orchestrator for escalation on Incidents but I am having an issue running SMLets via...
View ArticleCreated Unassigned: get-scsmobjecttemplate: value cannot be null [11507]
i use the smlets to automate tasks in orchestrator.I have the smlets installed and succesfully working for a few weeks.no suddenly when i do the following:get-scsmobjecttemplate -displayname...
View ArticleCommented Unassigned: get-scsmobjecttemplate: value cannot be null [11507]
i use the smlets to automate tasks in orchestrator.I have the smlets installed and succesfully working for a few weeks.no suddenly when i do the following:get-scsmobjecttemplate -displayname...
View ArticleCommented Unassigned: get-scsmobjecttemplate: value cannot be null [11507]
i use the smlets to automate tasks in orchestrator.I have the smlets installed and succesfully working for a few weeks.no suddenly when i do the following:get-scsmobjecttemplate -displayname...
View ArticleNew Comment on "Documentation"
The -ComputerName parameter isn't present in the Add-SCSMRequestOffering CmdLet.
View Article