SIS Knowledge Base

How to enable Power Shell modules on Windows 2012-2016 servers
https://angrysysops.com/2022/01/21/powershell-warning-unable-to-resolve-package-source-https-www-powershellgallery-com-api-v2/
Tue, 6 Dec, 2022 at 4:00 PM
Allow or prevent custom script in Sharpoint
https://learn.microsoft.com/en-us/sharepoint/allow-or-prevent-custom-script
Mon, 12 Dec, 2022 at 10:20 AM
Removing Exchange Permissions Using Powershell
Remove-MailboxPermission wfassbender@sessions.legal -User "bschayot@sessions.legal" -Deny -InheritanceType All -AccessRights FullAccess REMOVE...
Thu, 9 Feb, 2023 at 3:36 PM
Outlook Rules deleting emails
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/how-to-create-an-outlook-profile-using-mfcmapi Run Mfcmapi tool Ok Session Log...
Fri, 17 Feb, 2023 at 10:28 AM
MFCMapi utility
https://learn.microsoft.com/en-us/archive/blogs/hkong/how-to-delete-corrupted-hidden-inbox-rules-from-a-mailbox-using-mfcmapi
Wed, 15 Mar, 2023 at 1:25 PM
Code for Outlook prompt before sending
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)     Dim result As VbMsgBoxResult     result = MsgBox("Do you need to includ...
Tue, 25 Apr, 2023 at 4:20 PM
Mailbox still visible in Outlook after removing permission
Mailbox still visible in Outlook after removing permission Additional mailbox still appears in Outlook after removing permission. Learn how to fix shar...
Mon, 10 Jul, 2023 at 11:29 AM
Enable Access to Create List Templates in SharePoint
Connect-SPOService -Url https://sessions586-admin.sharepoint.com/ Set-SPOSite "https://sessions586.sharepoint.com/sites/USAMMasterBondandLicenseTea...
Mon, 28 Aug, 2023 at 3:24 PM
How to Stop Automatic Upgrade to Windows 11
https://woshub.com/block-auto-update-windows-version/#:~:text=Open%20the%20Local%20Group%20Policy,Windows%2010%202004%20and%20newer).
Mon, 11 Sep, 2023 at 3:46 PM
How to view SharePoint in file explorer
View in file explorer: Ensure Edge version is above 93 Run below PowerShell command: >Connect-SPOService -Url https://sessions586-admin.sharepoin...
Fri, 29 Sep, 2023 at 12:34 PM