First commit

This commit is contained in:
Yorick Barbanneau 2021-01-31 22:36:14 +01:00
commit 129ff2e587
5 changed files with 182 additions and 0 deletions

16
lib/ManagePrinter.psd1 Normal file
View 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'
}
}
}