This repository has been archived on 2024-09-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
win_configscripts/lib/ManagePrinter.psd1
2021-01-31 22:36:14 +01:00

16 lines
472 B
PowerShell

@{
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'
}
}
}