-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SharePointEssentials.psd1
33 lines (33 loc) · 1.4 KB
/
SharePointEssentials.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@{
AliasesToExport = @()
Author = 'Przemyslaw Klys'
CmdletsToExport = @()
CompanyName = 'Evotec'
CompatiblePSEditions = @('Desktop', 'Core')
Copyright = '(c) 2011 - 2024 Przemyslaw Klys @ Evotec. All rights reserved.'
Description = 'Simple project SharePointEssentials'
FunctionsToExport = 'Sync-FilesToSharePoint'
GUID = 'e9e31850-6388-4aa5-8e2b-897f6ac1866a'
ModuleVersion = '1.0.6'
PowerShellVersion = '5.1'
PrivateData = @{
PSData = @{
ExternalModuleDependencies = @('Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Utility')
Tags = @('SharePoint', 'SPO', 'Windows')
}
}
RequiredModules = @(@{
Guid = '0b0ba5c5-ec85-4c2b-a718-874e55a8bc3f'
ModuleName = 'PSWriteColor'
ModuleVersion = '1.0.1'
}, @{
Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe'
ModuleName = 'PSSharedGoods'
ModuleVersion = '0.0.291'
}, @{
Guid = '0b0430ce-d799-4f3b-a565-f0dca1f31e17'
ModuleName = 'Pnp.PowerShell'
ModuleVersion = '1.12.0'
}, 'Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Utility')
RootModule = 'SharePointEssentials.psm1'
}