&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
powershell
0
votes
1
answer
72
views
PowerShell - Set IIS 7.5 FTP Site to 'Allow SSL connections'
Using PowerShell, how can I script the setting of an IIS 7.5 site to 'Allow SSL connections' rather than 'Require SSL connections'? I cannot seem to…
ssl
ftp
powershell
iis7.5
asked
June 16, 2011 6:54 pm CDT
Nathan Taylor
1
vote
1
answer
31
views
Import large MySQL .sql file on Windows with Force
I would like to import a 350MB MySQL .sql file on a Windows 7 machine. I usually do this by using mysql -uuser -p -e "source c:/path/to/file.sql"…
mysql
sql
windows
powershell
import
asked
June 15, 2011 5:28 pm CDT
weberwithoneb
0
votes
0
answers
23
views
How to make FTP transfer faster using powershell
I've implemented FTP upload using Powershell script and using .NET WebClient functionality. However, it much slower than when I use let say GoFTP.…
powershell
ftp
asked
June 14, 2011 12:16 pm CDT
monkzen
0
votes
2
answers
40
views
PowerShell raw FTP
I am looking to use FTP to write a mainframe jobstream. To do that, I can connect to the mainframe via FTP and run these commands: QUOTE TYPE E…
powershell
ftp
mainframe
jcl
asked
June 7, 2011 11:59 am CDT
Honus Wagner
0
votes
0
answers
30
views
How to replace a multiline string in powershell?
I want to dynamically change content of a PowerShell file, by deleting a paragraph in it. The content is as following: #lot of lines here…
.net
regex
powershell
asked
June 6, 2011 2:19 am CDT
Vimvq1987
0
votes
4
answers
83
views
Copy multiple folders to a single destination with robocopy
Greetings, I'm looking for a solution to use robocopy to copy several folders from a directory onto a distant network share. I want to choose…
powershell
scp
regex
robocopy
asked
May 23, 2011 4:22 pm CDT
SDGuero
0
votes
3
answers
27
views
Match parentheses in powershell using regex
I'm trying to check for invalid filenames. I want a filename to only contain lowercase, uppercase, numbers, spaces, periods, underscores, dashes and…
regex
powershell
asked
May 19, 2011 8:49 am CDT
Steve
0
votes
2
answers
32
views
How can I use regex to chop apart xcopy statements embedded in .csproj files?
Hi all, I'm working with a bunch (~2000) .csproj files, and in this development staff there's a historical precedent for embedded xcopy in the…
regex
powershell
build-automation
csproj
xcopy
asked
May 13, 2011 9:59 am CDT
bwerks
0
votes
1
answers
35
views
Is it possible to create SSLBinding without navigating to IIS:\SSLBindings
Hi, Am trying to create SSLBinding using powershell. I have certificate in a certificate store and i proceed as below $certificate = Get-ChildItem…
ssl
powershell
asked
May 11, 2011 5:10 am CDT
JeeZ
0
votes
1
answers
34
views
Requesting help troubleshooting PowerShell/MySQL connectivity
I'm having trouble getting PowerShell to talk to MySQL. The frustrating part is that it had been working then suddenly stopped. I have searched…
mysql
powershell
asked
May 10, 2011 4:03 pm CDT
WD-40
0
votes
5
answers
34
views
Powershell advanced regex to select from file
I would like to search for a pattern in a file which I can do easily with something like: gc $filename | select-string $pattern However once I have…
regex
file
select
powershell
asked
May 9, 2011 9:14 pm CDT
bomber
0
votes
2
answers
36
views
Using Regular exprestion to validate IP Address in Powershell?
Hello, I have this code in PowerShell and it does not work! any help? I just need it to make sure that the string is a working IP not…
regex
powershell
powershell-v2.0
powershell-v1.0
asked
May 5, 2011 11:26 am CDT
Data-Base
0
votes
3
answers
45
views
Easiest way to make a POST action to a URI
I am on windows now and What is the easiest and fastest way to make a POST action to a URI? can we do that with command lien or powershell?
windows
http
command-line
powershell
http-post
asked
May 5, 2011 10:16 am CDT
tugberk
1
vote
4
answers
40
views
Regex and ignore whitespace
I have the following regex that I am using to match on various credit card numbers within a string search of files. However, if there is a space…
regex
scripting
powershell
powershell-v2.0
asked
April 25, 2011 3:32 pm CDT
John
0
votes
1
answers
99
views
Problem opening a firefox places sqlite with PowerShell and System.Data.SQLite
I want to run the following code: $dll = [System.Reflection.Assembly]::LoadWithPartialName("System.Data.SQLite") #…
sqlite
powershell
ado.net
asked
April 22, 2011 9:13 am CDT
bernd_k
0
votes
3
answers
27
views
Is there a way to convert tables of text into a PowerShell Object
There are many tools that output their data in in a table format. One such example is diskpart. Shaving off some extraneous output, you would get…
regex
powershell
text-parsing
asked
April 21, 2011 1:21 pm CDT
Andy Schneider
0
votes
1
answers
64
views
Creating a directory on remote FTP using powershell
I"m able to put a file up to a remote FTP with a modified version of... $File = "D:\Dev\somefilename.zip" $ftp =…
powershell
ftp
directory
create
asked
April 20, 2011 11:01 pm CDT
ryan
0
votes
1
answers
48
views
Removing self signed certificate from my store
Hi, Is there a way to remove/ uninstall a self signed certificate from my store using powershell ? I tried Remove-Item cert:\LocalMachine\My\$thumb…
ssl
powershell
asked
April 18, 2011 1:44 am CDT
JeeZ
0
votes
2
answers
45
views
Regular expression to parse html title tag
I need to parse a lot of html files in order to know which ones contain specific text within title tag. Let'suppose that titles are file1.htm…
regex
powershell
html-parsing
asked
April 12, 2011 9:53 am CDT
nick rulez
0
votes
2
answers
38
views
How to change the replication scope of an Active-Directory-integrated DNS zone?
Related to this question: How to set the replication scope of an AD-Integrated DNS zone using WMI? . I need to change (using PowerShell, so .NET,…
.net
powershell
active-directory
dns
wmi
asked
April 8, 2011 3:29 am CDT
Massimo
Pages
:
1
|
2
>
39
powershell
Tagged:
powershell
Related Tags
regex
× 16
ftp
× 7
mysql
× 7
ssl
× 4
.net
× 3
dns
× 3
active-directory
× 3
powershell-v2.0
× 3
wmi
× 3
scripting
× 2
sqlite
× 2
windows
× 2
iis
× 1
mysql-connector
× 1
security
× 1
encoding
× 1
parsing
× 1
html-parsing
× 1
http-post
× 1
mysqldump
× 1
robocopy
× 1
select
× 1
csproj
× 1
iis7.5
× 1
xcopy
× 1
windows-7-x64
× 1
http
× 1
directory
× 1
securestring
× 1
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy