55SharePoint Service Module for PowerShell
66
77[ ![ .github/workflows/trigger-on-main.yml] ( https://github.com/karamem0/sp-client-core/actions/workflows/trigger-on-main.yml/badge.svg )] ( https://github.com/karamem0/sp-client-core/actions/workflows/trigger-on-main.yml )
8- [ ![ .github/workflows/trigger-on-develop.yml ] ( https://github.com/ karamem0/sp-client-core/actions/workflows/trigger-on-develop.yml/ badge.svg )] ( https://github.com/ karamem0/sp-client-core/actions/workflows/trigger-on-develop.yml )
8+ [ ![ codecov ] ( https://codecov.io/gh/ karamem0/sp-client-core/graph/ badge.svg?token=W4W9CALNPA )] ( https://codecov.io/gh/ karamem0/sp-client-core )
99[ ![ License] ( https://img.shields.io/github/license/karamem0/sp-client-core.svg )] ( https://github.com/karamem0/sp-client-core/blob/main/LICENSE )
1010
1111## Installation
@@ -34,21 +34,22 @@ SPClientCore supports Microsoft Entra ID 2.0 authentication.
3434
3535- Device Code Grant
3636- Client Credential Grant
37- - Password Grant (NOT RECOMMENDED )
37+ - < s > Password Grant</ s > (DEPRECATED )
3838
3939If you enable MFA, you can log in with a web browser of another device. If you do not enable MFA, you can log in using your user name and password (admin consent is required). You don't need to log in each time because the credentials are cached.
4040
4141## Dependencies
4242
43- - [ Microsoft.ApplicationInsights] ( https://www.nuget.org/packages/Microsoft.ApplicationInsights/2.21 .0 ) (2.21 .0)
44- - [ Microsoft.Extensions.Configuration.Json] ( https://www.nuget.org/packages/Microsoft.Extensions.Configuration.Json/8.0.0 ) (8.0.0 )
43+ - [ Microsoft.ApplicationInsights] ( https://www.nuget.org/packages/Microsoft.ApplicationInsights/2.22 .0 ) (2.22 .0)
44+ - [ Microsoft.Extensions.Configuration.Json] ( https://www.nuget.org/packages/Microsoft.Extensions.Configuration.Json/8.0.1 ) (8.0.1 )
4545- [ Microsoft.Extensions.Configuration.EnvironmentVariables] ( https://www.nuget.org/packages/Microsoft.Extensions.Configuration.EnvironmentVariables/8.0.0 ) (8.0.0)
46- - [ Microsoft.Extensions.DependencyInjection] ( https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection/8.0.0 ) (8.0.0 )
47- - [ Microsoft.Extensions.DependencyInjection.Abstractions] ( https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection.Abstractions/8.0.1 ) (8.0.1 )
46+ - [ Microsoft.Extensions.DependencyInjection] ( https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection/8.0.1 ) (8.0.1 )
47+ - [ Microsoft.Extensions.DependencyInjection.Abstractions] ( https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2 ) (8.0.2 )
4848- [ Microsoft.Extensions.Options.ConfigurationExtensions] ( https://www.nuget.org/packages/Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0 ) (8.0.0)
49- - [ Microsoft.IdentityModel.JsonWebTokens] ( https://www.nuget.org/packages/Microsoft.IdentityModel.JsonWebTokens/7.5 .0 ) (8.1 .0)
49+ - [ Microsoft.IdentityModel.JsonWebTokens] ( https://www.nuget.org/packages/Microsoft.IdentityModel.JsonWebTokens/8.13 .0 ) (8.13 .0)
5050- [ Newtonsoft.Json] ( https://www.nuget.org/packages/Newtonsoft.Json/13.0.3 ) (13.0.3)
5151- [ PowerShellStandard.Library] ( https://www.nuget.org/packages/PowerShellStandard.Library/5.1.1 ) (5.1.1)
52+ - [ System.Memory.Data] ( https://www.nuget.org/packages/System.Memory.Data/8.0.1 ) (8.0.1)
5253
5354## Cmdlets
5455
@@ -103,6 +104,7 @@ If you enable MFA, you can log in with a web browser of another device. If you d
103104 - Add-KshColumnGeolocation
104105 - Add-KshColumnGuid
105106 - Add-KshColumnImage
107+ - Add-KshColumnLocation
106108 - Add-KshColumnLookup
107109 - Add-KshColumnMultiChoice
108110 - Add-KshColumnMultiLineText
@@ -121,6 +123,7 @@ If you enable MFA, you can log in with a web browser of another device. If you d
121123 - Set-KshColumnGeolocation
122124 - Set-KshColumnGuid
123125 - Set-KshColumnImage
126+ - Set-KshColumnLocation
124127 - Set-KshColumnLookup
125128 - Set-KshColumnMultiChoice
126129 - Set-KshColumnMultiLineText
@@ -188,11 +191,13 @@ If you enable MFA, you can log in with a web browser of another device. If you d
188191 - Restore-KshFileVersion
189192 - Folders
190193 - Add-KshFolder
194+ - Add-KshFolderColoring
191195 - Copy-KshFolder
192196 - Get-KshFolder
193197 - Move-KshFolder
194198 - Remove-KshFolder
195199 - Set-KshFolder
200+ - Set-KshFolderColoring
196201 - Groups
197202 - Add-KshGroup
198203 - Add-KshGroupMember
0 commit comments