Change email address of Office 365 Group

Item: Change the email address of an Office 365 group. For example, if you create an Office 365 group when the default domain was domainA.com – then the group would have an email address at domainA.com, even if you change the domain name. Method: 1/ Connect to...

Windows: Change user’s group membership via command line

Issue: With newer versions of Windows OS, you no longer have the option to adjust what groups a user a member of (For example if you have Sophos installed, there would be a SophosAdministrator group). To change this, you can do this via command line.   Method: 1/...

Digital Signature error for Mac OS X Updates

Issue: When attempting to install the EFI Firmware Update for MacBook Pro, the update would attempt to install but fail with the message: An error has occurred The digital signature on MacBook Pro EFI Firmware Update is missing or is invalid. The update may have been...

Windows Scripting – Output date in user configured format

set thedate=%date:~6,4%-%date:~3,2%-%date:~0,2% set thetime=%time:~0,2%%time:~3,2% For Example: =%date:~6,4% Outputs the date, then takes 4 characters from the 6th Character. Depending on location: Date will show DD-MM-YYYY Sp: %date:~6,4% = YYYY %date:~3,2% = MM...

Robocopy with logs

set thedate=%date:~6,4%-%date:~3,2%-%date:~0,2% set thetime=%time:~0,2%%time:~3,2% set thelog=RoboCopyReport-%thedate%_%thetime%.txt set source=I:\ set destination=Y:\ robocopy %source% %destination% /E /ZB /DCOPY:T /COPYALL /R:1 /W:1 /V /TEE /XD $Recycle.bin /XD...

Office 2011 for Mac: Remove license file

Issue: – You want to remove an Office 2011 for Mac license from a machine, – You want to re-install Office 2011 for Mac but can’t find your installation code.   To Remove License: To remove an Office 2011 license from Mac OS X, navigate...

SBS 2008: No Exchange mailbox created for new users

Mailboxs are not created for new users created in SBS 2008, Error in log (C:\Program Files\Windows Small Business Server\Logs\AddUser.log) [8120] 090515.192332.7283: Messaging: MessagingTaskException: Unable to find default mailbox database with name [Mailbox...

SBS 2011: “Add new user” wizard fails to create mailbox

SBS 2011 add user wizard fails to create Exchange mailbox, Review log: C:\Program Files\Windows Small Business Server\Logs\adduser.log [600] 110124.182639.8611: Messaging: Executed management shell command: get-MailboxDatabase [600] 110124.182639.8954: Messaging: End...

SBS: Hard drive space clean up

SBS 2008 DATASERVICECOMPONENTS.LOG Open Services.msc > Stop the “Windows SBS Manager Service” service Delete the following log: C:\Program Files\Windows Small Business Server\Logs\MonitoringServiceLogs\DataServiceComponents.Log Restart...

Give local admin rights to run batch jobs

To allow a user to run a scheduled task / script, will need to allow that user to run batch jobs on the local machine. Link: Give the built-in Administrators group the right to logon as batch job for Windows SBS 2011 Standard...

Disable hibernation on Windows system

To disable hibernation in Windows (And to remove the Hiberfil.sys file), run the following command under elevated command prompt: powercfg.exe /hibernate off Link: How to disable and re-enable hibernation on a computer that is running...

Exchange 2007: Export mailboxes to PST

To export mailbox from an Exchange 2007 server to PST file: 32 bit system must be used which is connected to the domain, Exchange Management Server 2007, Outlook 2003 Export single mailbox: Export-Mailbox -Identity Administrator -PSTFolderpath \\Mail\pst\ Export...

Teamviewer v Kaspersky Security Software

Issue: Unable to configure Kaspersky application when accessing machine via Teamviewer. Resolution: Kaspersky PURE self-defense component blocks any remote access to the application settings. Teamviewer must be added as trusted application....

SBS 2011 Backup – Not enough space

Note: Please read the “IMPORTANT INFORMATION” link!!! Issue: Running the SBS backup on SBS 2011 fails with the warning below even though backup drive and system drives have enough free space: There is not enough disk space to create the volume shadow copy on the...

Windows 7: Blank icons in hidden notification area

Issue: When expanding the hidden icons in the notification area (next to the clock), your get a number of “blank” tiles where icons should be. (Or in my case, a whole screen of blank tiles with only 3 real icons)   Resolution: Clear Tray icon and...

SBS POP3 Connector Log Location

Location of the SBS 2011 POP3 Connector Log: C:\Program Files\Windows Small Business Server\Logs\pop3connector\Pop3service.log To create a new Pop3service log, you will need to stop the Windows SBS POP3 Connector service, rename the log file, and restart the service....