Month: July 2018
Sharp MFP Scan to Network shared folder
On windows 10 in order for scan to network to work we will need to…
Stop Windows Defender Service on Windows 10
Open powershell as administrator Set-MpPreference -DisableRealtimeMonitoring $true Set-MpPreference -DisableRealtimeMonitoring $false For more information https://superuser.com/questions/1046297/how-do-i-turn-off-windows-defender-from-the-command-line
Useful Windows Commands
net stop spooler net start spooler appwiz.cpl eventvwr devmgmt.msc to open device manager…
Get Users with a specific Office 365 License
Sometimes we need to get users with a specific Get-MsolUser -MaxResults 15000 | Where-Object {($_.licenses).AccountSkuId…