PowerShell
Wonky Start-Process errors after the script has been running a while
I have a PowerShell 2.0 script that works on large file shares from the top down, correcting permissions and such by launching another executable via Start-Process and waiting for the results and exit[详细]
2023-04-09 16:18 分类:问答How to create wsp package from powershell
Please help, how to create wsp package from powershell? I know how to build solution, but I don\'t know how to emulate command Packag开发者_JAVA百科e, which exists for WebPart projects in project item[详细]
2023-04-09 14:15 分类:问答How do i FTP upload directory in Powershell
I came across this post: Upload files with FTP using PowerShell But I\'m lookinghow i can upload a directory with fil开发者_运维技巧es in it to a FTP server.[详细]
2023-04-09 13:22 分类:问答Cancel multiple SharePoint Workflows using PowerShell
How is it possible to cancel all running workflows in a SharePoint (2010) List? I found this script via technet.[详细]
2023-04-09 11:42 分类:问答How to use the "-Property" parameter for PowerShell's "Measure-Object" cmdlet?
Why does $a = GPS AcroRd32 | Measure $a.Count work, when GPS AcroRd32 | Measure -Property Count doesn\'t? The first example returns a value of 2, which is what I want, an integer.[详细]
2023-04-09 10:16 分类:问答How to get a string instead of an array in PowerShell?
I\'m trying to do the f开发者_开发技巧ollowing: $files = Get-ChildItem c:\\temp | Select-Object Name[详细]
2023-04-09 07:47 分类:问答How to automate firefox with powershell?
I am currently doing the automation with power shell and I am stuck in the following problem , I have automated internet explorer with scripting in power shell,[详细]
2023-04-09 07:44 分类:问答Powershell - assign source code of ASP page to a variable
probably it is a silly question, but I couldn\'t find the answer in Google so far. I need to read the HTML source code of a page[详细]
2023-04-09 07:34 分类:问答How do I check for the SQL Server Version using Powershell?
What\'s the easiest way to check for the SQL Server Edition and Version using powe开发者_运维知识库rshell?Just an option using the registry, I have found it can be quicker on some of my systems:[详细]
2023-04-09 06:35 分类:问答system() with powershell in vim
I\'m trying to write a simple function in Vim to return the results of a powershell command. I keep getting gibberish in the results though.[详细]
2023-04-09 05:39 分类:问答