Relative Content

Tag Archive for powershell

Users who haven’t logged in within 90 days

I want to know the user details who are all not logged on more then 90days with last logon. Also I am using Get-LastLogon function like below.
My question is : How can I write filter for $LogonDate = (Get-LastLogon -Identity $_.SamAccountName).DateTime ?

How is Pash licensed?

Pash is an open source reimplementation of Windows PowerShell. It was released in 2008, and has been idle since then. I would like to take up the mantle.

Get current path to get file version

This is probably a simple question but I haven’t been able to figure out how to solve it. I just want to get the version of a file in the current directory after downloading it. I know there are about 5 ways to get the file version and none of them work.