powergui
dot-source failing oin powergui
I\'im trying to dot-source a script file in PowerGui 3.0 , but all i get is ; The term \'.\\PowerShell.Common.ps1\' is not recognized as the name of a[详细]
2023-03-27 10:33 分类:问答How to determin CaretColumn in PowerGUI Script editor?
I found the following [Quest.PowerGUI.SDK.ScriptEditorFactory]::CurrentInstance.CurrentDocumentWindow.Document.CaretLine[详细]
2023-03-14 10:05 分类:问答How do I run PowerShell scripts in debug mode in PowerGUI under .NET 4 Framework?
I\'ve read the whole thread about running PowerShell under .NET 4.0, including the 开发者_运维问答warnings about what happens when using the registry keys to make the scripts run under that framework.[详细]
2023-01-07 20:53 分类:问答Error when calling 3rd party executable from Powershell when using an IDE
I have a PowerShell script that uses du.exe (Disk Usage originally from Sysinternals) to calculate the size of directories.[详细]
2022-12-17 23:22 分类:问答Can't get powershell script to run inside PowerGUI
When I run my script directly from the Powershell console it works.When I run my script in PowerGUI and try instantiate an object, I get an error:[详细]
2022-12-15 08:01 分类:问答I cannot debug in PowerGui
I have PS V2 and PowerGUI (1.9.6.1027). I set a debug point in my script in PowerGUI, but I cannot get debug workin when I start debug from tool bar or menu item. I got a dialog of \"Continue with thi[详细]
2022-12-13 09:31 分类:问答Debug PowerShell using PowerGUI
I use PowerGUI to edit my script. In Visual Studio, I can add command line argument from project properties. However, I cannot find a way to set parameters to the UI to debug my codes with specified $[详细]
2022-12-12 01:38 分类:问答