Microsoft One Drive: Analysis, Pros &Cons of Using It
May18

Microsoft One Drive: Analysis, Pros &Cons of Using It

KB ID 0001439 There are a lot of cloud storage options available on the market. More and more companies make their own cloud storage service. This is why it can be tricky to pick the right service for you. Also, you need to take into consideration a lot of things before you select a cloud storage service. The level of security, its features, and the price are just some of them. In this article, we are going to talk about Microsoft One...

Read More
PowerShell: Finding Stale User and Computer Accounts
May15

PowerShell: Finding Stale User and Computer Accounts

KB ID 0001438 Problem I do this a lot, (usually prior to big migrations), most organisations have no mechanism for removing old users and computers from Active Directory, some don’t even disable the accounts. Find Users Who Have Never Logged On Use the following PowerShell Command; Get-ADUser -Filter { LastLogonDate -notlike “*” -and Enabled -eq $true } -Properties LastLogonDate | Select-Object @{...

Read More