Thanks for sharing ... very helpful.
Thanks Rafael Damásio, but article is not completed.
Tonight will be ready.
Hi.
If you are doing a revision later of the powershell pictures, you are using "ls" to list all files. Ls is an alias to Get-ChildObject. Ls is used in *nix operating systems, to less confuse people new to powershell i would suggest you use the full cmdlet or short form. Get-ChildObject / CGI. otherwise a great article.