Blogs1 - 10 of 151 recent posts for tag:"Windows PowerShell"
23
Nov
2009
Download a Web Page with Windows PowerShell

3 hours ago by KE5PRL

This is an example of using Windows PowerShell to download a Web page and print it to the screen. $url = "http://www.ke5prl.com" $client = New-Object System.Net.WebClient $contents = $client.DownloadString($url) echo $contents Now while that might be a neat use of technology it is not terribly usefu ...

KE5PRL Blog - blog.ke5prl.com

22
Nov
2009
Windows PowerShell – Hello World (2)

1 day ago by KE5PRL

With Windows PowerShell it is easy to enter a command at the command prompt to return “Hello World!” Part 1 covered how to do that. The code from Part 1 could be saved in a file with a .ps1 extension and it could be executed by calling it from the command prompt. For example, if saved as hello.ps1, ...

KE5PRL Blog - blog.ke5prl.com

21
Nov
2009
Windows PowerShell – Hello World (1)

2 days ago by KE5PRL

Making a program output “Hello World!” is the first program that one typically learns when getting started with a new language. You can read about Hello World in a Wikipedia article entitled Hello world program. At the Windows PowerShell command prompt enter echo "Hello World!" and hit enter. That’s ...

KE5PRL Blog - blog.ke5prl.com

19
Nov
2009
Guia de conversion de VBScript a Powershell

4 days ago by oscar

Investigando un poco por la web, me he encontrado con una “Guia de conversion de VBScript a Powershell“. Esta en ingles, pero no es muy dificil entenderla para cualquiera de nosotros que ya controlamos el segundo, tercer o cuarto idioma (como es mi caso) a la perfeccion (esto ultimo es broma). Bien, ...

Aprende Informatica Conmigo - aprendeinformaticaconmigo.com · Rank: 132,005 · 3 references

18
Nov
2009
PrimalForms 2009: New Packager STA Mode

4 days ago by David Corrales

Last month’s service build included a new addition to PrimalForms 2009’s packager: STA Mode (Single Thread Apartment), which allows you to perform operations that may have previously failed, such as accessing Window’s Clipboard. Some of you may have attempted to use the Clipboard in your forms only ...

SAPIEN Technologies - blog.sapien.com · Rank: 13,634 · 39 references

Exchange Management Shell Quick Reference for Exchange 2010

4 days ago by Andreas Fritz

Fr Exchange 2010 stellt Microsoft eine PowerShell Quick Reference als Download zur Verfgung. Alle die schon mit Exchange 2010 und die PowerShell einsetzen wollen, sollten sich die Quick-Ref. unter dem folgenden Link runterladen und damit arbeiten … Download Quick-Ref

Pro-IT-Support - pro-it-support.de

Skripting mit der Windows PowerShell

4 days ago by Andreas Fritz

Windows PowerShell: So lautet der Name der “neuen” Kommandozeile und Skriptingumgebung fr die Windows-Plattform. Auf der Pro-IT-Support Seite finden Sie ab sofort aktuelle Informationen und Ressourcen zur Windows PowerShell. http://www.pro-it-support.de/?page_id=278 Steigern Sie Ihre Effektivität mi ...

Pro-IT-Support - pro-it-support.de

17
Nov
2009
How To Keep A Folder Clean From Old Files?

5 days ago by Frank-Peter

With PowerShell it is easy to cleanup out-of-date files in a temp folder, log folder, or whatever folder. This Post shows two approaches: - Delete All Files Older Than x Days - Keep The x Youngest Files How To Delete All Files Older Than x Days? Let’s say you need to remove all files in %TEMP% and i ...

out-web.net - out-web.net

16
Nov
2009
Powershell Help 2.0 Community Edition

6 days ago by Alex Riedel

Our Powershell Help tool has been a favorite download for quite some time now. The built-in help command in the Powershell console is helpful if you need just some quick lookup, but for browsing and reading the console just isn’t good enough. The CHM file Microsoft released is a pretty nice graphica ...

SAPIEN Technologies - blog.sapien.com · Rank: 13,634 · 39 references

14
Nov
2009
Free Windows PowerShell Cheat Sheet

8 days ago by Gizmo

A free Windows PowerShell cheat sheet from DZone. This refcard covers starting and using Windows PowerShell, including the syntax for all statements, operators and other elements of the language. Also included are examples of how to use .NET, COM, ADSI and WMI objects from PowerShell. Finally, it in ...

Code Beach - blog.codebeach.com · Rank: 89,308 · 12 references

Previous1234567