-
Hi Tobias, The minimun requirement will work. Just to be able to recognized the file type no coloring. And, at least for SQL types. I work a lot with SQL Server and build lots of scripts that are use on my with PowerShell scripts. I like the all-in-one-place experience. Thanks again, Max
-
Another finding in QuickClick Solutions : - insert a new script by Browsing to it and selecting it. - Then i check out the properties : i still see the URL to the script. - When i check (checkbox) Embed Script, save it and recheck the properties, the URL is gone and i see the contents of the script....
-
Hi, I used my own function for transcript everytime I start new PowerShell session. Use following syntax: Start-Transcript -Path $transcriptpath -Append When starting PSP I see following error: When I changed the line above to Start-Transcript -Path $transcriptpath -Append $true then it's OK: I see...
-
I would expect an editor to to know that a Module needs to be imported not dot sourced into the runspace when hitting execute. The change should be made that if the current file is PSM1 or PSD1 which are Module files the Execute button should call Import-Module with the path to the current file. this...
-
Hi Hal, I typed the command "gcm help | fl definition" in both Microsft PowerShell console and the Beta. The results looks idenical. Sorry to ask... is there any way to copy/past an image in here?
-
For some reason I can't find what's going on with my physical machine and my Virtual Machine. They both having the same symptoms. But, I can always resolved to the Get-Help cmdlet which will work in my case. :)
-
I'm comparing V2.1.0.19 with .45 and I can't find the option to resize Font in the tool bar. It should be in the "Font and Colors" but its missing in the latest beta. :(
-
Hello everybody, it is possible to add a database on powershell plus to backup and search our personal script like the internet share on powershell.com? Thanks Sylvain