No announcements
Found 2404103 threads
-
0 Votes
Using PowerShell to interact with a process
Is it possible to connect PowerShell to a process’s console and send it program specific commands?Answered | 6 Replies | 4980 Views | Created by Dangerousdave26 - Wednesday, October 12, 2011 8:37 PM | Last reply by Bill_Stewart - Monday, October 17, 2011 3:59 PM -
0 Votes
Powershell script to run against all servers
Go download PowerGUI which is a free GUI for Powershell.Answered | 5 Replies | 4670 Views | Created by JR DBA - Wednesday, September 28, 2011 4:06 AM | Last reply by Jonathan Kehayias - Thursday, September 29, 2011 4:49 AM -
7 Votes
Run all exe files in directory using PowerShell
One thing: don't use Where-Object for filtering when Get-ChildItem already has a -Filter parameter.Answered | 1 Replies | 24580 Views | Created by it-praktyk - Monday, March 26, 2012 11:18 PM | Last reply by Boe Prox - Tuesday, March 27, 2012 1:03 AM -
0 Votes
Run BPA for all roles in powershell
>How can i run BPA analysis for all roles installed in a server via powershell?Answered | 2 Replies | 3208 Views | Created by kinomakino - Thursday, April 21, 2016 5:58 PM | Last reply by Hello_2018 - Saturday, April 23, 2016 7:54 AM -
2 Votes
Deployment package using Powershell to run in multiple servers
if you have some old machine/server with old powershell version try my sample with $args[0] The opinion expressed by me is not an official ...Answered | 33 Replies | 2231 Views | Created by Venkatzeus - Friday, July 10, 2020 3:26 PM | Last reply by Vector BCO - Friday, July 24, 2020 6:03 PM -
1 Votes
enable recieve location using powershell when MgmtDb is on diffrent server
(please correct if wrong assumption)Shown Powershell/WMI code is the way to get object properties for the receive locations Questions What ...Answered | 73 Replies | 3274 Views | Created by har - Friday, August 4, 2017 1:41 PM | Last reply by har - Monday, October 16, 2017 1:54 PM -
0 Votes
Powershell stop process and keep latest running
Enumerate processes according to name vs PID 2.Answered | 4 Replies | 1460 Views | Created by Shaishav83 - Wednesday, July 8, 2015 8:16 PM | Last reply by Shaishav83 - Wednesday, July 8, 2015 9:29 PM -
0 Votes
Powershell script on remote server using Run Program
I've had success using the SysInternals pack from Microsoft when trying to run processes on a remote machine.Answered | 7 Replies | 2435 Views | Created by Mas Tech - Friday, March 3, 2017 9:10 AM | Last reply by C.Bill - Thursday, March 23, 2017 6:46 PM -
0 Votes
How to get the location of a VM on Hyper-V server using powershell
Find all virtual hard disks associated with a virtual machine ...Answered | 3 Replies | 3607 Views | Created by Kulabhishek - Friday, June 22, 2012 6:28 PM | Last reply by Vincent Hu - Monday, June 25, 2012 3:26 PM -
0 Votes
Retrieve Running Process User Name in Powershell
I'm using version 3.0... would that be the problem?Answered | 6 Replies | 3015 Views | Created by NeedAnswers8 - Monday, February 24, 2014 7:48 PM | Last reply by jrv - Monday, February 24, 2014 9:04 PM -
1 Votes
Powershell to find running process's in mb
Get-Process | Select-Object Name,@{Name='WorkingSet(MB)';Expression={($_.ws / 1024kb)}} | format-table -autosize Name ...Answered | 3 Replies | 7187 Views | Created by Jebakumar, Alan - Wednesday, February 11, 2015 2:55 AM | Last reply by Jebakumar, Alan - Wednesday, February 11, 2015 6:45 PM -
1 Votes
how to tell if my powershell script is running or open.
Do i need to specify the -file option in the powershell script that is running?Answered | 11 Replies | 40150 Views | Created by BrionLion - Monday, November 24, 2014 8:04 PM | Last reply by Brian Nadjiwon - Thursday, December 4, 2014 9:42 AM -
1 Votes
run powershell script using php, iis
it is executing on web server , but my webserver is for internal use only .Answered | 7 Replies | 4497 Views | Created by Vagho - Friday, October 9, 2015 12:20 PM | Last reply by jrv - Friday, October 9, 2015 2:55 PM -
1 Votes
True history of all powershell commands run on a system
Hi Alceryes, In addition, I found serveral cmdlets to collect powershell history for your reference, however, which could not meet all the requirements ...Answered | 3 Replies | 1251 Views | Created by Alceryes - Thursday, August 7, 2014 8:17 PM | Last reply by AnnaWY - Tuesday, August 19, 2014 4:08 PM -
1 Votes
How to Change Default location to run powershell script for Task scheduler to run on?
PowerSHell is very easy to use onve you get a handle on how things work.Answered | 12 Replies | 3280 Views | Created by akg1 - Thursday, October 8, 2015 1:16 AM | Last reply by akg1 - Thursday, November 19, 2015 9:52 PM -
3 Votes
Run PKZIPC in powershell v2
Peter - your use of Start-Process is incorrect which is why you nedded to invent a fix.Answered | 13 Replies | 12565 Views | Created by frankpolan - Saturday, August 7, 2010 8:01 PM | Last reply by Peter2060 - Monday, July 30, 2012 3:29 PM -
1 Votes
How Can I run a script to all servers in my servers list
I'm not sure what kind of objects you're expecting from this script, so I'll err on the side of caution and use Format-List * in the example: Invoke-Command ...Answered | 5 Replies | 5714 Views | Created by Yeber-Cao - Sunday, March 22, 2015 4:13 AM | Last reply by David Wyatt - Sunday, March 22, 2015 6:17 PM -
0 Votes
Check key services running on server using Powershell
If there is ever a problem with this application, I open Powershell, and run servicecheck.ps1...it will then prompt me for a server name of the application server ...Answered | 4 Replies | 6543 Views | Created by Sheen1990 - Monday, December 12, 2011 7:40 PM | Last reply by Will Steele - Tuesday, December 13, 2011 6:23 AM -
0 Votes
Powershell script running as Scheduled Task not able to get the Window of a process
Hi Everbrightlee, Because the users vm2 and vm3 open different logon sessions on the same server, if you want to run this task whether the user logon or not, ...Answered | 7 Replies | 3285 Views | Created by everbrightlee - Friday, May 8, 2015 2:23 PM | Last reply by AnnaWY - Sunday, May 31, 2015 10:28 AM -
0 Votes
Run Powershell script using PSEXEC
try copy-item , more info here and try invoke-command , more info here sample code ...Answered | 4 Replies | 16849 Views | Created by Scriptbeginner - Monday, September 28, 2015 2:38 AM | Last reply by Milos Puchta - Wednesday, September 30, 2015 12:48 PM - Items 1 to 20 of 2404103 Next ›
No announcements