Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7771879
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T16:45:23+00:00 2026-06-01T16:45:23+00:00

within powershell I’d like to learn the best way to call a variable to

  • 0

within powershell I’d like to learn the best way to call a variable to a start job so I don’t have to edit the script for each server as it will be specific based on the client I’ve placed my script on.

$Servername = 'Server1'
    $pingblock = {
      pathping $servername | Out-File C:\client\PS\ServerPing.TXT
    }
    start-job $pingblock

when I run my code above I just get a file with the help as if I forgot the specify the $servername.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T16:45:24+00:00Added an answer on June 1, 2026 at 4:45 pm

    Use the -ArgumentList parameter on Start-Job e.g.:

    Start-Job -Scriptblock {param($p) "`$p is $p"} -Arg 'Server1'
    

    In your case:

    $pingblock = {param($servername) pathping $servername | Out-File C:\...\ServerPing.txt}
    Start-Job $pingblock -Arg Server1
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How do I have a PowerShell script embedded within the same file as a
I have created a Powershell script and set it up to run within a
Within my HTML, I have a php script that includes a file. At that
I have a fairly simple Psake build script (default.ps1) that calls Invoke-Psake from within
I have a PowerShell script that needs to run normally, and also when invoked
I am trying to use powershell to script some tasks within internet explorer. This
I need to execute a PowerShell script from within C#. The script needs commandline
I was trying to run a powershell script (which I have run before) and
How do I run a PowerShell script? I have a script named myscript.ps1 I
I am constructing a powershell script to query the existence of archived files within

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.