This tool will export Cisco Prime maps and draw Wireless access points.
At first you need to edit the config file and specify your cisco prime domain and credentials. See messages.log file for debugging purposes.
powershell -f export_maps.ps1 -campus "your campus"
the config is a json file located in the config folder.
{
"Domain": "https://your.cisco.prime",
"username": "username",
"password": "password",
}