Exchange Exporting Mailboxes to PST Files
KB ID 0001360 Problem Applicable To: This procedure works on all versions of Exchange Newer than Exchange 2010 SP1 (update rollup 8). If your Exchange server is OLDER than that you will need to use the following link; Exchange 2007 / 2010 (Pre SP1)- Export Mailbox’s to PST files The following procedure exports a user mailbox to a PST file on a network share. Solution Note: Not Even ‘Exchange Organisation Administrators”...
PowerShell: Find Computers Last Logon Date
KB ID 0001612 Problem I had to find the last time a particular server had logged on for a client the other week, so we knew for sure it was dead! Solution The two commands you may need are; Locate Servers Last Login Time Get-ADComputer -Filter {OperatingSystem -Like ‘*SERVER’} -Properties lastlogondate,operatingsystem | Select name,laslogondate,operatingsystem Locate Clients Last Login Time Get-ADComputer -Filter...
Cant Add Repository to a Scale Out Backup Repository?
KB ID 0001611 Problem When adding repositories to a Veeam Scale Out Backup Repository you may see this error; Unable to add extent {Repository-Name} because it serves as the target for one or more job types which are not supported by a scale-out backup repository Selecting ‘Show jobs’ shows; Backup-Configuration-Job Solution If you didn’t already know, the Backup-Configuration-Job, is a backup of the Veeam database...
Deploy VMware Horizon View (Part 2)
KB ID 0001609 Back in part one we setup SQL and our Composer server, now we will deploy our VMware Horizon View Connection Server(s). Install VMware Horizon View Connection Server On a domain joined Windows server, download and launch the Connection Server installer. Accept the EULA > Next > Acept or change the install location > Next > Select Horizon ‘Standard’ Server > Next > Set a data recovery...
Deploy VMware Horizon View (Part 1)
KB ID 0001608 Note: You don’t need VMware Composer, or SQL, to use Horizon, but if you want to deploy ‘Composed’ pools then you will, (also if you want to maintain an events database), so I’ll cover this first. Below I’m going to create a database for Horizon Composer, and Horizon Events. Then I’ll install Horizon Composer. Horizon View SQL Installation Installing SQL is straight forward enough,...