Skip to content

Commit 69dbcd9

Browse files
000-721: whyviva
1 parent e3dd6d9 commit 69dbcd9

File tree

13 files changed

+252
-154
lines changed

13 files changed

+252
-154
lines changed

_data/docs_menu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@
9898
link: /articles/en/Viva/removeresources/
9999
- name: View Analytics in Viva Engage
100100
link: /articles/en/Viva/viewanalytics/
101+
- name: Why use Viva?
102+
link: /articles/en/Viva/whyviva/
101103

102104

103105

_data/navigation.yml

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,25 @@
2626
- name: SharePoint Online
2727
link: /#
2828
dropdown:
29-
- name: Design and Branding
30-
dropdown:
31-
- name: Customize your site header using PnP
32-
link: /articles/en/SharePointOnline/setsiteheaderPnP/
33-
- name: Create SharePoint theme using Theme Generator tool
34-
link: /articles/en/SharePointOnline/Create%20SharePoint%20theme%20using%20Theme%20Generator%20tool/
35-
- name: Customize your page header
36-
link: /articles/en/SharePointOnline/custompageheader
37-
- name: Content Types
38-
dropdown:
39-
- name: Add content type using Powershell and CSOM
40-
link: /articles/en/SharePointOnline/Add%20content%20type/
41-
- name: Enable content type management
42-
link: /articles/en/spo/enablect/
43-
- name: SharePoint content types in Powershell - known errors
44-
link: /articles/en/SharePointOnline/SharePoint%20content%20types%20in%20Powershell%20-%20known%20errors
45-
- name: SharePoint content types - fieldlinks and fields
46-
link: /articles/en/SharePointOnline/SharePoint%20content%20types%20-%20fieldlinks%20and%20fields
47-
- name: Find content type ID
48-
link: /articles/en/SharePointOnline/findctid
49-
- name: Find content type ID using Powershell
50-
link: /articles/en/SharePointOnline/findctIDPS
29+
30+
- name: Customize your site header using PnP
31+
link: /articles/en/SharePointOnline/setsiteheaderPnP/
32+
- name: Create SharePoint theme using Theme Generator tool
33+
link: /articles/en/SharePointOnline/Create%20SharePoint%20theme%20using%20Theme%20Generator%20tool/
34+
- name: Customize your page header
35+
link: /articles/en/SharePointOnline/custompageheader
36+
- name: Add content type using Powershell and CSOM
37+
link: /articles/en/SharePointOnline/Add%20content%20type/
38+
- name: Enable content type management
39+
link: /articles/en/spo/enablect/
40+
- name: SharePoint content types in Powershell - known errors
41+
link: /articles/en/SharePointOnline/SharePoint%20content%20types%20in%20Powershell%20-%20known%20errors
42+
- name: SharePoint content types - fieldlinks and fields
43+
link: /articles/en/SharePointOnline/SharePoint%20content%20types%20-%20fieldlinks%20and%20fields
44+
- name: Find content type ID
45+
link: /articles/en/SharePointOnline/findctid
46+
- name: Find content type ID using Powershell
47+
link: /articles/en/SharePointOnline/findctIDPS
5148
- name: Migrate OneDrive across tenants
5249
link: /articles/en/SharePointOnline/Migrate%20OneDrive%20across%20tenants/
5350
- name: Export your folder structure to XML using Powershell
@@ -107,6 +104,8 @@
107104
link: /articles/en/Viva/removeresources/
108105
- name: View Analytics in Viva Engage
109106
link: /articles/en/Viva/viewanalytics/
107+
- name: Why use Viva?
108+
link: /articles/en/Viva/whyviva/
110109

111110
- name: Server
112111
link: /#

articles/en/Other/mailboxes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This article is available in other languages:
6666

