A PowerShell module to manage Ricoh printer address books.
Based on the PowerShell module created by Alexander Krause.
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)
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.
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"
This would not have been possible without the work done in the following projects:
- Alexander Krause's PowerShell module (which was hosted on the TechNet gallery)
- Ricoh.NET
- libmfd