Quantcast
Channel: SCSM PowerShell Cmdlets
Browsing all 306 articles
Browse latest View live
↧

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 Article


New 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 Article


New 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 Article

New 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 Article

New Post: Is there any way for the cmdlets to connect to remote hostname:port...

Is this answer on your question?

View Article


New 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 Article

New 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 Article

New 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 Article


New 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 Article


New 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 Article

New 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 Article

New 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 Article

Commented 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 Article


New 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 Article

New 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 Article


Created 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 Article

Created 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 Article


Commented 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 Article

Commented 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 Article

New Comment on "Documentation"

The -ComputerName parameter isn't present in the Add-SCSMRequestOffering CmdLet.

View Article
Browsing all 306 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>