Questions tagged [o365security-compliance]

42 questions
0
votes
1 answer

How to send programmatically encrypted email using Azure Information protection C#

I would like to send encrypted emails through console application built in C#. My org has AIP implemented and would like to leverage either sensitivity labels or AIP, I tried adding sensitivity using headers as Company-Confidential but it does not…
0
votes
1 answer

New-JournalRule cmdlet not recognized when trying to use with EXO V2 (with app based authentication)

It appears the New-JournalRule cmdlet is not available in ExchangeOnline(EXO) V2 module. When trying to use this cmdlet I get the error,'The term 'New-JournalRule' is not recognized...' I get the error after importing the V2 module and connecting.…
0
votes
1 answer

Will previous account without MFA continue to work with Exchange Online PowerShell V2 (EXO V2) module

For our solution we use EXO V1. We use an account that does not have MFA enabled to create a session with O365 exchange as a service to get exchange(O365) information. Now we were planning to migrate to EXO V2. We wanted to understand will our…
0
votes
0 answers

In region data storage with AWS S3

In one of my product I want the following compliances to be available in-transit data protection Data-protection at rest In regions data storage I am using AWS S3 for data storage What I know till now is If I use HTTPS (with AWS or ant 256bit…
0
votes
0 answers

How to get private channel conversation of MS teams by using content search?

I have One Team and two public channels and two private channels in that. Team -- Members(M1,M2,M3), Private Channel 1 -- Members(M1,M2), Private Channel 2 -- Members(M1,M3), Public Channel 1 -- Members(M1,M2,M3), Public Channel 2 -- --…
0
votes
1 answer

Sharepoint Authentication using o365 token - .net core

I have a token generated by o365 authentication can I use the same token to make request to the SharePoint using .netcore I have seen many blogs but those are working with .net (not working with .netcore) Note : I used this dll which is used for…
0
votes
2 answers

Can the MAPI is disabled in Outlook 365?

I just wanted to know if I can disable MAPI in outlook 365 in order to prevent the cyber attack using ruler/MAPI? If I disable the MAPI, will the clients email flows be affected ? or Is there any business impact if I disable the MAPI? Also, some…
0
votes
0 answers

Parameter -RoomList cannot be found

I am trying to create new room distribution list in O365 for my company via PowerShell. I want to list those rooms in MS Teams so I can book via Teams client From what I learned, the steps are pretty straightforward Create new distribution list…
Mythago
  • 921
  • 2
  • 9
  • 16
0
votes
1 answer

Grant O365 Management API permissions to a managed identity

I'm trying to use an Azure Function to collect the O365 Activity Logs with the O365 Management API. I would want to do this with the function managed identity, but I currently can't find a way to give the delegated API Permission "Read activity data…
0
votes
1 answer

Renew the Access Token using App Client ID

I am creating the accesstoken using below command: Get-ADALAccessToken -AuthorityName exterrobiz.onmicrosoft.com -ClientId a0c73c16-a7e3-4564-9a95-2bdf47383716 -ResourceId https://ps.compliance.protection.outlook.com/PowerShell-LiveId -RedirectUri…
Samraj
  • 83
  • 2
  • 11
-1
votes
1 answer

Trying to create a delete email powershell script

I am new to powershell scripting and I am trying to create a script that I can tweak as needed to delete phishing emails from exchange. So far I have this: Import-Module ExchangeOnlineManagement Connect-IPPSSession -UserPrincipalName…
-1
votes
1 answer

How do i construct a script that can check the Azure Tentant and enable MFA for Admins?

Hello Stack Overflow, I'm encountering the following issue. I'm trying to create a script that will check what administrator accounts are present on the O365 tenant and enable automatically for them MFA so that, the next time they will log in the…
1 2
3