Tag Archives: microsoft
News webpart rollup image missing
Since yesterday we are experiencing a issue that the rollup image does not load from the newspage banner. The workarround for us is to upload the image at the page details pane. Anyone else have the same issue?
Since yesterday we are experiencing a issue that the rollup image does not load from the newspage banner. The workarround for us is to upload the image at the page details pane. Anyone else have the same issue? Newspage BannerNews WebpartPage details pane Read More
Activat Device CAD (Server 2019) – not RDS CAL
Hello,
I am new in this forum. I am dealing with Software Development for decades but administration of (Microsoft) Servers is quite new to me.
We have a single server running and 10 clients attached to it.
Now we need more clients to have access to this server and – as far as I was told – we need more CALs (device not user CALs).
If found hundreds of instructions on how to install “RDS CALs” and I was told that there is a difference between RDS CALs and normal device CALs for more users. (We do not need remote desktop).
So my question is:
How do I install the devices CALs in Windows Server 2019.
As I said we are not talking about RDS CALs.
Can anybody tell me how to do that?
Thank you in advance.
Hello, I am new in this forum. I am dealing with Software Development for decades but administration of (Microsoft) Servers is quite new to me. We have a single server running and 10 clients attached to it.Now we need more clients to have access to this server and – as far as I was told – we need more CALs (device not user CALs). If found hundreds of instructions on how to install “RDS CALs” and I was told that there is a difference between RDS CALs and normal device CALs for more users. (We do not need remote desktop). So my question is:How do I install the devices CALs in Windows Server 2019.As I said we are not talking about RDS CALs. Can anybody tell me how to do that? Thank you in advance. Read More
Old outlook design – issues with rules not working, not visible at all
So I have few rules that suddenly got disabled (actually completely gone would be correct phrase), and I get this error:
“There was an error reading the rules from the server. The format of the server rules was not recognized.”
I tried running all regular routines Copilot posted back to me:
– Windows updates, Outlook updates, Dell updates (there was a new BIOS firmware update missing, but applying this didn’t sort out the issue)
– rules are not visible at all in Outlook, tried creating a new Outlook profile but error was still there
– tried resetting SRS files, and creating new OST file, and did both options on cached exchange modes, tried with disabling all add-ins for possible conflicts (no, none of this resolved the issue)
Check on the webmail confirms that rules are there and working (this is about exchange account). Tried new Outlook and yes rules are visible and working there too. Switching back to old Outlook error pops out again and rules are not visible at all (therefore it’s not possible to switch them off and on again).
If you ask me new Outlook design is just fine, but so many members is hooked up to the old Outlook, and I am trying to find solution for them.
Any help, thoughts you could share here would be appreciated.
Thanks!
So I have few rules that suddenly got disabled (actually completely gone would be correct phrase), and I get this error:”There was an error reading the rules from the server. The format of the server rules was not recognized.” I tried running all regular routines Copilot posted back to me:- Windows updates, Outlook updates, Dell updates (there was a new BIOS firmware update missing, but applying this didn’t sort out the issue)- rules are not visible at all in Outlook, tried creating a new Outlook profile but error was still there- tried resetting SRS files, and creating new OST file, and did both options on cached exchange modes, tried with disabling all add-ins for possible conflicts (no, none of this resolved the issue) Check on the webmail confirms that rules are there and working (this is about exchange account). Tried new Outlook and yes rules are visible and working there too. Switching back to old Outlook error pops out again and rules are not visible at all (therefore it’s not possible to switch them off and on again). If you ask me new Outlook design is just fine, but so many members is hooked up to the old Outlook, and I am trying to find solution for them. Any help, thoughts you could share here would be appreciated.Thanks! Read More
Clients do not access shared resources when the domain controller is unavailable
Good morning,
I need help to solve this problem.
My network structure is composed of a DC (maindc) and 3 other servers located on different sites.
The client PCs access the shared resources from the site where they are located.
When the DC is not available it happens that the client PCs do not reach the shared resources (distributed printers, shared folders).
Does anyone have any idea how I can solve this problem?
Thank you for your help
Good morning,I need help to solve this problem.My network structure is composed of a DC (maindc) and 3 other servers located on different sites.The client PCs access the shared resources from the site where they are located.When the DC is not available it happens that the client PCs do not reach the shared resources (distributed printers, shared folders).Does anyone have any idea how I can solve this problem?Thank you for your help Read More
Azure Openai Whipser REST endpoints
I wanted to use Whisper deployed through Azure OpenAI but I am having trouble finding the right resources for it.
I am trying to integrate a translator using Whisper in a flutter app that will take multilingual input and give out the output in english.
Right now the transcription is working using this endpoint:
https://<dep>.openai.azure.com/openai/deployments/<name>/audio/transcriptions?api-version=2024-02-01
and structuring the request like:
What is the endpoint for translation and other services?
I wanted to use Whisper deployed through Azure OpenAI but I am having trouble finding the right resources for it.I am trying to integrate a translator using Whisper in a flutter app that will take multilingual input and give out the output in english.Right now the transcription is working using this endpoint:https://<dep>.openai.azure.com/openai/deployments/<name>/audio/transcriptions?api-version=2024-02-01and structuring the request like:var uri = Uri.parse(whisperEndpoint); var request = http.MultipartRequest(‘POST’, uri) ..headers[‘api-key’] = whisperApiKey ..files.add(await http.MultipartFile.fromPath(‘file’, filePath));What is the endpoint for translation and other services? Read More
How do I Complain on Shopsy,,-)0816/753/4393_
How do I Complain on Shopsy,,-)0816/753/4393_
How do I Complain on Shopsy,,-)0816/753/4393_ Read More
Smart album with tag
Hi there,
is it possible to create a smart album which contains all pictures with a given tag (including new ones)?
Br
Hi there, is it possible to create a smart album which contains all pictures with a given tag (including new ones)? Br Read More
Azure Entra User OAuth with NextJS14
Hi all,
I am currently developing community web application using NextJs14 for an organization. I am hoping to integrate Azure Entra service as a user management service to secure the application. My current requirements are,
Onboard guest users and SSO with third party providers like Google
Manage organization member users
Role base access control for the web application (Ex: creating a user group for admins and only admins should be able to access to the application admin dashboard)
Is anyone has integrated Azure Entra with NextJs14 app router while achieving above requirements.
I have tried to find sample project or documentation which explain the integrating process, but I couldn’t found much, specially how to add custom roles to the users (admins) and implement authorization restrictions on the web pages like admin dashboards.
Also is NextAuth.js library supports for the RBAC with Microsoft Entra out of the box, or is there any alternatives.
Hi all, I am currently developing community web application using NextJs14 for an organization. I am hoping to integrate Azure Entra service as a user management service to secure the application. My current requirements are, Onboard guest users and SSO with third party providers like Google Manage organization member usersRole base access control for the web application (Ex: creating a user group for admins and only admins should be able to access to the application admin dashboard)Is anyone has integrated Azure Entra with NextJs14 app router while achieving above requirements. I have tried to find sample project or documentation which explain the integrating process, but I couldn’t found much, specially how to add custom roles to the users (admins) and implement authorization restrictions on the web pages like admin dashboards. Also is NextAuth.js library supports for the RBAC with Microsoft Entra out of the box, or is there any alternatives. Read More
Connect to Exchange Managment Shell using an account in a trusted domain
There are a couple of AD DS Domains relevant here, which I’ll call USER (users log into here on a day-to-day basis, workstations and the majority of servers in the estate are all joined here) and RESOURCE (Exchange is installed here). Exchange Mailboxes have an AD User object in RESOURCE Domain, which is disabled, and have the LinkedMasterAccount set as the user’s account in USER.
A Two-way External trust exists between USER and RESOURCE domains. IT Staff have admin accounts in both USER and RESOURCE domains.
We’ve recently audited the RBAC roles we have set up in Exchange, and they need a little care and attention. One of the issues is that admin accounts in the RESOURCE domain aren’t maintained anywhere near as well as those in the USER domain, so I’m trying to delegate all the necessary access to manage Exchange to the admin accounts in USER instead, so that we don’t have separate admin accounts in RESOURCE to maintain.
I’ve managed to set up Linked Role Groups in the USER Domain, mirroring the built-in ones as well as creating some more granular ones that we need, and these seem to work as expected in ECP. However, they don’t seem to be able to connect to any of the Exchange servers from Exchange Management Shell, instead giving the error:
New-PSSession : [exchangeserver1.resource.org] Connecting to remote server exchangeserver1.resource.org failed with the
following error message : WinRM cannot process the request. The following error occurred while using Kerberos
authentication: Cannot find the computer exchangeserver1.resource.org. Verify that the computer exists on the network
and that the name provided is spelled correctly. For more information, see the about_Remote_Troubleshooting Help topic.
It loops through all the Exchange servers in the environment, giving the same error.
This error occurs from a management box with the Exchange Tools installed, as well as from an Exchange server itself, when logged in as a USER admin account. Logging into the same servers with a RESOURCE admin account connects and works as expected.
Is there something else I need to set up or configure to allow USER accounts to authenticate? As far as I can tell, the permissions are all delegated correctly.
Many thanks
There are a couple of AD DS Domains relevant here, which I’ll call USER (users log into here on a day-to-day basis, workstations and the majority of servers in the estate are all joined here) and RESOURCE (Exchange is installed here). Exchange Mailboxes have an AD User object in RESOURCE Domain, which is disabled, and have the LinkedMasterAccount set as the user’s account in USER. A Two-way External trust exists between USER and RESOURCE domains. IT Staff have admin accounts in both USER and RESOURCE domains. We’ve recently audited the RBAC roles we have set up in Exchange, and they need a little care and attention. One of the issues is that admin accounts in the RESOURCE domain aren’t maintained anywhere near as well as those in the USER domain, so I’m trying to delegate all the necessary access to manage Exchange to the admin accounts in USER instead, so that we don’t have separate admin accounts in RESOURCE to maintain. I’ve managed to set up Linked Role Groups in the USER Domain, mirroring the built-in ones as well as creating some more granular ones that we need, and these seem to work as expected in ECP. However, they don’t seem to be able to connect to any of the Exchange servers from Exchange Management Shell, instead giving the error:New-PSSession : [exchangeserver1.resource.org] Connecting to remote server exchangeserver1.resource.org failed with the
following error message : WinRM cannot process the request. The following error occurred while using Kerberos
authentication: Cannot find the computer exchangeserver1.resource.org. Verify that the computer exists on the network
and that the name provided is spelled correctly. For more information, see the about_Remote_Troubleshooting Help topic. It loops through all the Exchange servers in the environment, giving the same error. This error occurs from a management box with the Exchange Tools installed, as well as from an Exchange server itself, when logged in as a USER admin account. Logging into the same servers with a RESOURCE admin account connects and works as expected. Is there something else I need to set up or configure to allow USER accounts to authenticate? As far as I can tell, the permissions are all delegated correctly. Many thanks Read More
Robocopy Command Line Interface (CLI)
“`bat
C:WindowsSystem32>robocopy D:Intel C:Robotest /E /L
Result: no errors
C:WindowsSystem32>robocopy D:Intel C:Robotest /E /L /COPYALL
Result: no errors
Exploring the content in the D drive:
C:WindowsSystem32>robocopy D:____________BackupHome C:Robotest /E /L /COPYALL
——————————————————————————-
ROBOCOPY :: Robust File Copy for Windows
——————————————————————————-
Started : Monday, August 7, 2023 12:13:08 PM
Source – D:____________Backup
Dest – C:WindowsSystem32ItemsHome
Files :
Options : /DCOPY:DA /COPY:DAT /R:1000000 /W:30
——————————————————————————
ERROR : Invalid Parameter #3 : “C:Robotest”
Usage Example: ROBOCOPY source destination /MIR
source :: Source Directory (drive:path or \serversharepath).
destination :: Destination Dir (drive:path or \serversharepath).
/MIR :: Mirrors an entire directory tree.
For more usage information, run ROBOCOPY /?
*Note: /MIR can DELETE files in addition to copying them!*
C:WindowsSystem32>
Q: Why is robocopy not accepting the destination directory, “C:Robotest”, as it did before? What could be the solution?
“`
“`batC:WindowsSystem32>robocopy D:Intel C:Robotest /E /LResult: no errorsC:WindowsSystem32>robocopy D:Intel C:Robotest /E /L /COPYALLResult: no errors Exploring the content in the D drive:C:WindowsSystem32>robocopy D:____________BackupHome C:Robotest /E /L /COPYALL ——————————————————————————-ROBOCOPY :: Robust File Copy for Windows——————————————————————————- Started : Monday, August 7, 2023 12:13:08 PMSource – D:____________BackupDest – C:WindowsSystem32ItemsHome Files :Options : /DCOPY:DA /COPY:DAT /R:1000000 /W:30 —————————————————————————— ERROR : Invalid Parameter #3 : “C:Robotest” Usage Example: ROBOCOPY source destination /MIR source :: Source Directory (drive:path or \serversharepath).destination :: Destination Dir (drive:path or \serversharepath)./MIR :: Mirrors an entire directory tree. For more usage information, run ROBOCOPY /? *Note: /MIR can DELETE files in addition to copying them!* C:WindowsSystem32> Q: Why is robocopy not accepting the destination directory, “C:Robotest”, as it did before? What could be the solution?“` Read More
Laptop automatically restarts when the lid is opened.
After closing my laptop lid and opening it later, instead of waking up from sleep mode, the laptop is unexpectedly performing a full restart. This issue persists even after adjusting the settings to disable automatic restart in Advanced System Settings. To troubleshoot this further, I re-enabled automatic restart but now encounter a different problem – the screen remains black upon opening the lid, with no response to input from the mouse or keyboard. I am forced to perform a manual shutdown each time this occurs. How can I address the unexpected restarts and the black screen issue that only arise when I close and reopen the laptop lid?
After closing my laptop lid and opening it later, instead of waking up from sleep mode, the laptop is unexpectedly performing a full restart. This issue persists even after adjusting the settings to disable automatic restart in Advanced System Settings. To troubleshoot this further, I re-enabled automatic restart but now encounter a different problem – the screen remains black upon opening the lid, with no response to input from the mouse or keyboard. I am forced to perform a manual shutdown each time this occurs. How can I address the unexpected restarts and the black screen issue that only arise when I close and reopen the laptop lid? Read More
Optimal Sleep and Wake Strategies for Windows 11 Desktop PCs
Hey all! After scouring the forum, all I could find were discussions about laptops – nothing on desktops.
I’m in the process of putting together a new setup for Win 11 (featuring Ryzen 7700, Asus TUF B650M motherboard, 32 GB Corsair Dominator DDR5 6000 MT/s, 2 TB Samsung 990 Pro NVMe SSD) to replace my current rig. I practically live on my PC, clocking in around 12-14 hours a day, and I prefer to pick up where I left off each day without having to start from scratch. The idea of cold booting daily doesn’t appeal to me unless absolutely necessary.
I’m conflicted about the best approach for my new setup and long-term performance during my downtime:
Option 1: Daily Sleep – Potential RAM performance slowdown to 5200 MT/s until the next reboot due to an old unresolved bug. Would the drop from 6000 to 5200 be a significant issue for my everyday usage? I’m unsure. It’s disappointing to not get the full 6000 MT/s I paid for, but if the difference isn’t noticeable…
Option 2: Daily Hibernate – Potentially a better alternative, but at the expense of excessive SSD write cycles. Opinions vary on whether this impacts longevity. I aim for my SSD to last at least a decade.
Option 3: Keeping PC “On” 24/7 – My current approach, despite higher power consumption, ensures instant availability and eliminates daily wear from On/Off cycles, particularly on HDD components.
Any other suggestions?
Another question: if Daily Sleep is the preferred option, which sleep mode is ideal?
Modern Standby (S0) – Known for bugs, prompting users to switch to Old Sleep.
Old Sleep (S3) – Requires manual activation through a registry tweak.
I’m at a crossroads here, seeking guidance tailored to my specific usage pattern. Appreciate any insights you can offer! 🙂
Hey all! After scouring the forum, all I could find were discussions about laptops – nothing on desktops. I’m in the process of putting together a new setup for Win 11 (featuring Ryzen 7700, Asus TUF B650M motherboard, 32 GB Corsair Dominator DDR5 6000 MT/s, 2 TB Samsung 990 Pro NVMe SSD) to replace my current rig. I practically live on my PC, clocking in around 12-14 hours a day, and I prefer to pick up where I left off each day without having to start from scratch. The idea of cold booting daily doesn’t appeal to me unless absolutely necessary. I’m conflicted about the best approach for my new setup and long-term performance during my downtime:Option 1: Daily Sleep – Potential RAM performance slowdown to 5200 MT/s until the next reboot due to an old unresolved bug. Would the drop from 6000 to 5200 be a significant issue for my everyday usage? I’m unsure. It’s disappointing to not get the full 6000 MT/s I paid for, but if the difference isn’t noticeable…Option 2: Daily Hibernate – Potentially a better alternative, but at the expense of excessive SSD write cycles. Opinions vary on whether this impacts longevity. I aim for my SSD to last at least a decade.Option 3: Keeping PC “On” 24/7 – My current approach, despite higher power consumption, ensures instant availability and eliminates daily wear from On/Off cycles, particularly on HDD components. Any other suggestions? Another question: if Daily Sleep is the preferred option, which sleep mode is ideal?Modern Standby (S0) – Known for bugs, prompting users to switch to Old Sleep.Old Sleep (S3) – Requires manual activation through a registry tweak. I’m at a crossroads here, seeking guidance tailored to my specific usage pattern. Appreciate any insights you can offer! 🙂 Read More
Teams App-Centric Management (ACM)
Teams ACM replaces app permission policies with an easier method of defining who can use Teams apps. A wizard in the Teams admin center runs a one-time non-reversable switchover from app permission policies to ACM and makes sure that the permissions assigned through policy are present for each app. In other news, Teams is much better at presenting Graph permissions that apps need to run.
https://office365itpros.com/2024/07/31/teams-acm/
Teams ACM replaces app permission policies with an easier method of defining who can use Teams apps. A wizard in the Teams admin center runs a one-time non-reversable switchover from app permission policies to ACM and makes sure that the permissions assigned through policy are present for each app. In other news, Teams is much better at presenting Graph permissions that apps need to run.
https://office365itpros.com/2024/07/31/teams-acm/ Read More
Stop SharePoint document versioning
Hi, I am using the SharePoint library with
Some more columns.
On every edit in columns after uploading a document.
Some tasks are updated with Microsoft Power Automate.
Making the new version of my Document so it is causing a size issue.
How I can stop SharePoint from creating a new version of the document?
I found that SharePoint does not allow this.
I also can not delete all versions in bulk it is allowing one-by-one document.
Please guide and suggest.
Hi, I am using the SharePoint library withSome more columns.On every edit in columns after uploading a document.Some tasks are updated with Microsoft Power Automate.Making the new version of my Document so it is causing a size issue.How I can stop SharePoint from creating a new version of the document?I found that SharePoint does not allow this.I also can not delete all versions in bulk it is allowing one-by-one document.Please guide and suggest. Read More
Microsoft Teams Mobile iOS Notifications
Hello people,
I am experiencing some a really frustrating problem with Teams, where I do not receive any notification for messages to my iPhone, but do receive calls from Teams. I have tried every ‘fix’ possibly found on the internet and still having no luck!! I have even went through the trouble of factory resetting my phone, deleting all of the Teams data from my iCloud, reinstalling the app and allowing notifications from the start, checking notifications permissions, literally everything.
This is particularly frustrating because my company uses Teams as it’s number 1 communicator, and for instance when I’m on the road and even at home on call, I have to be able to use this app and be reachable almost 24/7.
I’m using an iPhone 13 Pro with the latest iOS and Teams updates. If anyone has any other miraculous solution, please share them with me..
Thanks, Brad.
Hello people,I am experiencing some a really frustrating problem with Teams, where I do not receive any notification for messages to my iPhone, but do receive calls from Teams. I have tried every ‘fix’ possibly found on the internet and still having no luck!! I have even went through the trouble of factory resetting my phone, deleting all of the Teams data from my iCloud, reinstalling the app and allowing notifications from the start, checking notifications permissions, literally everything.This is particularly frustrating because my company uses Teams as it’s number 1 communicator, and for instance when I’m on the road and even at home on call, I have to be able to use this app and be reachable almost 24/7.I’m using an iPhone 13 Pro with the latest iOS and Teams updates. If anyone has any other miraculous solution, please share them with me..Thanks, Brad. Read More
I want a quick way to select the crop tool. A macro?
I have a load of pictures in a Word table.
I need to selectively crop them. Every time I have to select the picture, select the picture formatting ribbon, select the crop tool.
If I use the keyboard it’s Alt JP V C. I want one keystroke – Ctrl Alt C for example.
Ive tried recording, but it doesn’t record anything.
I have a load of pictures in a Word table. I need to selectively crop them. Every time I have to select the picture, select the picture formatting ribbon, select the crop tool. If I use the keyboard it’s Alt JP V C. I want one keystroke – Ctrl Alt C for example. Ive tried recording, but it doesn’t record anything. Read More
Character garble
Hello Teams!
The database fields use the varchar type, When I insert the character ‘⅜’, It shows a ‘?’.
How can I solve this problem? Thanks!
Regards!
Hello Teams! The database fields use the varchar type, When I insert the character ‘⅜’, It shows a ‘?’.How can I solve this problem? Thanks! Regards! Read More
Disappearing Excel cells
Hi all,
I have a spreadsheet which has 5-600 rows data. when i scroll down or up the cells data disappears and then i click on other cells and scroll again to make the data visible, this is a hectic every time i have to do it. kindly let me know the solution.
Note: i am using new dell laptop latitude 3440 with 512 GB SSD and 16GB RAM
thanks in advance.
Hi all, I have a spreadsheet which has 5-600 rows data. when i scroll down or up the cells data disappears and then i click on other cells and scroll again to make the data visible, this is a hectic every time i have to do it. kindly let me know the solution. Note: i am using new dell laptop latitude 3440 with 512 GB SSD and 16GB RAM thanks in advance. Read More
ADF to Purview created connection gets disconnected
I have followed up the MS instructions to create ADF Purview connection but after a while it gets disconnected or the status changes to ‘unknown’ instead of ‘connected’. How should I fix the issue? It happens with multiple ADF workspaces
I have followed up the MS instructions to create ADF Purview connection but after a while it gets disconnected or the status changes to ‘unknown’ instead of ‘connected’. How should I fix the issue? It happens with multiple ADF workspaces Read More
How to set SensitiveInfoDetectionIsIncluded to true so CloudAppEvents schema returns data
Hello,
I have few incidents created for my purview policies and i see the incidents and alerts in Security.microsoft.com
i am running the following simple advance hunting query
I understand that as long as this is false, i cannot see the forensic data (violating data) for the incident.
“RawEventData”: {
“@odata.type”: “#microsoft.graph.security.dynamicColumnValue”,
“CreationTime”: “2024-07-22T12:46:33.0000000Z”,
“Id”: “fff346cc-***”,
“IncidentId”: “89630849-***”,
“ObjectId”: “<*.*.PROD.OUTLOOK.COM>”,
“Operation”: “DlpRuleMatch”,
“OrganizationId”: “***”,
“email address removed for privacy reasons”: “#Collection(String)”,
“PolicyDetails”: [
“{“PolicyId”:”2d7eb..”,”PolicyName”:”generate email incidents with block.”,”Rules”:[{“ActionParameters”:[“GenerateAlert:true”],”Actions”:[“BlockAccess”,”GenerateAlert”],”ConditionsMatched”:{“ConditionMatchedInNewScheme”:false,”OtherConditions”:[{“Name”:”From”,”Value”:”0f66…”}]},”ManagementRuleId”:”bbe..”,”RuleId”:”101e3f12-…”,”RuleMode”:”Enable”,”RuleName”:”Block emails with keyword”,”Severity”:”Medium”}]}”
],
“email address removed for privacy reasons”: “#Int64”,
“RecordType”: 13,
“SensitiveInfoDetectionIsIncluded”: false,
.
.
.
Hello,I have few incidents created for my purview policies and i see the incidents and alerts in Security.microsoft.com i am running the following simple advance hunting queryCloudAppEvents| where ActivityType == ‘Securityevent’ In the result i see “SensitiveInfoDetectionIsIncluded”: false, under RawEventDataI understand that as long as this is false, i cannot see the forensic data (violating data) for the incident. How can i set this value to true, so that i can get the forensic data. My goal is to use graph api with advance hunting to retrieve this data so that i can load it into my application (End user remediation) as a case and educate the users about the violation. “RawEventData”: {
“@odata.type”: “#microsoft.graph.security.dynamicColumnValue”,
“CreationTime”: “2024-07-22T12:46:33.0000000Z”,
“Id”: “fff346cc-***”,
“IncidentId”: “89630849-***”,
“ObjectId”: “<*.*.PROD.OUTLOOK.COM>”,
“Operation”: “DlpRuleMatch”,
“OrganizationId”: “***”,
“email address removed for privacy reasons”: “#Collection(String)”,
“PolicyDetails”: [
“{“PolicyId”:”2d7eb..”,”PolicyName”:”generate email incidents with block.”,”Rules”:[{“ActionParameters”:[“GenerateAlert:true”],”Actions”:[“BlockAccess”,”GenerateAlert”],”ConditionsMatched”:{“ConditionMatchedInNewScheme”:false,”OtherConditions”:[{“Name”:”From”,”Value”:”0f66…”}]},”ManagementRuleId”:”bbe..”,”RuleId”:”101e3f12-…”,”RuleMode”:”Enable”,”RuleName”:”Block emails with keyword”,”Severity”:”Medium”}]}”
],
“email address removed for privacy reasons”: “#Int64”,
“RecordType”: 13,
“SensitiveInfoDetectionIsIncluded”: false,
.
.
. Read More