A collection of IT Information
This site is just a place where i can dump important information related to IT
for personal use..
On this Article you will find several commands that ease Daily tasks
How to check a Active Dicrectory users last login time, Simply open powershell
Copy/Paste the command below, replace USERNAME with actual windows username.
Get-ADUser -Identity USERNAME -Properties LastLogon | Select Name, @{Name='LastLogon';Expression={[DateTime]::FromFileTime($_.LastLogon)}}
Check last time a user changed their password with the command below.
get-aduser -identity USERNAME -properties passwordlastset | ft Name, passwordlastset
Setup your very own Virtual Environment
Create a windows executable application
using a windows built in compiler
Create and manage your very own
Ad Blocker (in seconds)
Need a secure connection to your
private network?
Write a short summary of what problem the article will solve. Use step-by-step instructions to help people solve the issue.
Step 1
Step 2
Step 3
To make your site easier to navigate and save space, make this section collapsible. Learn how to add collapsible text.
Write a short summary of what problem the article will solve. Use step-by-step instructions to help people solve the issue.
Step 1
Step 2
Step 3
Write out a description to describe the problem. Consider breaking out the solution into small steps to make it easy for someone to solve themselves.
What should users do first?
Next step for solving the problem
Next step for solving the problem
Write a short summary of what problem the article will solve. Use step-by-step instructions to help people solve the issue.
Step 1
Step 2
Step 3
Write a short summary of what problem the article will solve. Use step-by-step instructions to help people solve the issue.
Step 1
Step 2
Step 3