First commit
This commit is contained in:
commit
129ff2e587
5 changed files with 182 additions and 0 deletions
16
lib/ManagePrinter.psd1
Normal file
16
lib/ManagePrinter.psd1
Normal file
|
@ -0,0 +1,16 @@
|
|||
@{
|
||||
RootModule = 'ManagePrinters.psm1'
|
||||
GUID = '21004010-43d2-4cc0-a4d1-eadd604f97d1'
|
||||
ModuleVersion = '0.2'
|
||||
Author = 'Yorick Barbanneau'
|
||||
Copyright = '(c) 2021 Yorick Barbanneau'
|
||||
Description = 'Manage Printer'
|
||||
FunctionsToExport = @('Add-NetworkPrinterPort','Install-PrinterDriver', 'Add-NetworkPrinter' )
|
||||
CmdletsToExport = @()
|
||||
AliasesToExport = @()
|
||||
PrivateData = @{
|
||||
PSData = @{
|
||||
LicenseUri = 'https://git.epha.se/ephase/win_configscripts/LICENCE.md'
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue