Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > PowerShell

Vista - PowerShell week magazine PDF

Reply
 
Old 11-06-2006   #1 (permalink)
Marco Shaw


 
 

PowerShell week magazine PDF

http://www.microsoft.com/downloads/d...displaylang=en

I think the Scripting Guys just crawl in to work in a few hours...

Anyone else having problems viewing the PDF with Adobe? 7.0.8 seems to
crash when trying to read the doc. Happens both with IE 6, IE 7, and
Firefox 1.5.0.3.

Marco



My System SpecsSystem Spec
Old 11-06-2006   #2 (permalink)
dreeschkind


 
 

RE: PowerShell week magazine PDF

I had the same problems using browser plugins, but it works fine using
Acrobat Reader. Try downloading it first using PowerShell:

$url =
'http://download.microsoft.com/download/8/8/e/88e33c81-dc33-4bc6-ba34-f8011d303be2/PSWeekMagazine.pdf'
$target = [System.IO.Path]::Combine($((get-location).providerpath),
'PSWeekMagazine.pdf' )
(new-object System.Net.WebClient).DownloadFile($url, $target)

--
greetings
dreeschkind

"Marco Shaw" wrote:

> http://www.microsoft.com/downloads/d...displaylang=en
>
> I think the Scripting Guys just crawl in to work in a few hours...
>
> Anyone else having problems viewing the PDF with Adobe? 7.0.8 seems to
> crash when trying to read the doc. Happens both with IE 6, IE 7, and
> Firefox 1.5.0.3.
>
> Marco
>
>
>

My System SpecsSystem Spec
Old 11-06-2006   #3 (permalink)
Jean


 
 

Re: PowerShell week magazine PDF

> Anyone else having problems viewing the PDF with Adobe? 7.0.8 seems to crash
> when trying to read the doc. Happens both with IE 6, IE 7, and Firefox
> 1.5.0.3.


Yes , I've had this problem.
For what I have understood it was because I'd just upgraded IE6 to IE7.
What I've done is : in Adobe Reader, menu "?",click on "Detect and
repair".
I think I'd done a reboot after that.
All seems to work fine since.

Regards,

--
Jean - JMST
Belgium


My System SpecsSystem Spec
Old 11-07-2006   #4 (permalink)
Alex K. Angelopoulos [MVP]


 
 

Re: PowerShell week magazine PDF

I'm using Adobe 7.0.2, but _downloaded_ instead of opening from web, and it
works fine.

"Marco Shaw" <marco@Znbnet.nb.ca> wrote in message
news:%234NigdaAHHA.1196@TK2MSFTNGP02.phx.gbl...
> http://www.microsoft.com/downloads/d...displaylang=en
>
> I think the Scripting Guys just crawl in to work in a few hours...
>
> Anyone else having problems viewing the PDF with Adobe? 7.0.8 seems to
> crash when trying to read the doc. Happens both with IE 6, IE 7, and
> Firefox 1.5.0.3.
>
> Marco
>



My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
"The String's the Thing" Windows PowerShell Tip of the Week PowerShell
Is there a Windows Magazine?? General Discussion
Downloading the PowerShell Week Magazine PowerShell
[FYI] Windows PowerShell Week PowerShell
PowerShell Week Webcasts Nov 6-10 PowerShell


Vista Forums 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 Ltd

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