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 »

Microsoft Active Directory | How to remove many computers va Powershell

Today I had an active directory with many old computer accounts. I was looking for a good and nice PowerShell command to get all the old computers accounts in my screen. who hadn’t login for a long time. Logon to the Domain controller > Go to the Active Directory Module for Windows PowerShell and use

Microsoft Active Directory | How to remove many computers va Powershell Read More »

Generate and import commands differences between exchange 2007 & 2010

During a project of my work. When I were installing an Exchange 2010 server. Used I a manual which some colleagues of my made. But during this installation and at the point of the certificate installation and generation I figured out that they used the Exchange 2007 powershell commands instead of the also available Exchange

Generate and import commands differences between exchange 2007 & 2010 Read More »