From help here Prevent Write and Execute access to non-approved removable storage using Device Control and Microsoft Intune – imab.dk Name Configure Removable Storage Access Control OMA-URI […]
Block Internet Explorer with AppLocker In Intune
OMA URI : ./Vendor/MSFT/AppLocker/ApplicationLaunchRestrictions/apps/EXE/Policy String : <RuleCollection Type=”Exe” EnforcementMode=”Enabled”> <FilePathRule Id=”70904818-599a-4ccb-90f2-4a7506f08117″ Name=”Block IE 11″ Description=”” UserOrGroupSid=”S-1-1-0″ Action=”Deny”><Conditions><FilePathCondition Path=”C:\Program Files\Internet Explorer\*” /></Conditions></FilePathRule> </RuleCollection>
“The SPN provided in the published application in Azure AD doesn’t match the SPN of the backend application”
Run AADconnect to Sync the SPN settings and delegation to Azure AD
Audit Mode for Attack surface reduction rules in Intune \ Defender
Recently I enabled Audit mode on some Attack surface reduction rules for Essential 8After a weeks worth of Auditing , I needed to track down what if […]
AWS BYOL – License Mobility
After reading this about Azure we now come onto AWS! Microsoft License Mobility – Amazon Web Services (AWS) Like Azure’s Calculator, I was trying to find the […]
Azure Hybrid Benefit and Bring your Own License to Azure
FORTIGATE : Don’t buy from the market place , talk to Fortigate it was 70% cheaper to BYOL Bringing your own Server license to azure works out […]
Fortigate Phase 2 VPN Down then goes back up – request is on the queue
Enable Loggingdiagnose vpn ike log-filter diagnose vpn ike log-filter dst-addr4 %PUBLICIPOFDESTINATIONFIREWALLVPN%diag debug app ike -1 diag debug enableThe Logs showed this ike 0:VPN_SYD:VPN_MEL: using existing connectionike 0:VPN_SYD:VPN_MEL: config […]
Auto Start VM Function Azure
How to remove and Set AD Login Scripts for all users
Import-module ActiveDirectoryGet-ADUser -Filter * | Set-ADUser -Clear scriptPathHow to SetGet-ADUser -Filter * -SearchBase “OU=Marketing,DC=martinsblog,DC=local” | Set-ADUser –scriptPath “\\dc01\netlogon\myscript.bat”
Teams Outlook Addin Not Showing
Register DLLs How to find all DLL’s registered cd “C:\Program Files (x86)\Microsoft\Teams\current\resources\meeting-addin\1.0.22234.1\x86\” RUN CMD As Admin for the below regsvr32 “Microsoft.Teams.AddinLoader.dll” If you don’t run as admin […]