I am trying to execute powershell script remotely using invoke-command. The script relies on a configuration file which is available over the local network. The script is called in a following way:
If I try to run a Powershell Command through c# I get the following error: \"The term \'select\' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelli
I have a script(Let\'s call it myPSScript.ps1) which takes two parameters and performs predefined steps. Script is located in a Windows Server box which people login and execute the script. Supports t
I am DBA. I am trying to write bunch of scripts that I could execute from one central server. Ideal would be to send all the scripts from central server to say 50+ servers across multiple win domains
Am a bit confused w/ remote executing a powershell command. I have a test server (Win 2k8-R2-SP1) called ServerA, which has powershell remoting enabled correctly. From my dev machine (Win 2k8-R2-SP1),
So from machine X i\'m connecting to Y with Creds A as CredSSP, then i\'m passing through Cred B, and i want to start a job on machine Y with Cred B.
In order to automate test releases, I need access to remote computer in other domain group. What I\'ve done on remote computer:
I use powershell to check if the ports are opened on my computers. I got 8 windows 2008 R2 machines and I run the following script :
I am trying to run a PS1 script using Exchange 2010 remote powershell and c#. I can connect and run the ps1 script but there are a few places in the script that use exchange cmdlets to update necessar
I wanted to query [adsisearcher] to get me the OU info for a few servers for servers in trusted & non trusted domains.