ExpertConnect - Mentoring & Discussions

You can join mentoring & discussions for Free Ask Question, Give Answer, Discuss IT Problems, Learn, and Grow

2017-10-20 14:12:11 8

Powershell

PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language.

Topic menu

2018-06-01 17:31:28 1
Profile picture of Miles  Moen
Miles  Moen
Public
Posted: Jun 1, 2018

How to determine the type of a variable?

Comment (1) ·  Like (1)
Profile picture of Wajih Qidwai

Wajih Qidwai Jun 1, 2018

type of a variable can be examined by using GetType() method. for instance
$CoumpterName.GetType()

Like (1)

Write a new comment...
Ready to post? select an option: