Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > PowerShell

You really need to check this out

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 05-13-2008   #1 (permalink)
CHARLES FLORES
Guest


 

You really need to check this out

You really need to check this out
www.mcvweb.com



My System SpecsSystem Spec
Old 05-13-2008   #2 (permalink)
Jon
Guest


 

Re: You really need to check this out

"CHARLES FLORES" <mcvdad@xxxxxx> wrote in message
news:CvlWj.1222$lj.131@xxxxxx
Quote:

> You really need to check this out
> www.mcvweb.com
>

Thanks. Didn't teach me much about Powershell though.

--
Jon



My System SpecsSystem Spec
Old 05-14-2008   #3 (permalink)
Alex K. Angelopoulos
Guest


 

Re: You really need to check this out

Approached the right way, it turns into a sort of PowerZen koan. For
example, one can use material from the preceding WebClient discussion to
retrieve the page text without risking it in a live browser. : )

#Get-WebString.ps1
Param( [string]$Uri, $Encoding = "Default")
$WebClient = New-Object System.Net.WebClient;
$WebClient.Encoding = [System.Text.Encoding]::$Encoding;
$WebClient.DownloadString($Uri);
###

Get-WebString xxxxx

(for anyone else _curious_, it was just the usual pyramid spamming scheme
explained with standard poor grammar and improper use of ' for
pluralization.)


"Jon" <Email_Address@xxxxxx> wrote in message
news:OoOe8UUtIHA.4476@xxxxxx
Quote:

> "CHARLES FLORES" <mcvdad@xxxxxx> wrote in message
> news:CvlWj.1222$lj.131@xxxxxx
Quote:

>> You really need to check this out
>
>
> Thanks. Didn't teach me much about Powershell though.
>
> --
> Jon


My System SpecsSystem Spec
Closed Thread

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
check this out caver1 Vista General 0 10-24-2007 04:43 PM
spell check wont check english/ just confused Vista mail 3 08-30-2007 11:54 PM
If you have RC2, will you check something for me SteveC Vista General 11 10-21-2006 10:52 PM
Which RC1 do I have and how can I check? =?Utf-8?B?UmlkZXN5?= Vista installation & setup 1 10-05-2006 08:22 AM
Newbie: Nagios with nrpe_nt, check for diskspace; check services,returncode Denny Schierz PowerShell 4 07-24-2006 05:47 PM


Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51