Few days ago my boss asked me to check one hard drive. I was able to get everything. However next time when we connected this hard drive windows asked us to format it (RAW ). This is how I fixed it. Go to Disk Management . Right click on problematic…
windows
Simple like that: Get-Mailbox -resultsize unlimited | Where {$_.Emailaddresses -Match “@my_domain.com”} | Select Name, Emailaddresses If you sure that it is primary smtp address you can write like Get-Mailbox -resultsize unlimited | Where {$_.Emailaddresses -Match “@my_domain.com”} | select name, PrimarySmtpAddress
Sometimes Windows has problem with activation. We can easy solve this problem from command line. Activation Windows from Command Line: Find CMD and “Run as administrator” Type: slmgr -ipk your-mak-key-here If everything went well you will see this windows Type: slmgr -ato Deactivation Windows from Command Line: Find CMD and…
Problem Stuck Job Print. Probably everyone who has printer experienced problem with stuck documents in queue. This is my solution how to fix this problem. Solution1: Open Services. Find and stop Service Print Spooler. Open RUN and past %windir%\System32\spool\PRINTERS Delete all files in this folder. Open Services and start Service…