by Tiempo | Apr 22, 2017 | FreeNAS
Issue: RAID is in a degraded state, however the hard drive has not “failed” – instead is showing too many errors. As it has not failed, you cannot see which drive has the errors when viewing the list of drives. Method: 1/ Run command: zpool status...
by Tiempo | Apr 20, 2017 | Exchange Online, PowerShell
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...
by Tiempo | Apr 20, 2017 | Exchange Online, Office 365
Item: How to connect to Exchange online (Office 365) via Powershell Method: 1\ Open PowerShell and run : $UserCredential = Get-Credential 2\ Enter user credentials into window which appears 3\ Enter command: $Session = New-PSSession -ConfigurationName...
by Tiempo | Jun 8, 2016 | Windows, Windows 7, Windows Vista, Windows XP
Issue: If a Windows service is stuck in stopping or starting, you can force quit the service. Method Find service’s short name (Look in services.msc – it is displayed as “Service Name”) Open command prompt with admin privledges enter the...
by Tiempo | Mar 11, 2016 | Windows
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/...