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 961031
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T01:16:31+00:00 2026-05-16T01:16:31+00:00

Reading through the documentation for powershells add-type it seems you can add JScript code

  • 0

Reading through the documentation for powershells add-type it seems you can add JScript code to you powershell session.

Firstly is there a decent example of how this is done and secondly can you use this to validate normal javascript code (as I understand JScript is the MS implementation)

  • 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-16T01:16:32+00:00Added an answer on May 16, 2026 at 1:16 am

    This may be a good starting point

    PowerShell ABC’s – J is for JavaScript (by Joe Pruitt)

    Here is a code snippet from the above article:

    function Create-ScriptEngine()
    {
      param([string]$language = $null, [string]$code = $null);
      if ( $language )
      {
        $sc = New-Object -ComObject ScriptControl;
        $sc.Language = $language;
        if ( $code )
        {
          $sc.AddCode($code);
        }
        $sc.CodeObject;
      }
    }
    PS> $jscode = @"
    function jslen(s)
    {
      return s.length;
    }
    "@
    PS> $js = Create-ScriptEngine "JScript" $jscode;
    PS> $str = "abcd";
    PS> $js.jslen($str);
    4
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm reading through the optimizer documentation for quite a while, but it seems like
I'm implementing an IDispatch interface in managed code C#. Reading through the documentation (yes
Reading through documentation, I found following: 1.9.1 1.8.4 1.8.2 A version of 1.8.2 select
I have been reading through the documentation on the JavaScriptMVC framework and it looks
i've been reading through the linq to xml documentation in msdn and some other
Reading through some of the questions here, the general concensus seems to be that
Reading through the Wikipedia article on First-Class functions, there is a nice table of
It's clear from reading through threads that I can call a PHP function using
Reading through the CKEditor documentation , I see that they have an option to
I'm reading through Apple's documentation on CA, and I was trying to do a

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.