Skip to content

Commit cfeb0a1

Browse files
000-899: ct remove
1 parent 40f3267 commit cfeb0a1

23 files changed

+263
-195
lines changed

_data/docs_menu.yml

+6
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@
122122
link: /articles/en/Viva/postannouncement/
123123
- name: How to post to multiple communities in Viva Engage
124124
link: /articles/en/Viva/postmultiplecommunities/
125+
- name: Auto-translate Viva Engage posts
126+
link: /articles/en/Viva/translate/
127+
- name: Private content mode will retire as of June 30th, 2025
128+
link: /articles/en/Viva/privatecontentmode/
129+
- name: Change language of your Viva Engage
130+
link: /articles/en/Viva/changelanguage/
125131

126132

127133
- label: Copilot

_data/docs_menu_ve.yml

+6
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@
3535
link: /articles/en/Viva/postannouncement/
3636
- name: How to post to multiple communities in Viva Engage
3737
link: /articles/en/Viva/postmultiplecommunities/
38+
- name: Auto-translate Viva Engage posts
39+
link: /articles/en/Viva/translate/
40+
- name: Private content mode will retire as of June 30th, 2025
41+
link: /articles/en/Viva/privatecontentmode/
42+
- name: Change language of your Viva Engage
43+
link: /articles/en/Viva/changelanguage/

_data/navigation.yml

+6
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@
137137
link: /articles/en/Viva/postannouncement/
138138
- name: How to post to multiple communities in Viva Engage
139139
link: /articles/en/Viva/postmultiplecommunities/
140+
- name: Auto-translate Viva Engage posts
141+
link: /articles/en/Viva/translate/
142+
- name: Private content mode will retire as of June 30th, 2025
143+
link: /articles/en/Viva/privatecontentmode/
144+
- name: Change language of your Viva Engage
145+
link: /articles/en/Viva/changelanguage/
140146

141147

142148
- name: Copilot

_includes/google-analytics.html

-17
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,3 @@
77

88

99

10-
<script type="text/javascript">
11-
var sc_project=13111303;
12-
var sc_invisible=1;
13-
var sc_security="cef0a9f7";
14-
var sc_client_storage="disabled";
15-
</script>
16-
<script type="text/javascript"
17-
src="https://www.statcounter.com/counter/counter.js"
18-
async></script>
19-
<noscript><div class="statcounter"><a title="real time web
20-
analytics" href="https://statcounter.com/"
21-
target="_blank"><img class="statcounter"
22-
src="https://c.statcounter.com/13111303/0/cef0a9f7/1/"
23-
alt="real time web analytics"
24-
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
25-
<!-- End of Statcounter Code -->
26-

articles/en/SharePointOnline/SharePoint content type is still in use.md

-90
This file was deleted.

articles/en/SharePointOnline/SharePointcontenttypestillInUse.md

Whitespace-only changes.

articles/en/SharePointOnline/custompageheader.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ date: '2024-11-23'
1111

1212

1313
# Set page header
14-
Using PnP you can customize your page header
14+
Using PnP you can customize your page header.
1515

1616

1717

articles/en/SharePointOnline/findctIDPS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'Find content type ID using Powershell'
44
hero_image: '/img/IMG_20220521_140146.jpg'
55
show_sidebar: false
66
hero_height: is-small
7-
date: '2024-08-18'
7+
date: '2024-08-18 <br/>Updated: 2025-04-05'
88
---
99

1010
# Intro
@@ -279,7 +279,7 @@ foreach($cc in $ctx.Web.ContentTypes)
279279
<br/>
280280

281281
# PowerShell SPOMod
282-
An old favourite of mine, close to being deprecated, but I am mentioning it here out of sentiment.
282+
An old favourite of mine, deprecated, but I am mentioning it here out of sentiment.
283283

284284
### Prerequisites
285285

articles/en/Viva/changelanguage.md

