You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
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.
The text was updated successfully, but these errors were encountered: