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

New Post: Does Get-SCSMIncident accept arrays for filtering?

Hi All, I am trying to extract a set of data using get-scsmincident, and at the moment I am running the query below   ForEach ($call in $calls){ $inc2 = Get-SCSMIncident -ID $id -ComputerName d-sm01...

View Article


Created Issue: Cannot create Service Request using Request Offering that...

I have a generic Service Request Offering with no questions that is used for one-off requests. When I try to script the creation of the Service Request, I get an error "Object reference not set to the...

View Article


New Post: Problem creating Request offering

Hello, I'm trying to create a Request Offering by running a powershell script. Below my code:   Import-Module SMLets $tmp = Get-SCSMRequestOffering -DisplayName "Cannot access to my voicemail"...

View Article

New Post: Set "Assigned To User" to Match "Resolved by User"?

Is there a way (PowerShell or otherwise) to have the "Assigned to User" field set to match the "Resolved by User" when an incident is resolved? We're using SCSM 2012 and a couple of people are...

View Article

New Post: How to change the responsibility(Assigned to) for the incident,...

I believe it's something like: Get-SCSMIncident -ID "IRXXX" | Set-IncidentUser -AssignedTo "domain\username" You may have to specify the user by Display Name (Last, First)

View Article


New Post: How to export data from Customization Managepack (scsm 2012) to...

How to export data from Customization Managepack (scsm 2012) to xml, using PowershellCmdlets

View Article

New Post: New-SCSMView

m trying to add a view with the SMLETS New-SCSMView but i cannot fine any documentation or any tip on how to do this How is this bedst done ?

View Article

New Post: New-SCSMView

I played with the code and now im stuck at this error   PS C:\Users\ksadmin> New-SCSMView -Folder $folder -criteria $criteria -managementpack $mp -displayname "test" New-SCSMView : Object reference...

View Article


New Post: get-SCSMServiceRequest ?

How come there is no Get-SCSMServiceRequest?   I'd like to make a subscription based on the Service Request action log but im not sure how to go about it?

View Article


New Post: Is there a way to mark a service request analyst comment as private...

Is there a way to mark a service request analyst comment as private with Smlets?

View Article

New Post: How to list all properties of the class?

Hello If I know class name, how to list of all properties? Thank you

View Article

New Post: How to Create a Queue using a Projection Criteria for Filter

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 task?   Thanks in...

View Article

New Post: How to list all properties of the class?

Hi. You can do this: $class = Get-SCSMClass System.User $class.PropertyCollection    

View Article


Commented Issue: Incident Priority is not being set in New-SCSMIncident [8943]

The .Priority field is not being set dependent on the urgency and impact.Comments: ** Comment from web user: radtravis ** A workflow should pick up the incident after it is created and set the priority...

View Article

New Post: smlets adds processor, network adapters, and physical and logical...

Allows smlets adds to the  class  "computer" , processor, network adapters, and physical and logical drives?

View Article


New Post: Using SMlets for classes other than the standard commands

I am a complete newbie at Powershell, so please accept my apologies for this basic (I'm sure) question. I need to be able to open closed tickets to make changes for reporting purposes. I am currently...

View Article

Source code checked in, #80131

Checked in by server upgrade

View Article


Source code checked in, #80132

Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563

View Article

New Post: change createdate of incident

To change the date I type: 1.Import-Module SMLets 2.get-scsmobject -class (get-scsmclass system.workitem.incident$) -filter ‘Id = IR158′| Set-SCSMObject -Property CreatedDate 3.Value: 03.01.2012...

View Article

New Post: change createdate of incident

I suspect it's probably because of US date format mm/dd/yyy?

View Article
Browsing all 306 articles
Browse latest View live