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

  • Home
  • SEARCH
  • 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 6157301
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T20:45:41+00:00 2026-05-23T20:45:41+00:00

I have a Powershell script and no matter what I try it completely ignores

  • 0

I have a Powershell script and no matter what I try it completely ignores any quotation marks in the script. The error occurs when I run the script from my VB.NET code yet, I have been running scripts successfully through VB.NET for a while now.

For example, my script starts with finding out the server name…

This works:

$name = gc env:computername

This does not:

$name = "SERVERNAME"

The error given is something along the lines of $name = SERVERNAME is not recognized as a cmdlet…. and so on.

This is causing several lines in my script to fail and the error message always displays the command WITHOUT the quotation marks.

  • 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-05-23T20:45:42+00:00Added an answer on May 23, 2026 at 8:45 pm

    When assigning string values you have to quote them (single or double quotes).

    $name = ‘SERVERNAME’

    or

    $name = “SERVERNAME”

    or assign it directly to a variable (doesn’t require quotes):

    $name = $env:COMPUTERNAME

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Powershell script that copies files from one location to another. Once
I have a complex Powershell script that gets run as part of a SQL
I have the following string expression in a PowerShell script: select count(*) cnt from
I have a PowerShell script that needs to run normally, and also when invoked
I have created a Powershell script and set it up to run within a
I have a powershell script that modifies transport rules. It works perfectly from powershell
I have a Powershell script that is loading a .NET assembly (.EXE in my
I have a powershell script (below) which seems to work but prints an error
I have a PowerShell script that uses du.exe ( Disk Usage originally from Sysinternals)
I have a Powershell script that calls sqlcmd to run a sql script that

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.