Skip to content

desjardinsm/RicohAddressBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RicohAddressBook

Build status

A PowerShell module to manage Ricoh printer address books.

Based on the PowerShell module created by Alexander Krause.

Exports

  • Get-AddressBookEntry
  • Add-AddressBookEntry
  • Update-AddressBookEntry
  • Remove-AddressBookEntry
  • Get-Title1Tag (this is only useful for getting the proper Title1 for a letter, to be used in the Add- or Update- functions)

Installation

PowerShell Gallery

RicohAddressBook is available in the PowerShell Gallery. The easiest way to install it is to simply run:

Install-Module -Name RicohAddressBook

See Get-Help -Full Install-Module for more information, such as for installing it either per-user or for all users (using the -Scope parameter), or to configure the PSGallery repository if it is not already setup.

Manual

Download the files from the latest release (or download them from the "Module" directory of the repository itself) and place them in a directory named RicohAddressBook somewhere in the $env:PSModulePath.

For a user-installation, this would typically be something like %USERPROFILE%\Documents\WindowsPowerShell\Modules.

Alternatively, you can place the files in an accessible location and run the following command manually when you wish to use it:

Import-Module "<path to module>\RicohAddressBook.psd1"

Credits

This would not have been possible without the work done in the following projects: