How to manually uninstall a printer driver in Windows
Came across an interesting issue today where I was unable to remove the printer drivers. I got the message that…
Came across an interesting issue today where I was unable to remove the printer drivers. I got the message that…
When a Lync 2010/2013 desktop client for Windows signs-in, to minimize the bandwidth consumption the Lync client retrieves a lot…
To update, use the command below (2008 and 2012 server compatible) w32tm /config /manualpeerlist:"ntp_server" /syncfromflags:manual /reliable:yes /update change the ntp_server…
So I came across this error while migrating some accounts from On-Premise Exchange 2010 Server to Exchange Online. Error: The…
No one intends this but it is a problem that sooner or later you will be come across in your…
I had trouble finding the Quest AD Powershell Cmdlets today. I knew Quest got acquired by Dell but I thought…
Depending on how your Windows servers are configured, you may need to disable SSL v3. Note that older versions of…
This article applies to Outlook 2007 and 2010. If you are experiencing this issue with other mail clients, please contact…
$users = Get-ADGroupMember "AD Group with Users to be Enabled for ActiveSync" foreach ($line in $users) { $user = $line.samaccountname…