+53-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,56 @@ hero_image: '/img/IMG_20220521_140146.jpg'
66
show_sidebar: false
77
hero_height: is-small
88
date: '2025-04-06'
9-
---
9+
---
10+
11+
12+
13+
Every user can change their language in Viva Engage. The setting works separately from browser settings and the settings in their user profile.
14+
15+
16+
In the top right corner select **Settings** icon:
17+
18+
19+
<img src="/articles/img/vechangelg.png">
20+
21+
22+
23+
Under **Language** section select your language from a dropdown:
24+
25+
26+
<img src="/articles/img/vechangelg2.png">
27+
28+
29+
<br/>
30+
31+
32+
There are currently 27 languages supported:
33+
34+
- **Catalan** - `ca-ES`
35+
- **Chinese (Simplified)** - `zh-CN`
36+
- **Chinese (Traditional)** - `zh-TW`
37+
- **Czech** - `cs-CZ`
38+
- **Danish** - `da-DK`
39+
- **German** - `de-DE`
40+
- **Greek** - `el-GR`
41+
- **English** - `en-US`
42+
- **Spanish** - `es-ES`
43+
- **Finnish** - `fi-FI`
44+
- **French** - `fr-FR`
45+
- **Hungarian** - `hu-HU`
46+
- **Indonesian** - `id-ID`
47+
- **Italian** - `it-IT`
48+
- **Japanese** - `ja-JP`
49+
- **Korean** - `ko-KR`
50+
- **Norwegian (Bokmål)** - `nb-NO`
51+
- **Dutch** - `nl-NL`
52+
- **Polish** - `pl-PL`
53+
- **Portuguese (Brazil)** - `pt-BR`
54+
- **Portuguese (Portugal)** - `pt-PT`
55+
- **Romanian** - `ro-RO`
56+
- **Russian** - `ru-RU`
57+
- **Swedish** - `sv-SE`
58+
- **Thai** - `th-TH`
59+
- **Turkish** - `tr-TR`
60+
- **Ukrainian** - `uk-UA`
61+

articles/en/copilot/copilotdashboard.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Navigate to [https://insights.cloud.microsoft/#/CopilotDashboard/](https://insig
3434

3535
## Licensing requirements
3636

37-
The great news is that the Microsoft Copilot Dashboard in Viva Insights is available to any customer with a Microsoft 365 or Office 365 subscription for business or enterprise, and who has an active Exchange Online account.
37+
The great news is that the Microsoft Copilot Dashboard in Viva Insights is available to any customer with a Microsoft 365 or Office 365 subscription for business or enterprise, and who has an active Exchange Online account. [Source](https://learn.microsoft.com/en-us/viva/insights/org-team-insights/copilot-dashboard)
3838

3939
You do not need a paid Viva Insights license nor a Microsoft 365 Copilot license to view the dashboard.
4040

articles/en/spo/approvefiles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Write-Host "All pages have been rejected"
110110
111111
```
112112

113-
113+
<br/>
114114

115115
# See Also
116116

articles/en/spo/ctPnP.md

+10
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,13 @@ date: '2025-03-01'
1010

1111

1212

13+
# Site or List
14+
15+
There is more than one place to store your content type. Is it a site content type or a list content type?
16+
If you are unsure - do you see the content type under site content types? Navigate to site content types to check if you see your content type there.
17+
18+
Enter the URL of the site where you want to remove the content type. At the end of the URL add /_layouts/15/mngctype.aspx
19+
20+
For example: https://trialtrial125.sharepoint.com/_layouts/15/mngctype.aspx
21+
22+
Find your content type. If it's there

articles/en/spo/ctget.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,14 @@ Connect-PnPOnline -Url $SiteUrl -Interactive
9090
# Specify the content type ID
9191
$ContentTypeId = "0x0101001234567890ABCDEF1234567890ABCDEF" # Replace with your Content Type ID
9292
93+
# Specify the list name
94+
$ListName = "YourListName"
95+
96+
# Get the list
97+
$List = Get-PnPList -Identity $ListName
98+
9399
# Get the content type by ID
94-
$ContentType = Get-PnPContentType | Where-Object { $_.Id.StringValue -eq $ContentTypeId }
100+
$ContentType = Get-PnPContentType -List $List | Where-Object { $_.Id.StringValue -eq $ContentTypeId }
95101
96102
# Check if content type is found
97103
if ($ContentType) {
@@ -124,8 +130,14 @@ Connect-PnPOnline -Url $SiteUrl -Interactive
124130
# Specify the content type name
125131
$ContentTypeName = "Your Content Type Name" # Replace with the name of your content type
126132
133+
# Specify the list name
134+
$ListName = "YourListName"
135+
136+
# Get the list
137+
$List = Get-PnPList -Identity $ListName
138+
127139
# Get the content type by name
128-
$ContentType = Get-PnPContentType | Where-Object { $_.Name -eq $ContentTypeName }
140+
$ContentType = Get-PnPContentType -List $List | Where-Object { $_.Name -eq $ContentTypeName }
129141
130142
# Check if content type is found
131143
if ($ContentType) {

0 commit comments

Comments
 (0)