Recently trying to install a Module in Powershell gallery on a PC , but came back with an error Had a check and No Repos were listed […]
How to create a new Admin RBAC roles for a User in 365 to only manage Shared Mailboxes and Room Mailboxes in 365
Add Management Scopes to only allow access to those types of Mailboxes Add Role groups for those ManagementScopes Add the Users to the Roles in 365 After […]
Why to pay someone to manage your 365 Tenancy
Issue I found with someone trying to manage their 365 tenancy inhouse with no IT knowledge 365 Tenancy set up in the wrong country ( Apparently according to […]
QoS, NBN FTTP, FortiGate and Aruba CX Switches
After installing a new switch and moving the internet over to this , the site went offline Quick topology refresh Symptoms wereFortiGate could ping anything on the internetDevices on […]
How to register azure site recovery agent with powershell cli
This is useful for when you have a hyper v host only nope with CLI and no GUIDRConfigurator.exe /r /friendlyname MyServerName /credentials “C:\Software\vaultname_asr_DayMonthDateYear.VaultCredentials”
The error code was ‘0xc0370029’ (‘Cannot restore this virtual machine to the saved state because of hypervisor incompatibility.
The virtual machine ” is using processor-specific features not supported on physical computer ”. To allow for migration of this virtual machine to physical computers with different […]
Stuff to do after a cryptolocker infection
Disconnect all computers and servers from the Internet ( to stop hack and stop encrypting ) Find the Source of the Hack ( Sometimes this can be as […]
How to add Aruba Accesspoint to Airwave
Add Airwave IP along with a random Key , Organisation should be one of the group names
Javascript to highlight a Day e.g. opening times or highlight a public holiday
Javascript to highlight today’s opening times or a notice about a public holidau
Giving User Granular access to SQL Agent and SSISDB ( Intergration Services Catalog )
SQL AgentGive the user the right role e.g. SQLAgentOperatorRole to msdb ( https://docs.microsoft.com/en-us/sql/ssms/agent/sql-server-agent-fixed-database-roles?view=sql-server-ver15 ) SSISDB ( Intergration Services Catalog ) Give the user the ssis_admin role for the SSISDB […]