Showing all posts tagged ps1:

How to Extract Links Off Any Webpage Using PowerShell

How to Extract Links Off Any Webpage Using PowerShell PowerShell 3 has a lot of new features, including some powerful new web-related features. They dramatically simplify automating the web, and today we are going to show you how you can extract ev...

Convert Times Between Time Zones with PowerShell

Convert Times Between Time Zones with PowerShell Convert Time for different World Time Zone If you work in a multinational organization like me or you have loved ones or friends who live in other parts of the country or world, then y...

Display Dates and Times with PowerShell

Getting Dates and Times with PowerShell First let’s show how to get the current local time: Get-Date You can display a different date and time by specifying it after Get-Date (as an unnamed parameter): Get-Date "December 21, 2012" You can specif...

Dates and Time Zones in PowerShell – My IT World

Dates and Time Zones in PowerShell If you have already played with dates in PowerShell, you’ve probably realized that it was not so simple. If you are a beginner, I recommend you to read this article to get some basics about dates and times in...