Computer Science, asked by Abhijitpradhan2519, 10 months ago

Which command is used to remove a variablefrom the list of variables to redifine it

Answers

Answered by r30499699
0

The Remove-Variable cmdlet deletes a variable and its value from the scope in which it is defined, such as the current session. You cannot use this cmdlet to delete variables that are set as constants or those that are owned by the system.

Similar questions