powershell-2.0
VisualStudio 2010 - PowerShell Add-In?
Is there any PowerShell Add-Inn for VisualStudio 2010? I only found the VS Command开发者_JS百科 Shell Add-In for VS 2005 and 2008 (Add-In from 2007)I have StudioShell, PowerGUI VSX, and PowerConsole.[详细]
2023-02-16 06:28 分类:问答not using [parameter()] on some parameters in a PowerShell advanced function
If you are doing advanced functions and have the parameters decorated [parameter()], would there be any reason to NOT decorate a parameter with [Parameter()] . I\'ve seen this a few times and don\'t k[详细]
2023-02-16 02:17 分类:问答Powershell program issues
I\'m having an issue with my code. I want to list the hidden and non hidden shares. I must do so using the if/else structure. My issue seems to be in the $HiddenShares and $NonHiddenShares arrays. I w[详细]
2023-02-15 18:25 分类:问答PowerShell Create Folder on Remote Server
The following script does not add a folder to my remote server.Instead it places the folder on My machine!Why does it do it?What is the proper syntax to make it add it?[详细]
2023-02-15 04:53 分类:问答How can I make a .NET object friendlier to PowerShell?
I have a.NET class that I want to use from both C# and PowerShell. Cut down to its bare bones, it’s something like this:[详细]
2023-02-15 03:41 分类:问答Why does this PowerShell script fail to execute this external command properly?
The following code will output the command string I wish to run: [string] $SourceRepo=\"C:\\inetpub\\wwwroot\\Spyda\\\"[详细]
2023-02-14 21:06 分类:问答How to go fullscreen in PowerShell
Is there a way of making powershell appear in fullscreen? Not only maximize it over the screen, but hiding the top-bar as well?[详细]
2023-02-14 17:21 分类:问答How to write a powershell script to initiate user profile creation on server 2008
I\'m trying to automate application installa开发者_开发技巧tion on new server instances, but I\'m running into an issue when the user I\'m impersonating hasn\'t logged onto the system before.[详细]
2023-02-14 04:42 分类:问答What are good Powershell verbs for checking in/out files?
I\'m trying to stick to the list of approved verbs for my Cmdlets. I currently have a cmdlet to check out a file from our version control s开发者_如何学Goystem and I\'m writing one to check a file bac[详细]
2023-02-14 03:57 分类:问答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 分类:问答