scripts

Hi this is my easy way to export all mailboxes to PST on the Exchange servers. Step1: We have to give our user permission to EXPORT mailboxes. New-ManagementRoleAssignment -role “Mailbox Import Export” -User OUR_USER Step2: Please create folder where you want to save PST files. Step3: Export user names. Get-mailbox|…

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…