No announcements
Found 2220924 threads
-
0 Votes
Add File Attachment to CI using Powershell
Function Add-SCSMFileAttachment { <# .SYNOPSIS Add one or more file attachments to an SCSMObject (WorkItem or ...Answered | 3 Replies | 4505 Views | Created by Sebastian Zolg - Friday, February 21, 2014 5:52 PM | Last reply by Hahns520 - Tuesday, October 30, 2018 4:33 PM -
0 Votes
How to add a file attachment field to a custom CI form for SCSM 2012
Hi, You cannot add a control for File Attachments using the Authoring Tool.Answered | 1 Replies | 3824 Views | Created by WillNixo - Sunday, November 25, 2012 10:34 PM | Last reply by Dieter Gasser - Monday, November 26, 2012 10:42 AM -
0 Votes
Creating a new CI for each rule in a current CI using PowerShell
<Answered | 6 Replies | 1021 Views | Created by Keith Work - Wednesday, May 7, 2014 1:57 PM | Last reply by Praveen Shrivastava - Thursday, May 15, 2014 7:02 AM -
0 Votes
powershell to add attachments to an item
$file = $web.GetFile($filePath).OpenBinary() $item.Attachments.Add($filepath, ...Answered | 3 Replies | 4749 Views | Created by eHaze - Wednesday, December 7, 2011 7:33 PM | Last reply by eHaze - Wednesday, December 7, 2011 9:33 PM -
1 Votes
File Validation CI
Like Jason said though, you should just do this using the built in File Object setting.Answered | 2 Replies | 5485 Views | Created by Jack Dubert - Sunday, December 12, 2010 10:27 AM | Last reply by Kevin M [MSFT] - Tuesday, February 15, 2011 8:29 PM -
0 Votes
CI - Powershell Boolean Rule Always Returns True
This was using a powershell script of string data type as discussed previously.Answered | 11 Replies | 4606 Views | Created by Jambon3 - Wednesday, October 29, 2014 3:27 PM | Last reply by Jambon3 - Tuesday, November 4, 2014 2:30 PM -
0 Votes
How to commit a value of a CI property in powershell
Maybe this blog post is helpful: Using SMLets Beta 3 Post #3–Using Set-SCSMObject to Bulk Update Properties on Objects Andreas Baumgarten | H&D ...Answered | 1 Replies | 805 Views | Created by SC TNE - Wednesday, July 8, 2015 7:32 PM | Last reply by Andreas Baumgarten - Wednesday, July 8, 2015 8:13 PM -
1 Votes
Importing .csv of multiple CI's to an incident
With PowerShell and Smlets it's possible to get this done as well.Answered | 4 Replies | 620 Views | Created by SCSM - reassigning tickets where the assigned user - Tuesday, August 29, 2017 3:49 PM | Last reply by Xin Guo - Thursday, September 7, 2017 6:30 AM -
0 Votes
How to add PowerShell code to a PowerShell script file using PowerShell
I just needed to use the following: @' Multi-line text here '@Answered | 1 Replies | 489 Views | Created by I AM Sir Ask Alot - Tuesday, January 10, 2017 11:57 PM | Last reply by I AM Sir Ask Alot - Wednesday, January 11, 2017 12:22 AM -
0 Votes
Uploading attachments to Documnet Fodler using Powershell
Hi, You can use the script below to upload documents to a folder in a library(I upload the documents to folder1 in the Document library here): #Script ...Answered | 2 Replies | 3319 Views | Created by Harish D - Monday, January 28, 2013 11:49 AM | Last reply by unknown account holder - Tuesday, January 29, 2013 7:51 AM -
0 Votes
How to add form Attach Files in SCSM Authoring Tool
to store files into my CI et not to refer to url.Answered | 3 Replies | 7619 Views | Created by Rodick - Friday, October 22, 2010 8:16 AM | Last reply by Mike2670 - Tuesday, May 24, 2011 1:51 PM -
0 Votes
Add a couple of line to an INI file using powershell
I wasn't sure what to pass to the script at the powershell command line.Answered | 5 Replies | 3422 Views | Created by JazK - Monday, March 13, 2017 10:17 PM | Last reply by JazK - Tuesday, March 14, 2017 1:37 PM -
0 Votes
DCM CI's that search for a file
If there are multiple drives, you'd have to have a File object defined for each drive.Answered | 1 Replies | 5611 Views | Created by Tweakmon - Saturday, August 7, 2010 12:04 AM | Last reply by Kevin M [MSFT] - Thursday, September 2, 2010 8:04 PM -
0 Votes
Upload attachment to service request using powershell
Expanded this for use with Config Items and all Out of the Box WorkItem Classes.Answered | 7 Replies | 4890 Views | Created by Thomas Strömberg - Monday, August 18, 2014 1:19 PM | Last reply by Hahns520 - Tuesday, October 30, 2018 4:35 PM -
0 Votes
Publish a Project With Powershell Script for CI....
https://msdn.microsoft.com/en-us/library/hh975356.aspx \_(ツ)_/Answered | 6 Replies | 987 Views | Created by NitLions - Friday, October 2, 2015 4:58 PM | Last reply by jrv - Friday, October 2, 2015 6:53 PM -
0 Votes
Attach SQL DB via powershell
I was able to reattach a database that was detached after I moved the files to the new locations and used the locations in the $datafile and the $logfile ...Answered | 3 Replies | 13236 Views | Created by Gouranga1 - Friday, December 30, 2011 12:35 PM | Last reply by imbrian21 - Wednesday, November 13, 2013 8:58 PM -
0 Votes
Powershell script to attach particular file extension and send as email
Hi, What is the procedure to add smtp credentials (If i want to use a smtp server with authentication).Answered | 5 Replies | 11292 Views | Created by kababoom - Thursday, April 22, 2010 6:47 AM | Last reply by A.Anton - Thursday, October 28, 2010 3:11 PM -
0 Votes
Powershell sending emails with attachment
JV, you forgot to add the attachment and a minor bug ;) in get-credential I was playing with a code similar to your template, but the image is not embedded.Answered | 23 Replies | 14347 Views | Created by Ammar Akram Hasayen - Friday, December 23, 2011 3:24 AM | Last reply by jrv - Sunday, December 25, 2011 5:15 PM -
0 Votes
Notify Creator when Change Request created without attached CI?
This should be possible with a PowerShell Script or an Orchestrator Runbook.Answered | 2 Replies | 916 Views | Created by DavidDarling - Thursday, October 15, 2015 4:16 PM | Last reply by DavidDarling - Friday, October 16, 2015 8:26 PM -
0 Votes
what is the .ci file & can the ci files be deleted safely from Exchange 2007
The example I have is we have eight .ci files.Answered | 7 Replies | 85308 Views | Created by sandeepkotalwar - Monday, March 14, 2011 5:37 AM | Last reply by JPac - Wednesday, November 18, 2015 10:04 AM - Items 1 to 20 of 2220924 Next ›
No announcements