Announcing PowerShell, DevOps, and Cloud Conference 2021
PowerShell Conference Asia 2019 was a huge success. The attendee turnout was …
Read MorePowerShell Conference Asia 2019 was a huge success. The attendee turnout was …
Read MoreWhat Posh-SSH is a PowerShell 3.0 or newer module for automating tasks against …
Read MoreWe are happy to announce that PowerShell Magazine is a media partner for TechMentor, Orlando. About TechMentor: Surrounded by your fellow IT professionals, TechMentor provides you with immediately usable IT education that will keep you relevant in …
Read MoreNote: This tip requires PowerShell 3.0 or above. Before the release of Windows Server 2012 and Windows 8, adding rules to Windows Firewall required a painful approach of using the firewall COM object.
Read MoreLet’s say you created a new TimeSpan object by using the Start parameter. PS> $ts = New-TimeSpan -Start 1/1/2014 PS> $ts Days : -324 Hours : -9 Minutes : -44 Seconds : -12 Milliseconds : -596 Ticks : -280286525960331 TotalDays : -324.
Read MoreNote: This tip requires PowerShell 2.0 or above. There are times when you need to validate the credentials of an Active Directory user account.
Read MoreFew days ago the new version (0.6.10) of the Windows Azure PowerShell has been released. The Windows Azure PowerShell provides IT Pros and developers with Windows PowerShell cmdlets for building, deploying, and managing Windows Azure services.
Read MoreNote: This tip requires PowerShell 2.0 or above. As system administrators, when troubleshooting an issue, we are often required to take a look at a certain knowledge base article from Microsoft.
Read More