- Contents
Introduction to IceLib Technical Reference
Configuration Cmdlet
This example application lets you use the IceLib SDK to configure a CIC server. It is a set of Windows PowerShell Cmdlets which are registered through the use of the SnapIn. The readme file gives full information about the cmdlets. You type commands on the command line in the Powershell window. In summary, cmdlets are:
-
New-Session: Creates a session and connects it to the CIC server you specify.
-
Get-Session: Retrieves and displays a list of active sessions.
-
Remove-Session: Destroys the session(s) you specify.
-
Get-User: Searches the CIC server for one or more users, then displays a list of results.
-
New-User: Creates a new CIC server account with user information you specify.
-
Remove-User: Permanently deletes a user account from the CIC server.
-
Set-Password: Configures the password for a user or group of users.
The application also includes an example of how to format IceLib classes in Powershell and two simple example scripts: ListAllUsers and BulkImport.