6767
[Exchange Online: lister les boîtes aux lettres auxquelles un utilisateur a accès (fr-FR)](https://powershellscripts.github.io/articles/fr/mailboxes/)
6868

69-
69+
[Exchange Online: ¿A qué buzones tiene acceso el usuario? (es-ES)](https://powershellscripts.github.io/articles/es/mailboxes/)
7070

7171

7272
<!-- Default Statcounter code for Mailboxes

articles/en/SharePointOnline/Add content type.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,15 @@ $ContentTypeID="0x01200200C44754774BD8D4449F4B7E3FE70A7E0E"
581581

582582

583583

584+
<br/><br/>
585+
586+
## See Also
587+
588+
589+
[Enable content type management](https://powershellscripts.github.io/articles/en/spo/enablect.md)
590+
591+
592+
584593

585594
<!-- Default Statcounter code for Content Types add
586595
https://powershellscripts.github.io/articles/en/SharePointOnline/Add%20content%20type/

articles/en/SharePointOnline/managetopics.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

articles/en/Viva/Add Viva Engage to your SharePoint pages.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,12 @@ referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
101101

102102
<h2>Comments? Questions?</h2>
103103
Feel free to post them [here](https://github.com/PowershellScripts/PowershellScripts.github.io/issues/new/choose)
104+
105+
106+
107+
<br/><br/>
108+
109+
## Other Languages
110+
This article is available in other languages:
111+
112+
[Ajoutez Viva Engage à vos pages SharePoint](https://powershellscripts.github.io/articles/fr/addvivatospo.md)

articles/en/Viva/vivavsteams.md

Whitespace-only changes.

articles/en/Viva/whyviva.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
layout: page
3+
title: 'Why use Viva Engage?'
4+
menubar: docs_menu
5+
hero_image: '/img/IMG_20220521_140146.jpg'
6+
show_sidebar: false
7+
hero_height: is-small
8+
date: '2025-02-02'
9+
---
10+
11+
# Why use Viva Engage?
12+
13+
In today’s fast-paced and increasingly digital workplace, fostering employee engagement and collaboration is essential for organizational success. Viva Engage, a part of the Microsoft Viva suite, provides a platform that fill those needs. But how does the Company profit from users chatting together?
14+
15+
16+
# Employee retention and turnover
17+
18+
Employee engagement means more productivity. Engaged employees are 12 times less likely to leave their organization and contribute to a 23% increase in profitability. Engaged employees come to work more eagerly. Organizations with highly engaged employees experience up to 78%
19+
lower absenteeism ([Improve Employee Engagement by Gallup](https://www.gallup.com/workplace/285674/improve-employee-engagement-workplace.aspx))
20+
21+
But only 23% of employees globally feel engaged at work. You can measure your employees engagement using [Gallup's Employee Engagement Survey](https://www.gallup.com/q12/)
22+
23+
Viva Engage provides a space for interactions that help employees feel connected. Some ideas for Communities that may help you engage your Employees:
24+
25+
* Bike to work
26+
* Parents at [Company]
27+
* Retiring soon: discuss retirement plans, transition strategies, and opportunities for staying engaged after leaving the workforce
28+
* Morning yoga/swim
29+
* Volunteer Opportunities
30+
* Professional Development
31+
* Travel Enthusiasts
32+
* Books/movies you recommend
33+
* LGBT at [Company]
34+
* Photography club
35+
* Foodies at [Company]: Share favorite recipes, cooking tips, great lunch spots and organize virtual cook-offs or meal swaps.
36+
37+
Such Communities can replace, support or complement traditional events such as team building, townhall meetings, or networking events. They are particularly important if you aim at building bridges across different departments.
38+
39+
40+
41+
# Foster a Sense of Belonging
42+
43+
Everyone wants to feel appreciated. Employee Recognition Programs help to achieve this. Viva Engage can replace or support formal recognition events with consistent, peer-to-peer recognition through dedicated communities or interactive posts.
44+
Appropriate HR actions and posts amplify recognition by highlighting achievements and stories within a broader audience in the company community.
45+
46+
Some ideas for your communities:
47+
* Employee of the Month
48+
* Helper of the Month
49+
* I want to say thank you...
50+
* Milestone Celebrations
51+
* Customer Hero
52+
* Learning Achievements
53+
* Mentorship Moments
54+
55+
56+
# Crowdsourcing and Collaboration
57+
58+
Employees can crowdsource answers, share expertise, and exchange ideas across teams. Viva Engage can help boost innovation, reduce silos and connect across the organization.
59+
60+
Some ideas for your communities:
61+
62+
* Guinea pigs wanted :)
63+
* Javascript experts
64+
* Technology champions
65+
66+
67+
# Two-Way Dialogue With Leaders
68+
69+
Surely, you have other tools for posting news and announcements. However, Viva Engage goes a step further by enabling users to react and share feedback. It fosters discussions on upcoming issues and proposals, encouraging active participation and constructive input.
70+
71+
Some ideas for your communities:
72+
73+
* Leadership Insights
74+
* Director's Cut
75+
* [Company] News
76+
* Global Announcements
77+
* Ask the Execs: An interactive forum where employees can ask questions directly to executives
78+
* Employee Voice: A platform to listen to employee feedback and new ideas
79+
* Pulse Check: Regular updates where leadership shares key company metrics and asks for employee input on next steps.
80+
* Leadership Spotlight: A weekly feature on different leaders and their contributions to the company.
81+
82+

articles/en/spo/enablect.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ date: '2024-08-03'
1111

1212
## Why Enable Content Type Management?
1313

14+
If you want to use multiple content types in your SharePoint list, you need to enable content type management first.
15+
1416
Enabling content type management is crucial for customizing how specific types of content are handled and tracked within your SharePoint site. It’s especially useful if you need to:
1517

1618
* Allow or limit the use of custom content types across lists and libraries.
@@ -71,7 +73,7 @@ $lists = Get-PnPList
7173
7274
# Loop through each list and enable content types
7375
foreach ($list in $lists) {
74-
Set-PnPList -Identity $list -ContentTypesEnabled $true
76+
Set-PnPList -Identity $list -ContentTypesEnabled $true # change to $false if you want to disable the content types
7577
Write-Host "Content types enabled for list: $($list.Title)"
7678
}
7779
```
@@ -81,7 +83,7 @@ foreach ($list in $lists) {
8183

8284
## PowerShell and CSOM
8385

84-
For all lists.
86+
I used to love the Powershell and CSOM mixture, but in the meantime, PnP got sooo much better. Go for PnP unless you have a reason to use CSOM. The example below enables content type management for all lists in one site collection.
8587

8688
```powershell
8789
@@ -177,6 +179,14 @@ Set-SPOListsContentTypesEnabled -Username $Username -AdminPassword $AdminPasswor
177179

178180

179181

182+
<br/><br/>
183+
184+
## Other Languages
185+
This article is available in other languages:
186+
187+
[Ajoutez Viva Engage à vos pages SharePoint](https://powershellscripts.github.io/articles/fr/enablect.md)
188+
189+
180190

181191

182192

articles/fr/enablect.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Comment activer ou désactiver la gestion des types de contenu manuellement :
3737

3838
<img src="/articles/img/enablect2.png" ><br/>
3939

40-
4. Dans la section **Types de contenu**, vous pouvez choisir d’autoriser ou non la gestion des types de contenu. **Oui** correspond à `$true` dans le script ci-dessous, tandis que **Non** correspond à `$false` :
40+
4. Dans la section **Types de contenu**, vous pouvez choisir d’autoriser ou non la gestion des types de contenu. **Oui** activera la gestion des types de contenu supplémentaires pour votre liste. Cela correspond à `$true` dans le script ci-dessous. **Non** signifie que les types de contenu supplémentaires et la gestion des types de contenu doivent être désactivés, tandis que **Non** correspond à `$false` :
4141

4242
<img src="/articles/img/enablect3.png" ><br/>
4343

@@ -49,15 +49,21 @@ Comment activer ou désactiver la gestion des types de contenu manuellement :
4949

5050
## PnP PowerShell
5151

52+
Pour activer ou désactiver la gestion des types de contenu dans une liste SharePoint à l'aide de PowerShell, vous pouvez utiliser les cmdlets PnP PowerShell ou SharePoint Online Management Shell. Voici comment procéder :
53+
5254
#### Pour une liste
5355

5456
```powershell
5557
Connect-PnPOnline -Url "https://votrelocataire.sharepoint.com/sites/votresite" -UseWebLogin
5658
Set-PnPList -Identity "Documents" -ContentTypesEnabled $true
5759
```
5860

61+
<br/>
62+
5963
#### Pour toutes les listes de la collection de sites
6064

65+
Le script ci-dessous active la gestion des types de contenu pour toutes les listes et bibliothèques dans une collection de sites SharePoint Online :
66+
6167
```powershell
6268
# Connectez-vous au site SharePoint
6369
Connect-PnPOnline -Url "https://votrelocataire.sharepoint.com/sites/votresite" -UseWebLogin
@@ -68,7 +74,7 @@ $lists = Get-PnPList
6874
# Parcourez chaque liste et activez les types de contenu
6975
foreach ($list in $lists) {
7076
Set-PnPList -Identity $list -ContentTypesEnabled $true
71-
Write-Host "Types de contenu activés pour la liste : $($list.Title)"
77+
Write-Host "Types de contenu actives pour la liste : $($list.Title)"
7278
}
7379
```
7480

0 commit comments

Comments
 (0)