EvotecIT / O365Essentials

A module that helps to manage some tasks on Office 365/Azure via undocumented API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set-O365OrgForms -Verbose -BingImageSearchEnabled $TRUE does not work

tcboeira opened this issue · comments

I try to use Set-O365OrgForms -BingImageSearchEnabled $True but it doesn't result in any changes. But he doesn't even return errors to me. What could it be OR how can I see why it doesn't apply the desired change?

Get-O365OrgForms | fl

ExternalCollaborationEnabled : False
ExternalSendFormEnabled : False
ExternalShareCollaborationEnabled : False
ExternalShareTemplateEnabled : False
ExternalShareResultEnabled : False
RecordIdentityByDefaultEnabled : True
BingImageSearchEnabled : False
InOrgFormsPhishingScanEnabled : True
InOrgSurveyIncentiveEnabled :
ResponderEditResponse : False

Set-O365OrgForms -Verbose -BingImageSearchEnabled $True
MODO DETALHADO: Connect-O365Admin - Using cache for connection MEU-USER@DOMINIO
MODO DETALHADO: Invoke-O365Admin - Invoking [GET] over URI https://admin.microsoft.com/admin/api/settings/apps/officeforms/
MODO DETALHADO: Connect-O365Admin - Using cache for connection MEU-USER@DOMINIO
MODO DETALHADO: Invoke-O365Admin - Invoking [POST]
{
"BingImageSearchEnabled": true,
"ExternalCollaborationEnabled": false,
"ExternalSendFormEnabled": false,
"ExternalShareCollaborationEnabled": false,
"ExternalShareTemplateEnabled": false,
"ExternalShareResultEnabled": false,
"InOrgFormsPhishingScanEnabled": true,
"InOrgSurveyIncentiveEnabled": null,
"RecordIdentityByDefaultEnabled": true
}
over URI https://admin.microsoft.com/admin/api/settings/apps/officeforms

Get-O365OrgForms | fl

ExternalCollaborationEnabled : False
ExternalSendFormEnabled : False
ExternalShareCollaborationEnabled : False
ExternalShareTemplateEnabled : False
ExternalShareResultEnabled : False
RecordIdentityByDefaultEnabled : True
BingImageSearchEnabled : False
InOrgFormsPhishingScanEnabled : True
InOrgSurveyIncentiveEnabled :
ResponderEditResponse : False

Note: Via Admin Center, I click on the option to activate "BingImageSearchEnabled" Saved, but when I return to the page it remains unchecked.