No announcements
Found 1352967 threads
-
0 Votes
Automated Task
3) Then you can drag a PowerShell script activity onto the design surface 4) Pass the parameter values of the incident to a command line call in your PowerShell ...Answered | 4 Replies | 3767 Views | Created by IT_HK - Wednesday, February 24, 2010 11:53 AM | Last reply by Travis Wright (Microsoft) - Thursday, February 25, 2010 6:12 PM -
0 Votes
ILM 2003: Automating tasks
There is no way to script the manual task.Answered | 5 Replies | 4358 Views | Created by oleg106 - Tuesday, August 4, 2009 5:15 PM | Last reply by Paul Loonen - Thursday, August 6, 2009 7:13 AM -
0 Votes
automate the daily system administration task?
Here are links to "PowerShell Day-to-Day Admin Tasks" article ...Answered | 2 Replies | 1683 Views | Created by jumpav - Sunday, July 12, 2015 11:14 AM | Last reply by LarryWeiss - Sunday, July 12, 2015 3:58 PM -
1 Votes
POWERSHELL SCRIPTING FOR NON-IT/NON-ADMINISTATORS - JUST AN AVERAGE JOE TRYING TO USE CREATE SCRIPTS TO AUTOMATE TASK
Powershell is more of scripting language rather than a "programming language".Answered | 2 Replies | 1174 Views | Created by BLUE17 - Thursday, August 7, 2014 4:56 AM | Last reply by BLUE17 - Thursday, August 7, 2014 2:25 PM -
0 Votes
Automate backup script using Task scheduler
powershell.exe -noexit & 'D:\Scripts\backupsitecollectionu pto5.ps1' Windows PowerShell Copyright (C) 2009 Microsoft ...Answered | 3 Replies | 4305 Views | Created by ChitraSaha - Tuesday, November 1, 2011 8:45 PM | Last reply by ChitraSaha - Wednesday, November 2, 2011 6:58 PM -
0 Votes
How to get cube script automation .
Your requirement for "cube script automation" is a bit vague.Answered | 2 Replies | 3067 Views | Created by Winds Gao - Wednesday, September 7, 2011 3:56 AM | Last reply by Darren Gosbell - Wednesday, September 7, 2011 4:10 AM -
2 Votes
SQL script automation deployment
Hi there, One way of doing it is SQl agent job with multi step. every step you can include your script which executes similer from executing cmp prompt.Answered | 2 Replies | 4167 Views | Created by Krish Tucker - Friday, December 21, 2012 11:38 AM | Last reply by Kumar muppa - Friday, December 21, 2012 11:54 PM -
3 Votes
Can we schedule 2 PowerShell scripts in one task(task scheduler)
Hi Badrinarayana, You could consider to create two tasks to scheduler two PowerShell Scripts.Answered | 4 Replies | 3828 Views | Created by Badrinarayana - Thursday, June 23, 2016 11:10 PM | Last reply by Sara Fan - Friday, June 24, 2016 8:21 AM -
0 Votes
Automate SQL script
Use FINManagement declare @inst nvarchar(256) declare @user nvarchar(256) declare @now datetime set @inst = @test.test1 --insert the companyname set @user ...Answered | 3 Replies | 3651 Views | Created by Natalei - Monday, July 6, 2009 7:21 PM | Last reply by Natalei - Tuesday, July 14, 2009 4:25 PM -
0 Votes
Automating certain set up tasks?
You can do pretty much anything that you do on the user interface using scripts as well.Answered | 2 Replies | 693 Views | Created by P a u l - Wednesday, April 29, 2015 6:23 PM | Last reply by P a u l - Friday, May 1, 2015 5:44 PM -
0 Votes
What are the pros and cons using SCOM to automate tasks comparing to Task Scheduler?
In a mature SCOM environment a big consideration to me would be centralisation of scripts using SCOM rather than having scripts (and frequently ...Answered | 9 Replies | 7135 Views | Created by PCSQL66 - Monday, April 4, 2011 5:40 AM | Last reply by Graham Davies - Saturday, April 9, 2011 10:29 AM -
0 Votes
Need help with PowerShell script for automation!
here's one that someone already created https://gallery.technet.microsoft.com/scriptcenter/New-User-Creation-tool-14fa73cdAnswered | 4 Replies | 945 Views | Created by wingingITinIT - Thursday, December 3, 2015 9:27 PM | Last reply by Anthony.Stringer - Sunday, December 13, 2015 9:25 PM -
0 Votes
Script Task - In SSIS
Hi, Unfortunately you can only select the script language before you click "Edit Script..Answered | 1 Replies | 1397 Views | Created by Thirunavukkarasu-BI - Friday, March 7, 2014 12:58 AM | Last reply by Jonathan Quek - Friday, March 7, 2014 1:13 AM -
0 Votes
Powershell / Robocopy via automated task
Hello, I got a script robocopy x: z: *.* /COPYALL /r:1 /w:1 /ETA /TEE /LOG:“C:\scripts\robocopy.Log“ (example) on an Server 2012.Answered | 3 Replies | 1137 Views | Created by T. B. Schneider - Tuesday, September 4, 2018 1:52 PM | Last reply by Nelson Thomas - Tuesday, September 4, 2018 2:24 PM -
1 Votes
Script Task
Or remove the foreach loop and add a loop within your script task...Answered | 13 Replies | 2106 Views | Created by sqlrockz - Wednesday, September 12, 2012 3:26 PM | Last reply by SSISJoost - Wednesday, September 12, 2012 7:58 PM -
0 Votes
SCCM Script Output automation
You can do one of two things (using built-in ConfigMgr facilities) depending upon what what exactly is in the output file: - File collection.Answered | 1 Replies | 1334 Views | Created by harishsankar - Wednesday, October 22, 2014 7:17 AM | Last reply by Jason Sandys [MSFT] - Wednesday, October 22, 2014 1:46 PM -
0 Votes
Powershell Script Automation
Actually SFTP uses one port with SSH on port 22.Answered | 16 Replies | 1958 Views | Created by Wexley - Tuesday, July 9, 2019 8:51 AM | Last reply by MotoX80 - Wednesday, August 14, 2019 12:43 PM -
0 Votes
Debugging script task launches into wrong script
Perhaps your issue is related to this one?Answered | 3 Replies | 857 Views | Created by shiftbit - Tuesday, December 10, 2013 8:26 PM | Last reply by Jim Young (Level6 Productions) - Tuesday, December 10, 2013 9:33 PM -
0 Votes
Automating SQL Script Deployment
I have a need to automate script deployment for feature releases.Answered | 1 Replies | 986 Views | Created by NCIII - Monday, July 13, 2015 7:11 PM | Last reply by Saeid Hasani - Monday, July 13, 2015 7:21 PM -
0 Votes
automate logon to exchange in a script
If you want to do this and need to specify explicit credentials in the script (rather than running the script under an account that is authorized to do so), you can use ...Answered | 3 Replies | 4427 Views | Created by Linux_Box - Thursday, August 18, 2016 12:15 PM | Last reply by Hello_2018 - Friday, August 19, 2016 8:12 AM - Items 1 to 20 of 1352967 Next ›
No announcements