PowerShell

Intune | How to upload new system without CSV?

I have tested the script Get-WindowsAutoPilotInfo.ps1 with the -online option to see how it went, to upload the system information of a new system out of the box. In fact this procedure is pretty simple. And it’s useful in case you didn’t get a CSV file from the supplier where you bought the devices ( […]

Intune | How to upload new system without CSV? Read More »

Windows | Start powershell direct in the Command Prompt

I think some people already know but it could be useful to know. How to start powershell when you already opened a command line prompt Run a command prompt in adminsitrative mode To activate powershell. You need to enter the command: Powershell if you type the command: get-help get (You will get all the powershell

Windows | Start powershell direct in the Command Prompt Read More »

Microsoft Active Directory | How to find locked out users via PowerShell

Today I was looking for an easy way to find out if there were users locked out. After some looking around i found the following command in the “Active Directory Module for Windows Powershell” Go to Start > All Programs > Administrative Tools > “Active Directory Module for Windows PowerShell” Run this application as Administrator.

Microsoft Active Directory | How to find locked out users via PowerShell Read More »