...
Users not on Windows or without access to PowerShell will not be able to use this script. Creating an Alma template or copying and pasting from a notepad or text document are options if you cannot run this PowerShell script. See: 920 Statistics Field in the Holdings: Copying and Pasting Info. (ITS)
Download
Attachments | ||||||
---|---|---|---|---|---|---|
|
Installation
- Remove previously downloaded alma920.ps1 file and shortcuts (skip to step 2 if installing for the first time)
- Locate the previously downloaded .ps1 file
- If you have a shortcut, right click on shortcut and select "Properties"
- Select Shortcut tab
- Copy "Start in" folder path
- Navigate to the folder in Windows Explorer
- Delete the fileĀ
- Delete the Desktop shortcut
- Locate the previously downloaded .ps1 file
- Save new or updated alma920.ps1 to your computer by right-clicking on the file above and choosing "Save link as"
- Create a shortcut to alma920.ps1
- Right click on file
- Select "Show more options"
- Select "Create shortcut"
- Move shortcut to Desktop (and, optionally, rename shortcut)
- Right click on shortcut and select "Properties"
- Select Shortcut tab
- Copy and paste following text into Target box: powershell.exe -ExecutionPolicy Bypass -NoProfile -WindowStyle Hidden -FileĀ alma920.ps1
- -ExecutionPolicy Bypass allows the script to run without being blocked or triggering security warnings or prompts
- -NoProfile does not load the PowerShell profile
- -WindowStyle Hidden hides the command prompt window
- (Optional) Assign shortcut keys using the Shortcut key box
- Change Run value to "Minimized"
- Click Apply
- Click OK
- Double click on the shortcut to run the script
...