Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tcboeira opened this issue Dec 16, 2023 · 0 comments
Open

Comments

@tcboeira
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant