SIS Knowledge Base

Suspended Processes on SQL and How to KILL Them
Open SQL Management Studio. Click NEW QUERY Type  sp_who2 Click EXECUTE On the results, scroll down to the bottom and find the very last suspen...
Fri, 3 Jun, 2022 at 1:47 PM
Enable 'View In File Explorer' using Edge
https://blog.hametbenoit.info/2021/11/01/sharepoint-online-the-view-in-windows-explorer-is-back/#.Yp-iJHbMJ3g First, you need to configure your SharePoi...
Tue, 7 Jun, 2022 at 2:13 PM
Outlook - Change location of OST file
https://docs.microsoft.com/en-us/outlook/troubleshoot/data-files/cannot-change-the-location-of-ost-file 1. Remove Outlook profile in control panel - mai...
Tue, 5 Dec, 2023 at 9:59 AM
Get SID from User Account in Powershell
Get-ADUser  ENTER samAcoutName -like "username"
Mon, 20 Jun, 2022 at 9:44 AM
How to Remotely Logoff Users via Command Line Tools
https://www.nextofwindows.com/windows-tip-how-to-remotely-logoff-users-via-command-line-tools Windows Servers allow the maximum of two concurrent remote...
Tue, 12 Jul, 2022 at 9:14 AM
How Do I Import Files Into VSA?
https://helpdesk.kaseya.com/hc/en-gb/articles/360017878358-How-Do-I-Import-Files-Into-VSA- The VSA contains a way to store files used by Agent Procedure...
Thu, 8 Sep, 2022 at 2:23 PM
Share Archiver - Copy Stubbed Files to New File Server Host using SaUtils.exe
Command to copy files and stubs - SaUtils.exe copy -E --FCOPY F:S -O \\sfni-fs01\users\jr \\sfni-fs02\tes
Fri, 9 Sep, 2022 at 3:16 PM
Get Username from SID and Vice Versa
Use PSTOOLS in c:\pstools psgetsid 'sid'    to get username psgetsid 'usersname' to get sid
Wed, 16 Nov, 2022 at 10:31 AM
Exchange Online Powershell Access
https://lazyadmin.nl/powershell/connect-to-exchange-online-powershell/ Connect-ExchangeOnline -UserPrincipalName bschayot@sessions.legal -ShowProgress $...
Wed, 1 Feb, 2023 at 2:12 PM
Unhide Exchange Online Groups from GAL
Connect to Exchange Online via powershell. Set-UnifiedGroup <UPN> -HiddenFromExchangeClientsEnabled:$false
Tue, 22 Nov, 2022 at 3:09 PM