iPerf – Network Speed

There’s a tool called iPerf which is essentially a CLI speed test server and client. It runs better on Linux because there’s less shenanigans that go on […]

Add User to Azure SQL DB and Assign permissions

How to assign User Connect Permissions to Azure DB[pastacode lang=”sql” manual=”CREATE%20USER%20%5Bemail%40domain.com%5D%20FROM%20EXTERNAL%20PROVIDER%3B” message=”” highlight=”” provider=”manual”/]How to find current Roles assigned to Azure DB[pastacode lang=”sql” manual=”SELECT%20DISTINCT%20pr.principal_id%2C%20pr.name%2C%20pr.type_desc%2C%20%0A%20%20%20%20pr.authentication_type_desc%2C%20pe.state_desc%2C%20pe.permission_name%0AFROM%20sys.database_principals%20AS%20pr%0AJOIN%20sys.database_permissions%20AS%20pe%0A%20%20%20%20ON%20pe.grantee_principal_id%20%3D%20pr.principal_id%3B” message=”” highlight=”” provider=”manual”/]How […]

Error code: 0x80C87012 MgmtServerJobFailed Server error: 0x80C8710D – Azure File Sync

Additional information: Operation identifier: 9fa3da2a-8d8d-4caf-9f9f-0335dcfce690 Server identifier: d155fae0-0363-43d3-afa0-f4e1ba410691 Error code: 0x80C87012 MgmtServerJobFailed Server error: 0x80C8710DNavigate to Server Endpoint creation failed.Job ID: 9fa3da2a-8d8d-4caf-9f9f-0335dcfce690Server Endpoint name: 93fb84e8-179c-42f7-b121-b5901c2a4679ErrorCode: 0x80c8710d – Sync […]

iSCSI

https://datacore.custhelp.com/app/answers/detail/a_id/1691/~/sansymphony-%3A-datacore-settings-relevant-to-the-network—general-overview https://community.spiceworks.com/topic/2344183-the-windows-horror-story-season-002-smb-large-mtu?page=2#entry-9449378

Aruba OS Upgrade

Recently got called into a situation where AP’s had been upgraded and the VC was not available I ran the tasks to find the master : (Instant […]