Summary: Look at variables that do not have a description.
How can you look at automatic and user-created variables that have no description?
Use the Get-Variable cmdlet and search for an empty description:
Get-Variable | where description -eq “”
The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.
0 comments