-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathPSWinDocumentation.psd1
57 lines (57 loc) · 2.49 KB
/
PSWinDocumentation.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
@{
AliasesToExport = ''
Author = 'Przemyslaw Klys'
CompanyName = 'Evotec'
Copyright = '(c) 2011 - 2020 Przemyslaw Klys @ Evotec. All rights reserved.'
Description = 'Simple project generating Active Directory, AWS, Office 365 (Exchange, Azure AD) documentation to Microsoft Word, Microsoft Excel and Microsoft SQL. More things to follow...'
FunctionsToExport = 'Invoke-Documentation', 'Start-Documentation'
GUID = '6bd80c20-e606-4e31-9f88-9ad305256f23'
ModuleVersion = '0.5.4'
PowerShellVersion = '5.1'
PrivateData = @{
PSData = @{
Tags = 'documentation', 'windows', 'word', 'workstation', 'activedirectory', 'ad', 'excel', 'sql', 'azure', 'azuread', 'exchange', 'office365', 'aws'
ProjectUri = 'https://github.com/EvotecIT/PSWinDocumentation'
ExternalModuleDependencies = 'ActiveDirectory', 'GroupPolicy'
IconUri = 'https://evotec.xyz/wp-content/uploads/2018/10/PSWinDocumentation.png'
}
}
RequiredModules = @{
ModuleVersion = '0.0.98'
ModuleName = 'PSWriteHTML'
Guid = 'a7bdf640-f5cb-4acf-9de0-365b322d245c'
}, @{
ModuleVersion = '1.1.8'
ModuleName = 'PSWriteWord'
Guid = '6314c78a-d011-4489-b462-91b05ec6a5c4'
}, @{
ModuleVersion = '0.1.10'
ModuleName = 'PSWriteExcel'
Guid = '82232c6a-27f1-435d-a496-929f7221334b'
}, @{
ModuleVersion = '0.0.170'
ModuleName = 'PSSharedGoods'
Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe'
}, @{
ModuleVersion = '0.1.19'
ModuleName = 'PSWinDocumentation.AD'
Guid = 'a46f9775-04d2-4423-9631-01cfda42b95d'
}, @{
ModuleVersion = '0.0.4'
ModuleName = 'PSWinDocumentation.AWS'
Guid = 'b3c23202-740d-4f7b-a9d7-bd87063381cc'
}, @{
ModuleVersion = '0.0.7'
ModuleName = 'PSWinDocumentation.O365'
Guid = '71ea1419-d950-444b-83c9-c579de74962a'
}, @{
ModuleVersion = '0.0.71'
ModuleName = 'ADEssentials'
Guid = '9fc9fd61-7f11-4f4b-a527-084086f1905f'
}, @{
ModuleVersion = '0.0.61'
ModuleName = 'GPOZaurr'
Guid = 'f7d4c9e4-0298-4f51-ad77-e8e3febebbde'
}, 'ActiveDirectory', 'GroupPolicy'
RootModule = 'PSWinDocumentation.psm1'
}