Reboot iDrac service

17 Apr
ssh to iDrac

racadm racreset soft

Unable to connect to 365 using Outlook 2016

15 Dec

You receive an error saying “outlook needs to be updated before opening”

Need to install the following update https://www.microsoft.com/en-us/download/details.aspx?id=102758

Reclaim space on QNAP via Esxi

9 Nov

So to reclaim the unused space all we had to do is the following:
On a host using qnap storage:

1. use putty or other ssh tool to login to the host
2. run the following command to find the pertinent info about your storage vmfs extents
esxcli storage vmfs extent list
3. You will get a list that should show you the Volume Name, VMFS UUID and some other info choose either the name or the UUID then run the following command:
esxcli storage vmfs unmap -u UUID NUMBER or
esxcli storage vmfs unmap -l VOLUME NAME (use ‘ ‘ if there are spaces)
4. Prepare for a long wait

Unhide group calendar from a Team

12 Nov

By default Teams hides the group calendar from outlook which can be super annoying if you wish to add it as a tab within the Team (Uservoice says full calendar integration is due soon)

To get round this do the following from Powershell (as administrator)

$UserCredential = Get-Credential

$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection Import-PSSession $Session -DisableNameChecking

Set-UnifiedGroup -Identity TeamName -HiddenFromExchangeClientsEnabled:$false

Capita – Solus 3 – Cant download

1 Oct

Despite proxy being removed from Solus 3 interface

Load up regedit. BACKUP REGISTRY BEFORE MAKING CHANGES.* Located in – Hkey_users\S-1-5-18\Software\Microsoft\Windows\CurrentVersion\Inter net Settings\Connections* Within this location there at 2 registry entries.* Remove the 2 registry entries at this location (DefaultConnectionSettings & SavedLegacySettings)Save and exit.• Restart Solus 3 deployment service.This will then allow the solus 3 UI to download and extract the updates.

Reset root password Ubuntu 16:04LTS

5 Aug

This fixed it for me

Enable LDAPS on server

19 Mar

 

Assign Calendar Perms – Powershell

16 Mar

PS C:\Windows\system32> $Cred = Get-Credential

cmdlet Get-Credential at command pipeline position 1
Supply values for the following parameters:
Credential
PS C:\Windows\system32> $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $Cred -Authentication Basic -AllowRedirection
WARNING: Your connection has been redirected to the following URI:
https://ps.outlook.com/PowerShell-LiveID?PSVersion=5.1.17134.858
PS C:\Windows\system32> Import-PSSession $Session -DisableNameChecking

PS C:\Windows\system32> add-mailboxfolderpermission -identity userwhoyouwanttoview@twhf.org.uk:\calendar -user userwhoyouwantohaveaccessto -accessrights editor

FolderName User AccessRights SharingPermissionFlags
———- —- ———— ———————-
Calendar User {Editor}

 

VMWare Fusion VMon mismatch

27 Feb

Credit for the fix – https://www.tweaking4all.com/forum/applemac-hardware/macos-fix-vmware-fusion-version-mismatch-with-vmmon-module/

1. Close VMware Fusion
2. Open the Terminal and execute:

sudo rm -rf /System/Library/Extensions/vmmon.kext

sudo cp -pR /Applications/VMware\ Fusion.app/Contents/Library/kexts/vmmon.kext /System/Library/Extensions/

sudo kextutil /System/Library/Extensions/vmmon.kext

3. Exit Terminal and open Fusion again.

Now … you may run into an error message with the last command.
In that case you can try the following command, or like I had to do: reboot your Mac and try that last command again;

sudo kextunload /System/Library/Extensions/vmmon.kextd

DHCP showing 169 on server

19 Feb

SOLVED: DHCP Server Shows 169.254.99.88

Design a site like this with WordPress.com
Get started