Skip to content

Commit efecc0c

Browse files
Update test.md
1 parent 10f1a6c commit efecc0c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/test/test.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ h3::before {
128128

129129
<ol style="--length: 5" role="list">
130130

131+
<li style="--i: 7"><a href="https://powershellscripts.github.io/articles/en/Other/m365groupsettings/">
132+
<span style="display: block; text-align: right;">2024-07-21
133+
<h3>Modify Microsoft 365 group settings</h3></span>
134+
<p>Microsoft 365 group settings configured using the Set-PnPMicrosoft365GroupSettings cmdlet can be viewed and managed in various places within the Microsoft 365 admin center. However, not all settings may have a direct user interface (UI) counterpart, as some configurations are more advanced and typically managed through PowerShell.</p>
135+
</a></li>
136+
131137
<li style="--i: 12"><a href="https://powershellscripts.github.io/articles/en/SharePointOnline/pnpsearchqcond/">
132138
<span style="display: block; text-align: right;">2024-07-14
133139
<h3>Conditional query in PNP Search Webpart</h3></span>
@@ -160,7 +166,7 @@ h3::before {
160166
<p>In SharePoint, when a site is created without being associated with a Microsoft 365 group or a Microsoft Teams team, users typically encounter a teamify prompt displayed in the bottom left corner of the site interface. You can remove this teamify prompt using a PnP cmdlet... </p>
161167
</a></li>
162168

163-
<li style="--i: 6"><a href="https://powershellscripts.github.io/articles/en/SharePointOnline/CAMLQueryForListView/">
169+
<li style="--i: 12"><a href="https://powershellscripts.github.io/articles/en/SharePointOnline/CAMLQueryForListView/">
164170
<span style="display: block; text-align: right;">2024-03-24
165171
<h3>Easy way to create CAML Query for list view</h3></span>
166172
<p>When loading thousands of SharePoint list items, you may want to limit the number of retrieved results. The GetItems(CamlQuery) method allows you to define a Collaborative Application Markup Language (CAML) query that specifies which items to return. Creating a complex query, however, can present quite a challenge. To make sure every slash and value are exactly where they should be, it's easier to create a view using User Interface and then copy the CAML Query behind it. In this article, I am showing how to do it</p>
@@ -186,11 +192,7 @@ h3::before {
186192

187193

188194

189-
<li style="--i: 3"><a href="https://powershellscripts.github.io/articles/en/Other/m365groupsettings/">
190-
<span style="display: block; text-align: right;">2023-11-04
191-
<h3>Modify Microsoft 365 group settings</h3></span>
192-
<p>Microsoft 365 group settings configured using the Set-PnPMicrosoft365GroupSettings cmdlet can be viewed and managed in various places within the Microsoft 365 admin center. However, not all settings may have a direct user interface (UI) counterpart, as some configurations are more advanced and typically managed through PowerShell.</p>
193-
</a></li>
195+
194196

195197
<li style="--i: 4"><a href="https://powershellscripts.github.io/articles/en/Viva/Post%20as%20a%20leader%20to%20specific%20groups/">
196198
<span style="display: block; text-align: right;">2023-11-04

0 commit comments

Comments
 (0)