Archive Post

Sharp MFP Scan to Network shared folder

On windows 10 in order for scan to network to…

Stop Windows Defender Service on Windows 10

Open powershell as administrator Set-MpPreference -DisableRealtimeMonitoring $true Set-MpPreference -DisableRealtimeMonitoring $false…

Useful Windows Commands

net stop spooler net start spooler appwiz.cpl eventvwr devmgmt.msc   …

Get Users with a specific Office 365 License

Sometimes we need to get users with a specific Get-MsolUser…

Useful Powershell commands for Active Directory

> Get-ADComputer -SearchBase "OU=OU1,OU=OU2,OU=OU3,DC=domain,DC=com" -Filter * -Prop erties * |…

Useful PowerShell Commands for Office 365 Administration

Users Get-MsolUser -UserPrincipalName xxxx Groups Get-Group -Identity xxxx Get-DistributionGroup -Identity…

Delete an object from Azure AD synced from On Premise

Sometimes we need to delete an object from Azure AD…