powershell-ise
Is it possible to reset the runspace in Powershell ISE?
One of the features of PowerGUI is the ability to reset the Powershell Runspace as demonstrated in this article and this article.开发者_运维百科 Is it possible to do this in PowerShell ISE?(I am using[详细]
2023-04-03 20:26 分类:问答Why and when to use 32 or 64-bit PowerShell or ISE?
I just got my first 64-bit Windows notebook. Now I\'m looking for information when and why to use the 32 or the 64-bit versions of PowerShell or ISE.[详细]
2023-03-29 09:04 分类:问答How can I get the PowerShell ISE to do syntax highlighting on files with a custom extension?
I\'d like to start using a custom extension for some of my Powershell 开发者_开发知识库scripts, but when I drag them into the PowerShell ISE, they are treated as plaintext, and I don\'t get any syntax[详细]
2023-03-08 10:32 分类:问答Powershell ISE cannot start after (foolishly) deleting all variables
In my eagerness to find out what variables were protected or constants, I decided to just see what ones could be removed - assuming those mentioned above would be left alone.What I didn\'t realize is[详细]
2023-02-25 19:29 分类:问答PowerShell script to display Notification balloon and take action only works in ISE gui, not from commandline
I\'ve seen a bunch of closely related posts so I know i\'m not alone, but none have given me the answer I\'m looking for. Apologies if this has been asked and answered and I couldn\'t find it.[详细]
2023-02-18 16:39 分类:问答Powershell editor with intellisense that I can embed into my program?
I have a C# application and want to allow people to write powershell code within my app. Does anyone know of a powershell editor with intellise开发者_如何学Gonse that fits the bill??PowerGUI is the c[详细]
2023-02-13 11:04 分类:问答Applying a custom webtemplate to a sitecollection works on powershell ise and not on powershell console
I\'m working on a automated script for deploying sharepoint projects. I\'m using a sandbox level webtemplate that must be applied when de site is created. I had a lot of troubles doing that because it[详细]
2023-01-19 16:03 分类:问答How to get Powershell-ISE to release Cmdlet DLL
I\'m development a Cmdlet and using Powershell-ISE to test.ISE is keeping my DLL locked and preventing from rebuilding and then r开发者_如何学JAVAeloading.[详细]
2023-01-18 06:34 分类:问答Windows Forms look different in Powershell and Powershell ISE. Why?
I have written a script which is basically a small wys开发者_C百科iwyg signature generator for Outlook. We want our signatures to be in corporate colours, and semi-standardised - hence the requirement[详细]
2023-01-09 02:25 分类:问答Powershell 2 ISE, not stopping on breakpoints in imported modules
When we set breakpoints within a Module we\'ve imported the debugger ignores the breakpoint. Has anybody else seen this behaviour?[详细]
2023-01-06 08:17 分类:问答