User Profile
Livi_1
Copper Contributor
Joined Jun 28, 2020
User Widgets
Recent Discussions
Microsoft recommended block rules for DLLs
Has anyone has experience working with the DLL rules. Currently we have implemented Microsoft recommended block rules and noticed it is blocking a lot of application dlls. The blocked dll is frhook.dll. Our initial thoughts would be that these dlls would be included within the microsoft allowed dll's, however I think that might not be the case. Does anyone know what is within the list of allowed DLLs within the Microsoft block rules? An example from the code integrity logs is: Code Integrity determined that a process (\Device\HarddiskVolume3\Program Files\Windows Defender Advanced Threat Protection\MsSense.exe) attempted to load \Device\HarddiskVolume3\Windows\System32\FRHook.dll that did not meet the Windows signing level requirements. Reference: https://learn.microsoft.com/en-us/windows/security/threat-protection/windows-defender-application-control/applocker/dll-rules-in-applocker10KViews0likes3CommentsImproving security for shared mailboxes or generic user accounts
Hi, Our organisation uses generic accounts for each location for example, mailto:location@company.com Recently we have seen an increase in attempts to login to these generic accounts and I'm trying to find a better way to do this. Just want to get some feedback on these options that I have in mind and see if there are any other suggestions out there? 1. Use a shared mailbox - but maybe put some conditional access policies on it to improve security. I think going with this option will mean that I can't use multi-factor authentication (MFA) 2. Use a generic account - but forward the emails to an individual within the organisation and block sign-ins to the generic account. Still apply the requirement for MFA on the generic account (Can I still receive emails if I block sign-ins from Azure) 3. Can't really think of another way..Solved9.4KViews0likes4CommentsRe: Improving security for shared mailboxes or generic user accounts
Its easy to manage. However I noticed the groups that were created in Teams did not automatically appear within Outlook. So if anyone is having similar issues, I found this article https://techcommunity.microsoft.com/t5/microsoft-365-groups/office-365-groups-not-visible-in-outlook-client/m-p/275611 You have to change the value in Exchange Powershell: Set-UnifiedGroup -Identity "group name" -HiddenFromExchangeClientsEnabled:$false I only had to do it for one group so that made it easy.9.2KViews0likes1CommentUsing sharepoint site scripts on creation of a new Team
Hi, Does anyone know if there is an ability to customise the associated SharePoint site when a new team is created? We are using SharePoint for document management including metadata, lists, workflows. It would be great if we can configure new teams creation to link to a site script. ThanksRe: Uninstall application using intune
computernations63 Oliver Kieselbach Hi, I am also trying to configure intune to uninstall an application that was not pushed through intune. The application is Citrix Receiver, however the .exe file comprises of multiple .msi packages. I believe to successfully uninstall it, I will need to uninstall all the individual packages. Do you have any suggestions how I can go about this using one .intunewin file instead of having multiple files? Thanks.217KViews0likes2Comments
Recent Blog Articles
No content to show