forked from Largehawiian/SonicwallAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPSGetModuleInfo.xml
More file actions
166 lines (166 loc) · 13.9 KB
/
PSGetModuleInfo.xml
File metadata and controls
166 lines (166 loc) · 13.9 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Obj RefId="0">
<TN RefId="0">
<T>Microsoft.PowerShell.Commands.PSRepositoryItemInfo</T>
<T>System.Management.Automation.PSCustomObject</T>
<T>System.Object</T>
</TN>
<MS>
<S N="Name">PSSonicWall</S>
<Version N="Version">1.0</Version>
<S N="Type">Module</S>
<S N="Description">PowerShell module to interact with SonicWall appliances using its SonicOS API.</S>
<S N="Author">Marc Meseguer</S>
<S N="CompanyName">mmeseguer</S>
<S N="Copyright">(c) 2018 Marc Meseguer. Todos los derechos reservados.</S>
<DT N="PublishedDate">2018-11-25T18:51:22-05:00</DT>
<Obj N="InstalledDate" RefId="1">
<DT>2019-08-22T14:42:45.8513422-04:00</DT>
<MS>
<Obj N="DisplayHint" RefId="2">
<TN RefId="1">
<T>Microsoft.PowerShell.Commands.DisplayHintType</T>
<T>System.Enum</T>
<T>System.ValueType</T>
<T>System.Object</T>
</TN>
<ToString>DateTime</ToString>
<I32>2</I32>
</Obj>
</MS>
</Obj>
<Nil N="UpdatedDate" />
<URI N="LicenseUri">https://github.com/mmeseguer/PSSonicWall/blob/master/LICENSE</URI>
<URI N="ProjectUri">https://github.com/mmeseguer/PSSonicWall</URI>
<Nil N="IconUri" />
<Obj N="Tags" RefId="3">
<TN RefId="2">
<T>System.Object[]</T>
<T>System.Array</T>
<T>System.Object</T>
</TN>
<LST>
<S>SonicWall</S>
<S>API</S>
<S>Network</S>
<S>PSModule</S>
</LST>
</Obj>
<Obj N="Includes" RefId="4">
<TN RefId="3">
<T>System.Collections.Hashtable</T>
<T>System.Object</T>
</TN>
<DCT>
<En>
<S N="Key">Function</S>
<Obj N="Value" RefId="5">
<TNRef RefId="2" />
<LST>
<S>Connect-SWAppliance</S>
<S>Disconnect-SWAppliance</S>
<S>Get-SWAccessRule</S>
<S>Get-SWAddressGroup</S>
<S>Get-SWAddressObject</S>
<S>Get-SWDns</S>
<S>Get-SWInterface</S>
<S>Get-SWNatPolicy</S>
<S>Get-SWRoutePolicy</S>
<S>Get-SWSchedule</S>
<S>Get-SWServiceGroup</S>
<S>Get-SWZone</S>
</LST>
</Obj>
</En>
<En>
<S N="Key">RoleCapability</S>
<Obj N="Value" RefId="6">
<TNRef RefId="2" />
<LST />
</Obj>
</En>
<En>
<S N="Key">Command</S>
<Obj N="Value" RefId="7">
<TNRef RefId="2" />
<LST>
<S>Connect-SWAppliance</S>
<S>Disconnect-SWAppliance</S>
<S>Get-SWAccessRule</S>
<S>Get-SWAddressGroup</S>
<S>Get-SWAddressObject</S>
<S>Get-SWDns</S>
<S>Get-SWInterface</S>
<S>Get-SWNatPolicy</S>
<S>Get-SWRoutePolicy</S>
<S>Get-SWSchedule</S>
<S>Get-SWServiceGroup</S>
<S>Get-SWZone</S>
</LST>
</Obj>
</En>
<En>
<S N="Key">DscResource</S>
<Obj N="Value" RefId="8">
<TNRef RefId="2" />
<LST />
</Obj>
</En>
<En>
<S N="Key">Workflow</S>
<Obj N="Value" RefId="9">
<TNRef RefId="2" />
<LST />
</Obj>
</En>
<En>
<S N="Key">Cmdlet</S>
<Obj N="Value" RefId="10">
<TNRef RefId="2" />
<LST />
</Obj>
</En>
</DCT>
</Obj>
<Nil N="PowerShellGetFormatVersion" />
<Nil N="ReleaseNotes" />
<Obj N="Dependencies" RefId="11">
<TNRef RefId="2" />
<LST />
</Obj>
<S N="RepositorySourceLocation">https://www.powershellgallery.com/api/v2</S>
<S N="Repository">PSGallery</S>
<S N="PackageManagementProvider">NuGet</S>
<Obj N="AdditionalMetadata" RefId="12">
<TN RefId="4">
<T>System.Management.Automation.PSCustomObject</T>
<T>System.Object</T>
</TN>
<MS>
<S N="copyright">(c) 2018 Marc Meseguer. Todos los derechos reservados.</S>
<S N="description">PowerShell module to interact with SonicWall appliances using its SonicOS API.</S>
<S N="requireLicenseAcceptance">False</S>
<S N="isLatestVersion">True</S>
<S N="isAbsoluteLatestVersion">True</S>
<S N="versionDownloadCount">115</S>
<S N="downloadCount">115</S>
<S N="packageSize">17470</S>
<S N="published">11/25/2018 6:51:22 PM -05:00</S>
<S N="created">11/25/2018 6:51:22 PM -05:00</S>
<S N="lastUpdated">8/22/2019 3:14:19 PM -04:00</S>
<S N="tags">SonicWall API Network PSModule PSFunction_Connect-SWAppliance PSCommand_Connect-SWAppliance PSFunction_Disconnect-SWAppliance PSCommand_Disconnect-SWAppliance PSFunction_Get-SWAccessRule PSCommand_Get-SWAccessRule PSFunction_Get-SWAddressGroup PSCommand_Get-SWAddressGroup PSFunction_Get-SWAddressObject PSCommand_Get-SWAddressObject PSFunction_Get-SWDns PSCommand_Get-SWDns PSFunction_Get-SWInterface PSCommand_Get-SWInterface PSFunction_Get-SWNatPolicy PSCommand_Get-SWNatPolicy PSFunction_Get-SWRoutePolicy PSCommand_Get-SWRoutePolicy PSFunction_Get-SWSchedule PSCommand_Get-SWSchedule PSFunction_Get-SWServiceGroup PSCommand_Get-SWServiceGroup PSFunction_Get-SWZone PSCommand_Get-SWZone PSIncludes_Function</S>
<S N="developmentDependency">False</S>
<S N="updated">2019-08-22T15:14:19Z</S>
<S N="NormalizedVersion">1.0.0</S>
<S N="Authors">Marc Meseguer</S>
<S N="IsPrerelease">false</S>
<S N="ItemType">Module</S>
<S N="FileList">PSSonicWall.nuspec|PSSonicWall.psd1|PSSonicWall.psm1|Private\Convert-AddressGroup.ps1|Private\Convert-AddressObject.ps1|Private\SslVerification.ps1|Private\Test-SWConnection.ps1|Public\Connect-SWAppliance.ps1|Public\Disconnect-SWAppliance.ps1|Public\Get-SWAccessRule.ps1|Public\Get-SWAddressGroup.ps1|Public\Get-SWAddressObject.ps1|Public\Get-SWDns.ps1|Public\Get-SWInterface.ps1|Public\Get-SWNatPolicy.ps1|Public\Get-SWRoutePolicy.ps1|Public\Get-SWSchedule.ps1|Public\Get-SWServiceGroup.ps1|Public\Get-SWZone.ps1</S>
<S N="GUID">0b3d3f62-3921-49cf-a07c-0ea846377ff2</S>
<S N="CompanyName">Sobrebits.com</S>
</MS>
</Obj>
<S N="InstalledLocation">C:\Program Files\WindowsPowerShell\Modules\PSSonicWall\1.0</S>
</MS>
</Obj>
</Objs>