Abilitare Microsoft Places Preview
I passaggi descritti in questa pagina sono necessari solo durante l'anteprima Microsoft Places. Questa pagina verrà rimossa una volta raggiunta la disponibilità generale.
Passaggio 1 - Acconsentire esplicitamente
Microsoft Places funzionalità avanzate richiedono ulteriore abilitazione. Compilare il modulo di consenso esplicito per le funzionalità aggiuntive di anteprima Places per iniziare.
Nota
- Dopo aver acconsentire esplicitamente, l'accesso alle funzionalità avanzate può richiedere fino a 1 settimana.
- Lo script DeployPlaces descritto nel passaggio 2 presuppone che sia già stato concesso l'accesso alle funzionalità avanzate e che in caso contrario vengano restituiti errori. In questo caso, attendere il messaggio di posta elettronica di conferma del Microsoft Places ed eseguire di nuovo lo script.
Passaggio 2: Installare ed eseguire DeployPlaces
Dopo aver ricevuto la conferma tramite posta elettronica che il tenant è abilitato per le funzionalità avanzate, è il momento di distribuire Microsoft Places Preview. A questo scopo:
Aprire PowerShell 7 come amministratore
Eseguire
Install-Script -Name DeployPlaces
per scaricare lo script DeployPlaces più recenteEseguire
DeployPlaces
per distribuire Microsoft Places nel tenant.
Durante l'anteprima, Microsoft Places si basa sulla sicurezza abilitata per la posta elettronica Gruppi per determinare quali utenti hanno accesso alle funzionalità di base o avanzate, se possono visualizzare la nuova esperienza Places Finder in Outlook e accedere a Spaces Analytics. Lo script DeploySpaces può creare automaticamente nuovi Gruppi di sicurezza oppure usare i gruppi di sicurezza personalizzati.
Selezionando Y
quando richiesto verrà creato il Gruppi di sicurezza seguente:
Esperienza/funzionalità | Nome gruppo | Raggruppare l'indirizzo smtp |
---|---|---|
Funzionalità principali | utenti Places [8C8BF34B-6BB8-4441-A911-3A990C9D838B] | placesUsers@contoso.com |
Funzionalità avanzate | Places Utenti avanzati [8C8BF34B-6BB8-4441-A911-3A990C9D838B] | placesAdvanced@contoso.com |
Places'app per dispositivi mobili iOS | Places Utenti mobili [8C8BF34B-6BB8-4441-A911-3A990C9D838B] | placesMobile@contoso.com |
Analisi dello spazio | utenti di Places Analytics [8C8BF34B-6BB8-4441-A911-3A990C9D838B] | placesAnalytics@contoso.com |
Places Finder | utenti del finder Places [8C8BF34B-6BB8-4441-A911-3A990C9D838B] | placesFinder@contoso.com |
Se si seleziona N
, è necessario immettere il nome visualizzato del gruppo di sicurezza che si intende usare per ogni set di funzionalità. Ecco un esempio dell'output che verrà visualizzato:
Do you want to use the default group display names for Places?
Enter [Y] for Yes or [N] for No: n
Please enter the display name of the group you want to use for Places Users: [Example1]
Please enter the display name of the group you want to use for Places Advanced Users: [Example2]
Please enter the display name of the group you want to use for Places Mobile Users: [Example3]
Please enter the display name of the group you want to use for Places Analytics Users: [Example4]
Please enter the display name of the group you want to use for Places Finder Users: [Example5]
Creating a security group - Places Users
Creating a security group - Places Mobile Users
Creating a security group - Places Analytics Users
Creating a security group - Places Advanced Features
Creating a security group - Places Finder Users
Adding Places Advanced Feature Users to the Places Users group
Adding Places Mobile Users to the Places Advanced Features group
Adding Places Analytics Users to the Places Advanced Features group
Adding Places Finder Users to the Places Advanced Features group
Places Security Groups have been created.
Installing Places Module
Connection has been successfully established. You can execute your commands now.
Microsoft Places set di funzionalità verrà abilitato e mappato al Gruppi di sicurezza selezionato:
Searching for group - Example1
Found Group Example1
Enabling Places Web App
WARNING: The settings are read from a cached storage for upto 12 hours.
Subscription name Tenant
----------------- ------
[Foo]
Update completed successfully. To check the information updated please use the next cmdlet which reads updated values of settings from store.
Get-PlacesSettings -ReadFromPrimary
WARNING: The settings are read from a cached storage for upto 12 hours.
PlacesAdvancedFeatures set to True
Enabling Places Advanced Features for the tenant
Looking for group - Example2
Tenant being used - 5a3dd66b-d094-4bbc-b6c7-78ae9f5f2db3.TenantId
Enabling Advanced Places features
Update completed successfully. To check the information updated please use the next cmdlet which reads updated values of settings from store.
Get-PlacesSettings -ReadFromPrimary
WARNING: The settings are read from a cached storage for upto 12 hours.
Enabling the group that can use the Places iOS App
Looking for group - Example3
Update completed successfully. To check the information updated please use the next cmdlet which reads updated values of settings from store.
Get-PlacesSettings -ReadFromPrimary
WARNING: The settings are read from a cached storage for upto 12 hours.
Enabling the group that can see Places Analytics
Looking for group - Example4
Update completed successfully. To check the information updated please use the next cmdlet which reads updated values of settings from store.
Get-PlacesSettings -ReadFromPrimary
WARNING: The settings are read from a cached storage for upto 12 hours.
Enabling the group that can see Places Finder
Looking for group - Example5
Update completed successfully. To check the information updated please use the next cmdlet which reads updated values of settings from store.
Get-PlacesSettings -ReadFromPrimary
WARNING: The settings are read from a cached storage for upto 12 hours.
Nota
Le nuove Gruppi di sicurezza possono richiedere fino a 24 ore per essere riflesse nel tenant e usate in Microsoft Places.
Passaggio 3- Aggiungere utenti a Security Gruppi
È necessario aggiungere utenti a Security Gruppi per concedere loro l'accesso alle funzionalità di Microsoft Places corrispondenti. È possibile usare uno dei metodi seguenti:
- Tramite PowerShell documentato qui.
- Tramite il centro Amministrazione Microsoft documentato qui.
- Tramite le API Microsoft Graph documentate qui.
Nota
Potrebbero essere necessarie fino a 24 ore prima che le modifiche all'appartenenza vengano riflesse nelle esperienze Microsoft Places.
Nota
- Il gruppo di sicurezza Places Utenti mobili non viene più usato, perché l'applicazione per dispositivi mobili Microsoft Places non fa più parte dell'anteprima.