Skip to content

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

@tcboeira

Description

@tcboeira

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions