powershell-1.0
powershell copy creates extra empty folders
i\'m using this simple command to copy over some files and folders that get dropped into a temp folder.[详细]
2023-03-16 15:59 分类:问答Is there a wrapper to launch Ant from a Powershell 1.0 script?
I\'m running a Powershell 1.0 script on Windows XP.The bin directory in the standard Ant distribution conta开发者_开发问答ins a number of scripts for launching Ant from various other environments such[详细]
2023-02-28 22:59 分类:问答Load-Module equivalient in PowerShell v1
For reasons of script portability, I need to dynamically load snap-ins in a PowerShell script. This is easily accomplished in PowerShell v2 with the Load-Module function. I need to run this particular[详细]
2023-02-04 06:54 分类:问答Executing powershell.exe from powershell script (run in ISE but not in script)
I\'m new to these awesome Power shell world.I have a problem with script and really apreciate your help.[详细]
2023-01-23 22:16 分类:问答Help with Script for Extracting Specific Data from String
Below is a list of data in a single file. I\'d like to run this in Powershell. LESCAR8507/31/101700678991[详细]
2023-01-13 03:45 分类:问答Help me use powershell and bcp to load CSV into SQL Server
I\'m using bcp to load a table from a CSV exported from another table by someone else far far away, and have run into some issues. My original two problems: one exported field is an int that needs to[详细]
2023-01-12 02:56 分类:问答PowerShell: Retrieve a specific internal XML element
I have an XML document with this structure: <Fruits> <开发者_开发问答Fruit> <Code>1</Code>[详细]
2023-01-01 06:06 分类:问答Why did a PowerShell script argument need to be copied to a local variable?
I have a very simple Powershell v1.0 script to kill processes by name: $target = $args[0] get-process | where {$_.ProcessName -eq $target} | stop-process -Force[详细]
2022-12-21 19:14 分类:问答How can I get warning output from a PowerShell cmdlet programatically in v1.0?
I\'m using PowerShell v1.0 (It is a requirement that I cannot use 2.0) and am having trouble trying to programatically capture the cmdlet output in the Warning stream.[详细]
2022-12-21 19:04 分类:问答Powershell v1 - deleteing all files & folders except in a named folder
I want to delete al开发者_Python百科l the content and the children of a given root folder, however i want to keep some files (the logs), which all reside in a logs folder[详细]
2022-12-20 12:56 分类:问答