Search found 12 matches

by artisticcheese
Tue Jan 05, 2016 12:24 pm
Forum: PowerShell Studio
Topic: How do I access variable from command line after script finished
Replies: 3
Views: 5913

How do I access variable from command line after script finished

I'm have unpleasant feeling that I will be told "it's not possible". In ISE and every other GUI powershell editor if I have a script which I'm working on and say I put "$x=10" and then execute script, I can go back to console and check value of that variable after script stopped ...
by artisticcheese
Mon Dec 14, 2015 10:12 am
Forum: PowerShell Studio
Topic: How do I deploy complex projects?
Replies: 0
Views: 17549

How do I deploy complex projects?

Hello, My Powershell Studio is 5.0 I have powershell module which has subfolder which contains PS1 file. I need entire architecture to deployed as is. That is entire folder structure with PSM/PSD files and SCRIPT subfolder containing PS1 files to be copied over to network share. I'm new PowerShell s...