forked from GSA/data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathit-standards.csv
We can't make this file beautiful and searchable because it's too large.
1544 lines (1544 loc) · 549 KB
/
it-standards.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Standard Name,Description,Category,Status,Deployment Type,Approval Expiration Date
10000ft Plans,"Visual Resource Planning Software. See who works on what, spot blocks of availability, and adjust assignments on the fly. An Interactive Resource Management Plan. High-level resource planning software that gives you the big picture of your business, teams and projects. Software For Creative Thinkers. Simple, collaborative tools for innovative teams.",Project Management Tools,Not yet submitted,SaaS,-
2020 Cap,"Based on AutoCAD, 2020 Cap supports office space planning and furniture layout software for designing faster with less errors thanks to the automation of time-consuming tasks and the most up-to-date catalogs in the industry. With furniture layout software, you can create innovative spaces and provide accurate furniture specifications delivering precise, complete and on-time projects. 2020 Cap helps designers to work saving time and delivering projects quickly.",CAD-Computer-Aided Design,Approved - Preferred,Desktop,2018-11
3T Software Labs RoboMongo 1.0,RoboMongo is a native and cross-platform MongoDB manager. Robomongo has provided an open source MongoDB tool that provides innovative functionality to meet the needs of enthusiasts and the wider community.,Database Connectivity,Proposed,Desktop,-
7-Zip 16.04,7-Zip is a file archiver with a high compression ratio for ZIP and GZIP formats,Workplace Productivity,Exception,Desktop,2019-06
90secondwebsitebuilder 10,"Preview and Publish to your favorite host using drag and drop website builder for creating websites in a fast, code-free way.",Miscellaneous Software,Exception,SaaS,2018-10
ACR Systems - TrendReader 2 Express,The software retrieves data from the manufacturer's hardware which consists of a temperature and humidity sensor.,Building Automation,Approved - Preferred,Desktop,2018-09
ALGOL 68,High-level compiler language (ALGOrithmic Language) developed as an international language for the expression of algorithms between people and between people and machines.,Programming Language,Sunsetting,Desktop,2018-01
ANSI/ISO C 11,Programming language used for traditional client/server applications development on desktop and server platform.,Programming Language,Sunsetting,Desktop,2018-01
ANSI/ISO C++ 2011,Object Oriented programming language used for traditional client/server applications development on desktop and server platform.,Programming Language,Approved - Maintain,Desktop,2018-01
ANTLR 3,"ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees.",Programming Language,Not yet submitted,Server,-
AOL Netscape 7,An Internet browser product.,Web Browser,Denied,Desktop,-
APCO Signword Pro 2.2,"Use your PC to create signs right in your office, responding to constantly changing needs, at a fraction of the cost of factory lettering.","Design,Miscellaneous Software",Exception,Desktop,2018-07
API Umbrella 0.13,"API Umbrella is a proxy that sits in front of your APIs.It can seamlessly add common functionality like api keys, rate limiting, and analytics to any API.",Development Tool,Proposed,Desktop,-
ASC X12 Electronic Data Interchange (EDI),"Electronic Data Interchange is the electronic communication of business transactions, such as orders, confirmations, and invoices, between organizations. Third parties provide EDI services that enable organizations with different equipment to connect. Although interactive access may be a part of it, EDI implies direct computer-to-computer transactions into vendors' databases and ordering systems.",Scripting Language,Approved - Maintain,Desktop,2018-01
ASG-becubic,"ASG-becubic is an Application Discovery and Understanding solution designed to address complex issues associated with custom applications. It identifies the primary composition and structure of core applications, their complexity, code redundancies, and duplications. It identifies problems in the code base, reducing operational risk at runtime and minimizing the downtime for an application. ASG-becubic also provides a systematic approach to assess the impact of changes to control risks.",Asset Management,Sunsetting,SaaS,2018-06
ASP Inventory Management Software Systems,"Wasp Barcode manufactures inventory software & systems, asset tracking, barcode scanners, barcode printers, and time & attendance solutions.",Building Management,Proposed,- Not Identified,-
AT&T Connect Participant Application,This is the eessential interface to host and fully participate in an AT&T Connect web conference. In a live conference,Telephony,Proposed,SaaS,-
ATLAS Web Server,"Atlas allows AJAX functionality in Visual Studio. Designed to give developers a more structured environment for building web applications, Atlas will work on all modern browsers and with any Web server. The Atlas framework allows a developer to write Web applications that are DHTML-, Javascript- and XML-intensive without significant expertise in any of these technologies.",Web Servers,Not yet submitted,Server,-
AWS Workspaces,"Amazon WorkSpaces is a fully managed, secure desktop computing service which runs on the AWS cloud. Amazon WorkSpaces allows you to easily provision cloud-based virtual desktops and provide your users access to the documents, applications, and resources they need from any supported device, including Windows and Mac computers, Chromebooks, iPads, Fire tablets, Android tablets, and Chrome and Firefox web browsers.",Cloud Based Dev Platform,Proposed,SaaS,-
Absolute Software Computrace 8,"Absolute Computrace allows organizations to persistently track and secure all of their endpoints within a single cloud-based console. Computers and ultra-portable devices such as netbooks, tablets, and smartphones can be remotely managed and secured to ensure—and most importantly prove—that endpoint IT compliance processes are properly implemented and enforced.",Asset Management,Sunsetting,SaaS,2018-06
AccessLint,AccessLint is a GitHub App that finds accessibility issues in your pull requests.,IT Testing and Analysis,Pilot,SaaS,2018-04
Actifio,This software is required to maintain the database test environment to support the GSA Pegasys application.,Database Admin Tools,Exception,Desktop,2019-11
ActivIdentity ActivClient 6,"ActivID ActivClient software guards against an ever-changing threat landscape by providing organizations with risk-appropriate and secure access to corporate IT assets. Choosing from a range of credential options, including smart cards and USB tokens, organizations can authenticate users to a wide variety of desktop, network, mobile, cloud and productivity applications. The strong authentication solution is also available for all major mobile platforms, enabling organizations to protect their resources whether accessed from a desktop, laptop, tablet or smartphone.",Identity and Access Management,Approved - Maintain,Desktop,2018-02
Active Reports Developer Version 9,Active Report 9 ihelps to create reports for website development,Reporting and Analysis,Proposed,Desktop,-
Acunetix Web Vulnerability Scanner 10.5,"Acunetix Web Vulnerability Scanner is able to inspect folder permissions and discover potentially unsafe HTTP methods that may be active on the target web server. Port scanning is another activity you can try with this application because if it discovers open ports, Acunetix Web Vulnerability Scanner will start testing in-depth the network security starting from that possible point of intrusion.Acunetix Web Vulnerability Scanner also checks out the data that is being sent by your web apps. For this purpose you have at your disposal a HTTP Sniffer and a HTTP Fuzzer to intercept, capture and modify the traffic, as well as check for dangerous flaws that would allow for a buffer overflow attack.",Vulnerabilities Scanning,Not yet submitted,Server,-
Adobe Acrobat 4,"Adobe Acrobat X Standard software allows users to scan and convert paper documents into searchable, electronic PDF files, and turn paper forms into fillable PDF forms. It combines and organizes multiple file types into a single PDF document that can be shared with anyone, anywhere. Allows the application of basic security features to protect your work.",PDF Software,Denied,Desktop,-
Adobe Acrobat 5,"Adobe Acrobat X Standard software allows users to scan and convert paper documents into searchable, electronic PDF files, and turn paper forms into fillable PDF forms. It combines and organizes multiple file types into a single PDF document that can be shared with anyone, anywhere. Allows the application of basic security features to protect your work.",PDF Software,Denied,Desktop,-
Adobe Acrobat 6,"Adobe Acrobat X Standard software allows users to scan and convert paper documents into searchable, electronic PDF files, and turn paper forms into fillable PDF forms. It combines and organizes multiple file types into a single PDF document that can be shared with anyone, anywhere. Allows the application of basic security features to protect your work.",PDF Software,Denied,Desktop,-
Adobe Acrobat Pro DC,"Convert, sign, and send documents on any device with the world’s best PDF solution.",PDF Software,Exception,- Not Identified,2019-12
Adobe Acrobat Professional 10,Document exchange software from Adobe that allows documents created on one platform to be displayed and printed exactly the same on another no matter which fonts are installed in the computer.,PDF Software,Sunsetting,Desktop,2018-05
Adobe Acrobat Professional 11,"Adobe Acrobat is a family of application software developed by Adobe Systems to view, create, manipulate, print and manage files in Portable Document Format (PDF).",PDF Software,Approved - Preferred,Desktop,2018-05
Adobe Acrobat Professional 11 for Mac,"Adobe Acrobat is a family of application software developed by Adobe Systems to view, create, manipulate, print and manage files in Portable Document Format (PDF).",PDF Software,Proposed,Desktop,-
Adobe Acrobat Professional 9,"Adobe Acrobat is a family of application software developed by Adobe Systems to view, create, manipulate, print and manage files in Portable Document Format (PDF).",PDF Software,Sunsetting,Desktop,2018-05
Adobe Acrobat Reader DC,"Adobe Acrobat Reader DC software is the free, trusted standard for viewing, printing, signing, and annotating PDFs. It's the only PDF viewer that can open and interact with all types of PDF content including forms and multimedia.",PDF Software,Exception,- Not Identified,2019-11
Adobe Captivate 8,"Adobe Captivate is an electronic learning tool which can be used to author software demonstrations, software simulations, branched scenarios, and randomized quizzes in .swf format. It can also convert Adobe Captivate generated .swf to .avi which can be uploaded to video hosting websites.Adobe Captivate 8 software reimagines the way interactive eLearning is created for a multi-device world. Develop any-screen mobile learning without programming using all-new responsive authoring. Now use an intuitive UI to transform PowerPoint presentations into engaging eLearning using actors, voices, interactions, and quizzes. Leverage best-in-class HTML5 publishing to deliver any content to mobile devices, the web, desktops, and leading LMSs.",Multimedia Content Management,Sunsetting,Desktop,2017-11
Adobe Captivate 9,"With new Adobe Captivate 9, go seamlessly from storyboarding to responsive eLearning design. Dip into the exclusive 25,000+ asset store to enrich your content. Create amazing courses that run seamlessly across desktops and mobile.",Multimedia Content Management,Exception,Desktop,2019-11
Adobe ColdFusion 10,Adobe ColdFusion application server offers you a single platform to rapidly build and deploy web and mobile applications.,Application Servers,Not yet submitted,Desktop,-
Adobe ColdFusion 9,Application development tool for writing Web pages that interact with databases.,Application Servers,Sunsetting,Desktop,2017-09
Adobe ColdFusion Enterprise 2016 Release,"ColdFusion is a rapid development platform for building modern web applications. It gives you integration with functionality important to web applications like database access, MS Exchange access, PDF form creation and more.Adobe ColdFusion Enterprise Edition is a robust platform for scalable, high-performing web and mobile applications. Take advantage of the security code analyzer to automatically detect vulnerabilities in code, and use the API Manager to extend reach via APIs. Benefit from performance improvements to run existing code as much as 30% faster",Programming Language,Exception,Server,2019-03
Adobe Connect 9,"Adobe Connect 9 is software used to create general presentations, online training materials, web conferencing, learning modules, and user desktop sharing.",Video Conferencing,Approved - Preferred,Desktop,2019-03
Adobe Creative Cloud,"Adobe Creative Cloud is a software as a service offering from Adobe Systems that gives users access to a collection of software developed by Adobe for graphic design, video editing, web development, photography, and cloud services.",Multimedia Content Management,Denied,SaaS,-
Adobe Creative Cloud Suite CC 2018,"Creative Cloud gives you the entire collection of Adobe desktop and mobile apps, from essentials like Photoshop CC to next generation tools like Adobe XD CC. You also get built-in templates to jump-start your designs and step-by-step tutorials to sharpen your skills and get up to speed quickly. It’s everything you need to create, collaborate, and get inspired.",Multimedia Content Management,Exception,Desktop,2020-01
Adobe Creative Suite 2017 (Imaging),The Adobe Creative Suite 2017 (Imaging) includes the following modules.Lightroom CC (2015) (6.0)After Effects CC (2017) (14.0.0)InDesign CC (2017) (12.0.0)Audition CC (2017) (10.0.0)Premiere Pro CC (2017) (11.0.0)Illustrator CC (2017) (21.0.0)Photoshop CC (2017) (18.0),Multimedia Content Management,Exception,Desktop,2019-02
Adobe Creative Suite 2017 (Video),The Adobe Creative Suite 2017 (Video) includes the following modules.Fireworks CS6 (12.0.0)Flash Builder Premium (4.7)SpeedGrade CC (2015) (9.0)Prelude CC (2017) (6.0.0)Dreamweaver CC (2017) (17.0.0),Multimedia Content Management,Exception,Desktop,2019-02
Adobe Creative Suite CS6,"The software suite consists of graphic design, video editing, and web development applications developed by Adobe Systems. Each edition consists of several Adobe applications, e.g., Photoshop, Acrobat, InDesign, Premiere Pro or After Effects. Photoshop, InDesign, and Illustrator are the industry standard applications for many graphic design positions.",Electronic Publishing,Denied,Desktop,-
Adobe Digital Editions 2,"Adobe Digital Editions software allows users to view and manage media rich eBooks and other digital publications. Used to download and purchase digital content, which can be read both online and offline. Transfer copy-protected eBooks to transfer from one computer to other computers or devices. Organize your eBooks into a custom library and annotate pages.",Multimedia Content Management,Denied,Desktop,-
Adobe Dreamweaver 10,"All-in-one visual development tool for creating, publishing, and managing websites and mobile content. Version 10 was released in 2008 and is no longer supported.","Application Servers,Electronic Publishing",Not yet submitted,Desktop,-
Adobe Flash Browser Plugin 7.0,"Adobe Flash is a multimedia and software platform used for authoring of vector graphics, animation, games and Rich Internet Applications (RIAs) which can be viewed, played and executed in Adobe Flash Player. Flash is frequently used to add streamed video or audio players, advertisement and interactive multimedia content to web pages, although usage of Flash on websites is declining",Content Rendering,Approved - Maintain,Desktop,2017-11
Adobe Flash Player 16,Flash media player for web animations and interactive content.,"Electronic Publishing,Multimedia Content Management",Denied,Desktop,-
Adobe Flash Player 28.x,Flash media player for web animations and interactive content.,"Electronic Publishing,Multimedia Content Management",Approved - Preferred,Desktop,2020-02
Adobe Framemaker 2015,"Adobe FrameMaker (2015 release) is a complete solution for bidirectional technical content. Publish natively across channels, mobile devices and formats, and author with best-in-class XML/DITA support. Collaborate seamlessly with experts, and manage content using integration with leading CMSs.",Electronic Publishing,Exception,Desktop,2019/11
Adobe LiveCycle ES4 Version 11,"Adobe LifeCycle Enterprise Suite 4 is an enterprise document and form platform that helps capture and process information, deliver personalized communications, and protect and track sensitive information.",IDE-Integrated Development Environment,Not yet submitted,Desktop,-
Adobe Photoshop CS4,"CS4 features smoother panning and zooming, allowing faster image editing at a high magnification. The interface is more simplified with its tab-based interface making it cleaner to work with. Photoshop CS4 features a new 3D engine allowing the conversion of gradient maps to 3D objects, adding depth to layers and text, and getting print-quality output with the new ray-tracing rendering engine. It supports common 3D formats; the new Adjustment and Mask Panels; Content-aware scaling (seam carving); Fluid Canvas Rotation and File display options. The Content-aware scaling allows users to intelligently size and scale images, and the Canvas Rotation tool makes it easier to rotate and edit images from any angle.",Image Processing & Graphic Design,Denied,Desktop,-
Adobe Presenter 11,"Adobe Technical Communication Suite is a collection of applications made by Adobe Systems for technical communicators, help authors, instructional designers, and eLearning and training design professionals. It includes Adobe Acrobat, Adobe Bridge, Adobe Captivate, Adobe Device Central, Adobe FrameMaker, Adobe Illustrator, Adobe Presenter, Adobe RoboHelp and Adobe 3D Reviewer.",Electronic Publishing,Exception,Desktop,2019-07
Adobe Reader 10,Document exchange software from Adobe that allows documents created on one platform to be displayed and printed exactly the same on another no matter which fonts are installed in the computer.,PDF Software,Denied,Desktop,-
Adobe Reader 6,Document exchange software from Adobe that allows documents created on one platform to be displayed and printed exactly the same on another no matter which fonts are installed in the computer.,PDF Software,Denied,Desktop,-
Adobe Reader 7,Document exchange software from Adobe that allows documents created on one platform to be displayed and printed exactly the same on another no matter which fonts are installed in the computer.,PDF Software,Denied,Desktop,-
Adobe Reader 8,Document exchange software from Adobe that allows documents created on one platform to be displayed and printed exactly the same on another no matter which fonts are installed in the computer.,PDF Software,Denied,Desktop,-
Adobe Reader 9,Document exchange software from Adobe that allows documents created on one platform to be displayed and printed exactly the same on another no matter which fonts are installed in the computer.,PDF Software,Denied,Desktop,-
Adobe SVG Viewer 3,"Scalable Vector Graphics (SVG) is a text-based graphics language that describes images with vector shapes, text, and embedded raster graphics. SVG files provide resolution independent, high resolution dots per inch (HiDPI) graphics on the web, in print, and on mobile devices in a compact format. The ability to style SVG with CSS and the support of scripting and animation makes SVG an integral part of the web platform.SVG is ideal for interactive, data-driven, personalized graphics. It is a royalty-free, vendor neutral open standard developed under the W3C (World Wide Web Consortium) process, and widely supported by modern web browsers.",Content Rendering,Sunsetting,Desktop,2017-11
Adobe Technical Communication Suite 2015 release,"Adobe Technical Communication Suite is a collection of applications made by Adobe Systems for technical communicators, help authors, instructional designers, and eLearning and training design professionals. It includes Adobe Acrobat, Adobe Bridge, Adobe Captivate, Adobe Device Central, Adobe FrameMaker, Adobe Illustrator, Adobe Presenter, Adobe RoboHelp and Adobe 3D Reviewer.",Electronic Publishing,Denied,Desktop,-
Adobe Technical Communication Suite 2017,"Adobe Technical Communication Suite is a collection of applications made by Adobe Systems for technical communicators, help authors, instructional designers, and eLearning and training design professionals. It includes Adobe Acrobat, Adobe Bridge, Adobe Captivate, Adobe Device Central, Adobe FrameMaker, Adobe Illustrator, Adobe Presenter, Adobe RoboHelp and Adobe 3D Reviewer.",Electronic Publishing,Exception,Desktop,2019-07
Agilquest OnBoard Navigator 5,"The OnBoard Workplace Management System is workplace expertise codified into business software to seat more people into fewer desks and to maximize the utilization of meeting rooms and video conference resources. OnBoard is the automated system, workflow and business rules which give today's mobile worker a guaranteed place to work when they are in the office and support the visibility and control managers need to reach performance goals.OnBoard delivers hoteling for shared desks, room booking and catering for conference rooms, and provides the centralized robust reservation management and operational data.",Miscellaneous Software,Approved - Preferred,SaaS,2018-05
Aginity Workbench for Redshift 4.6,"Aginity Workbench for Redshift 4.6 is a GUI-based, SQL database development, data warehouse application which has capabilities that allow you to focus on MPP databases. It provides a user interface for creating, managing, and tracking both individual SQL queries, and entire database schemas.",Database,Exception,Desktop,2019-02
Ai Squared ZoomText Magnifier/Reader 10.1,"ZoomText Magnifier is an advanced screen magnification program that enlarges and enhances everything on the computer screen, making your computer easier to see and use.",Screen Reader,Approved - Preferred,Desktop,2018-07
Ai Squared ZoomText Magnifier/Reader 11,"ZoomText Magnifier is an advanced screen magnification program that enlarges and enhances everything on the computer screen, making your computer easier to see and use.",Screen Reader,Approved - Preferred,Desktop,2019-04
Aid4Mail eDiscovery 3.71,Easy-to-learn interface and context-sensitive help to make your job easier. Fast and reliable email processing engine and de-duping options that save time. More than 40 mail client programs and mailbox formats supported.,Email Client,Exception,Desktop,2018-05
Aid4Mail eDiscovery 4.3,Easy-to-learn interface and context-sensitive help to make your job easier. Fast and reliable email processing engine and de-duping options that save time. More than 40 mail client programs and mailbox formats supported.,Email Client,Approved - Preferred,Desktop,2019-04
AirServer,"AirServer is a screen mirroring software receiver for Mac, PC and Xbox One. It allows you to receive AirPlay, Google Cast and Miracast streams, similar to an Apple TV or a Chromecast device.",Mobility Technology Services,Proposed,Desktop,-
Airbrake,"Airbrake Bug Tracker captures errors and aggregates the results for developer review. Stacktraces, parameters, affected users. With deploy tracking, error trends, and detailed dashboards, managing and triaging errors has never been easier.",Scripting Language,Denied,SaaS,-
Airtable,Airtable is a relational database management system.,Database,Pilot,Desktop,-
Akana SOA,"The Akana Platform provides an end-to-end API Management solution for designing, implementing, securing, managing, monitoring, and publishing APIs.",Database Admin Tools,Proposed,Server,-
Alerton Compass 1.5,"Compass is a comprehensive, powerfully designed new product that replaces Alerton Building Suite and Envision for BACtalk as the operator workstation of the future.",Servers/Computers,Proposed,Server,-
Alfresco,"Enterprise content management system for Microsoft Windows and Unix-like operating systems. Alfresco comes in three flavors: Alfresco Community Edition is free software, LGPL licensed open source and open standards.",Document Management,Approved - Preferred,Desktop,-
Alteryx Designer Desktop,"Alteryx Designer provides a single platform that rapidly processes large volumes of data without writing any code. It gives the ability to access, prep, blend, and analyze data and output analytic results to all popular formats using a repeatable workflow, and eliminate the analytic latency inherent in traditional approaches.",Business Process Management System,Exception,Desktop,2018-07
Altova XMLSpy 2012,"XMLSpy is an XML editor and integrated development environment (IDE) developed by Altova. XMLSpy allows developers to create XML-based and Web services applications using technologies such as XML, XBRL, XML Schema, XSLT, XPath, XQuery, WSDL and SOAP.",IDE-Integrated Development Environment,Not yet submitted,Desktop,-
Amazon AWS Elastic Block Store (EBS),"Amazon Elastic Block Store (Amazon EBS) provides persistent block level storage volumes for use with Amazon EC2 instances in the AWS Cloud. FedRAMP Approved - US East/West Regions, GovCloud.FedRAMP approved services and/or services approved by IS for GSA program usage.",Cloud Based Dev Platform,Approved - Preferred,SaaS,-
Amazon AWS Elastic Compute Cloud (EC2),"EC2 is a web service that provides resizable compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers. FedRAMP Approved - US East/West Regions, GovCloud.FedRAMP approved services and/or services approved by IS for GSA program usage.",Cloud Based Dev Platform,Approved - Preferred,SaaS,-
Amazon AWS Identity and Access Management (IAM),"AWS Identity and Access Management (IAM) enables you to securely control access to AWS services and resources for your user. With AWS IAM, you can create and manage users in AWS, and grant access to AWS resources for users managed outside of AWS in your corporate directory. FedRAMP Approved - US East/West Regions, GovCloud.FedRAMP approved services and/or services approved by IS for GSA program usage.",Cloud Based Dev Platform,Approved - Preferred,SaaS,-
Amazon AWS Redshift,"Amazon Redshift is a fully managed, easily scalable petabyte-scale data warehouse service that works with your existing business intelligence tools. FedRAMP Approved - US East/West Regions.FedRAMP approved services and/or services approved by IS for GSA program usage.",Cloud Based Dev Platform,Approved - Preferred,SaaS,-
Amazon AWS Simple Storage Services (S3),"Amazon S3 provides a fully redundant data storage infrastructure for storing and retrieving any amount of data, at any time, from anywhere on the Web. FedRAMP Approved - US East/West Regions, GovCloud.FedRAMP approved services and/or services approved by IS for GSA program usage.",Cloud Based Dev Platform,Approved - Preferred,SaaS,-
Amazon AWS Virtual Private Cloud (VPC),"Amazon VPC lets you provision a private, isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define. With Amazon VPC, you can define a virtual network topology that closely resembles a traditional network that you might operate in your own datacenter. FedRAMP Approved - US East/West Regions, GovCloud.FedRAMP approved services and/or services approved by IS for GSA program usage.",Cloud Based Dev Platform,Approved - Preferred,SaaS,-
Amazon Kindle for PC 1,Amazon Kindle for PC is a reading app to read Kindle editions of books on your Windows computer.,Multimedia Content Management,Denied,Desktop,-
Amazon Web Services,"Amazon Web Services (AWS) is a collection of remote computing services (also called web services) that together make up a cloud computing platform, offered over the Internet by Amazon.com.","SOA Framework,Cloud Based Dev Platform",Approved - Maintain,PaaS,-
Analog 4.0,"Analog is a free web log analysis computer program that runs under Windows, Mac OS, Linux, and most Unix-like operating systems. Analog has not been officially updated since the version 6.0 release in December 2004.",Web Analytics,Sunsetting,Desktop,2017-11
Angular 2,This is latest development framework for developing the next generation web applications.,Development Tool,Approved - Preferred,Desktop,2019-04
Angular 4,This is latest development framework for developing the next generation web applications.,Web Application Framework,Approved - Preferred,Desktop,2019-09
Angular 5.x,This is latest development framework for developing the next generation web applications.,Web Application Framework,Exception,Desktop,2020-02
AnkhSVN 2.6.,AnkhSVN software is need to integrate Visual Studio with Tortoise SVN which is the source code repository for my development work,Programming Language,Proposed,Desktop,-
Ansible Tower 2.4,"Ansible Tower helps scale IT automation, manage complex deployments and speed productivity. Centralize and control IT infrastructure with a visual dashboard, role-based access control, job scheduling and graphical inventory management.",IDE-Integrated Development Environment,Approved - Preferred,Desktop,2018-11
Any DWG to Image Converter 3/15/2017,"It is a batch converter that allows you to convert DWG, DXF and DWF files to TIF (TIFF), JPG (JPEG), BMP, GIF, PNG, TGA, PCX, WMF and EMF without the need of AutoCAD.",Image Processing & Graphic Design,Not yet submitted,Desktop,-
Any DWG to SVG Converter 2017,"Any DWG to SVG Converter batch converts DWG to SVG, DXF to SVG and DWF to SVG without the need of AutoCAD. It supports command line feature.",Building Automation,Not yet submitted,Desktop,-
Anypoint,"This solution enables end-to-end connectivity across API, service orchestration and application integration needs through a single unified platform. Platform should allow developers to rapidly connect, orchestrate and enable any internal or external endpoint. Solution should natively support the ability to design, collaborated on, build, test, deploy, publish, and manage APIs. Using APIs to unlock, decompose, and govern access to legacy systems, GSA should be able to accelerate IT project delivery speed, enabling the agency to better deliver its mission.",API Management,Approved - Maintain,Server,2020/03
Apache ANT 1.10,"Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks.",Programming Environment,Proposed,Desktop,-
Apache ANT 1.9,Apache Ant is a software tool for automating software build processes.,Programming Environment,Exception,Desktop,2019-12
Apache Directory Studio 2.x,"Apache Directory Studio is a complete directory tooling platform intended to be used with any LDAP server however it is particularly designed for use with ApacheDS. It is an Eclipse RCP application, composed of several Eclipse (OSGi) plugins, that can be easily upgraded with additional ones.",IDE-Integrated Development Environment,Exception,Server,2019-09
Apache Guacamole 0.x,"Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.",Remote Access and Remote Control,Exception,Desktop,2020-02
Apache HTTP Server 1,"The Apache HTTP Server is a robust, commercial-grade open source Web server",Web Servers,Denied,Server,-
Apache HTTP Server 2.0,"The Apache HTTP Server is a robust, commercial-grade open source Web server",Web Servers,Denied,Server,-
Apache HTTP Server 2.2,"The Apache HTTP Server is a robust, commercial-grade open source Web server",Web Servers,Approved - Maintain,Server,2021-09
Apache HTTP Server 2.4,"The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. The project is jointly managed by a group of volunteers located around the world, using the Internet and the Web to communicate, plan, and develop the server and its related documentation.",Web Servers,Approved - Preferred,Server,2019-01
Apache Hadoop HDFS 2.7,"The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. Rather than rely on hardware to deliver high-availability, the library itself is designed to detect and handle failures at the application layer, so delivering a highly-available service on top of a cluster of computers, each of which may be prone to failures.The project includes Hadoop Distributed File System (HDFS): A distributed file system that provides high-throughput access to application data.",Database Admin Tools,Approved - Preferred,Server,2018-11
Apache JMeter 3.1,"The Apache JMeter application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.",IT Testing and Analysis,Exception,Desktop,2019-04
Apache Jackrabbit 2.2,"Apache Jackrabbit is an open source content repository for the Java platform. It is a content repository that is a hierarchical content store with support for structured and unstructured content, full text search, versioning, transactions, observation, and more.",IDE-Integrated Development Environment,Not yet submitted,Server,-
Apache Kafka 0.10,Apache Kafka is publish-subscribe messaging rethought as a distributed commit log. A single Kafka broker can handle hundreds of megabytes of reads and writes per second from thousands of clients. Kafka is designed to allow a single cluster to serve as the central data backbone for a large organization.,Database,Exception,Server,2018-10
Apache Log4net,The Apache log4net library is a tool to help the programmer output log statements to a variety of output targets. log4net is a port of the excellent Apache log4j framework to the Microsoft .NET runtime.,Runtime Library,Not yet submitted,Server,-
Apache Lounge 2.0,Apache Lounge is all about the Apache Web Server provided by the Apache Software Foundation (ASF) HTTPD Server Project. Apache Lounge has provided up-to-date Windows binaries and popular third-party modules for more than 10 years. We have hundreds of thousands of satisfied users: small and big companies as well as personal users. More and more software is packaged with our binaries and modules.,Software Development,Proposed,Desktop,-
Apache Maven 3.3,Maven is a build automation tool used primarily for Java projects.,Programming Environment,Exception,Server,2019-06
Apache Solr 4,"Solr (pronounced ""solar"") is an open source enterprise search platform from the Apache Lucene project. Its major features include full-text search, hit highlighting, faceted search, dynamic clustering, database integration, and rich document (e.g., Word, PDF) handling. Solr is written in Java and runs as a standalone full-text search server within a servlet container such as Apache Tomcat or Jetty. Solr uses the Lucene Java search library at its core for full-text indexing and search, and has REST-like HTTP/XML and JSON APIs that make it usable from most popular programming languages. Note: Used by CORS and eBuy.",Search Engine,Not yet submitted,Server,-
Apache Solr 6.4,"Solr (pronounced ""solar"") is an open source enterprise search platform from the Apache Lucene project. Its major features include full-text search, hit highlighting, faceted search, dynamic clustering, database integration, and rich document (e.g., Word, PDF) handling. Solr is written in Java and runs as a standalone full-text search server within a servlet container such as Apache Tomcat or Jetty. Solr uses the Lucene Java search library at its core for full-text indexing and search, and has REST-like HTTP/XML and JSON APIs that make it usable from most popular programming languages. Note: Used by CORS and eBuy.",Search Engine,Proposed,Server,-
Apache Solr 7,"Solr (pronounced ""solar"") is an open source enterprise search platform from the Apache Lucene project. Its major features include full-text search, hit highlighting, faceted search, dynamic clustering, database integration, and rich document (e.g., Word, PDF) handling. Solr is written in Java and runs as a standalone full-text search server within a servlet container such as Apache Tomcat or Jetty. Solr uses the Lucene Java search library at its core for full-text indexing and search, and has REST-like HTTP/XML and JSON APIs that make it usable from most popular programming languages. Note: Used by CORS and eBuy.",Search Engine,Exception,Server,2020-02
Apache Spark 2.0,"Apache Spark is an open source big data processing framework built around speed, ease of use, and sophisticated analytics. It was originally developed in 2009 in UC Berkeley's AMPLab, and open sourced in 2010 as an Apache project.",Database Admin Tools,Approved - Preferred,Server,2018-11
Apache Struts 1,"Apache Struts was an open-source web application framework for developing Java EE web applications. It uses and extends the Java Servlet API to encourage developers to adopt a model–view–controller (MVC) architecture. Note: eBuy uses Struts but is in the process of migrating Struts from the application's code. This is an older version of Struts that doesn't have the same security vulnerabilities as the newer versions of Struts, as seen in the Equifax data breach announced in September 2017.",Programming Language,Not yet submitted,Desktop,-
Apache Tomcat 2.0,"Apache Tomcat is an open source web server and servlet container. Tomcat implements several Java EE specifications including Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and provides a ""pure Java"" HTTP web server environment for Java code to run in.","Application Servers,Web Servers",Sunsetting,Server,2017-09
Apache Tomcat 6.0,"Apache Tomcat is an open source web server and servlet container. Tomcat implements several Java EE specifications including Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and provides a ""pure Java"" HTTP web server environment for Java code to run in.","Application Servers,Web Servers",Not yet submitted,Server,-
Apache Tomcat 7.0,"Apache Tomcat is an open source web server and servlet container. Tomcat implements several Java EE specifications including Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and provides a ""pure Java"" HTTP web server environment for Java code to run in.","Application Servers,Web Servers",Exception,Server,2018-08
Apache Tomcat 8.x,"Apache Tomcat is an open source web server and servlet container. Tomcat implements several Java EE specifications including Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and provides a ""pure Java"" HTTP web server environment for Java code to run in.","Application Servers,Web Servers",Exception,Server,2020-03
Apache Zeppelin,"A web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.",Web Analytics,Proposed,Server,-
Apache ZooKeeper 3.4,"Apache ZooKeeper is a software project of the Apache Software Foundation. It is a distributed hierarchical key-value store, which is used to provide a distributed configuration service, synchronization service, and naming registry for large distributed systems.",Software Configuration Management,Exception,Server,2019-04
Apex Logic Symphony,"Symphony manages the Task Order and Delivery Order lifecycle for Federal Government agencies. Your Contract Vehicle, along with your customers and contract holders, use Symphony to collaboratively create, compete, award, and administer orders.Quickly and easily setup your Contract Vehicle, publish it to your customers, and start taking orders. Capture and maintain complete, auditable, electronic records of all your interactions per order ensuring compliance and organization.",Customer Relationship Management,Approved - Preferred,SaaS,2018-07
Appian BPM Suite,"Appian BPM Suite manages business processes, work automations, and social collaboration across the enterprise for employees, customers, and systems. Appian provides a modern application platform to drive better business decisions, actions and results. All the data, all the processes, all the documents and all the collaborations in one environment, on any device, through a simple social interface.",Business Process Management System,Exception,Desktop,2018-07
Appian SAIL 2.0,"Self-Assembling Interface Layer (SAIL) delivers dynamic and responsive web and native-mobile user interfaces through a “write once, deploy everywhere” architecture. Appian SAIL makes it easier to design and use solutions that integrate social collaboration, native mobility, flexible cloud/on-premise delivery, and enterprise data discovery.",Programming Language,Not yet submitted,Server,-
Apple Mac OS 10.11,"OS X El Capitan (version 10.11) is the twelfth major release of OS X, Apple Inc.'s desktop and server operating system for Macintosh computers. It is the successor to OS X Yosemite and focuses mainly on performance, stability and security.",Operating System,Approved - Preferred,Desktop,2018-10
Apple Mac OS 10.13,"OS (version 10.13) is the fourteenth major release of OS X, Apple Inc.'s desktop and server operating system for Macintosh computers. It is the successor to OS X Yosemite and focuses mainly on performance, stability and security.",Operating System,Exception,Desktop,2019-12
Apple Mac OS X 10.12 Sierra,"macOS Sierra (v 10.12) is the thirteenth major release of macOS (previously OS X), Apple's desktop and server operating system for Macintosh computers.",Operating System,Exception,Desktop,2018-12
Apple QuickTime 7,"QuickTime is an extensible multimedia framework developed by Apple Inc., capable of handling various formats of digital video, picture, sound, panoramic images, and interactivity.",Mobility Technology Services,Denied,Desktop,-
Apple Safari 5,Safari is a web browser developed by Apple based on the WebKit engine.,Web Browser,Exception,Desktop,-
Apple iCloud,iCloud is a cloud storage and cloud computing service from Apple Inc.,Multimedia Content Management,Approved - Maintain,SaaS,2019-04
Apple iMovie 10.1,"iMovie is a video editing software application sold by Apple Inc. for the Mac and iOS (iPhone, iPad, iPad Mini and iPod Touch). Apple iMovie has added support for 4K video, and more sharing options. And it maintains some of the best storyboard-based movie making tools for novices-Trailers and Movies-along with excellent green-screen and soundtrack capabilities.",Multimedia Content Management,Exception,Desktop,2019-03
Apple iTunes 10,"iTunes is a media player, media library, online radio broadcaster, and mobile device management application developed by Apple Inc. It is used to play, download, and organize digital audio and video (as well as other types of media available on the iTunes Store) on personal computers running the OS X and Microsoft Windows operating systems. The iTunes Store is also available on the iPhone, iPad, and iPod Touch.",Multimedia Content Management,Denied,Desktop,-
Application LifeCycle Management,"This sounds like a process not a specific s/w package. Is there more info on it? Applicable products might be ALM 2.0 by Orcanos? Or Outsystems, DevSuite, iRise,",Software Configuration Management,Sunsetting,Desktop,2018-10
Apptio Apptio 11,"The Apptio suite of SaaS applications helps GSA IT provide the cost transparency necessary to accurately price the products and services it provides to ensure its: (1) costs are covered; (2) chargeback amounts to customers are fair and accurate; and (3) customers and stakeholders understand the relationship between consumption demands and GSA IT’s costs. Apptio does this by ingesting data from a wide variety of financial, operational, and billing systems of record, providing a standardized cost model and taxonomy known as Technology Business Management (TBM), that in turn enable the applications' analytical, reporting and benchmarking capabilities to provide insights into GSA IT's cost drivers and its customers' consumption behaviors.",Business Process Management System,Exception,SaaS,2018-10
Apptio Apptio 12,"The Apptio suite of SaaS applications helps GSA IT provide the cost transparency necessary to accurately price the products and services it provides to ensure its: (1) costs are covered; (2) chargeback amounts to customers are fair and accurate; and (3) customers and stakeholders understand the relationship between consumption demands and GSA IT’s costs. Apptio does this by ingesting data from a wide variety of financial, operational, and billing systems of record, providing a standardized cost model and taxonomy known as Technology Business Management (TBM), that in turn enable the applications’ analytical, reporting and benchmarking capabilities to provide insights into GSA IT's cost drivers and its customers' consumption behaviors.",Business Process Management System,Approved - Preferred,SaaS,2019-06
Archidata Interzone 11,"The Archidata Solution is a web-based platform for space and plan management. The plans archived on the Archidata platform are leveraged by extracting data to update and generate space data in 2D and 3D. The platform offers a set of tools for three sectors of activities: assets, buildings and projects. The Archidata Solution is the ideal visual user environment.",Building Management,Not yet submitted,Desktop,-
Argus Enterprise,"Software used for property valuation, comprehensive asset management and portfolio management solution. A single platform for the commercial real estate market who value property, secure capital and manage assets.",Cost Estimation,Exception,Desktop,2019-03
Articulate 360,"Currently we use Articulate Storyline 2, however, our vendors use the updated version of Articulate 360. In order for us to be able to update our curriculum in house after it's been developed, we need to use Articulate 360.",Multimedia Content Management,Exception,SaaS,2019-01
Articulate Storyline 2,Articulate Storyline provides a very intuitive and easy to use interface for e-learning course authoring and it is a very smooth eLearning development tool. It is used by skilled course designers and also regular subject matter experts. Because of intuitive interface it is possible to quickly get trained on Articulate Storyline and become productive.,Multimedia Content Management,Not yet submitted,Desktop,-
Articulate Storyline 3,Articulate Storyline provides a very intuitive and easy to use interface for e-learning course authoring and it is a very smooth eLearning development tool. It is used by skilled course designers and also regular subject matter experts. Because of intuitive interface it is possible to quickly get trained on Articulate Storyline and become productive.,Multimedia Content Management,Approved - Preferred,Desktop,2019-05
Asana,"Asana is a web and mobile application designed to help teams track their work. It was founded in 2008 by Facebook co-founder Dustin Moskovitz and ex-engineer Justin Rosenstein, who both worked on improving the productivity of employees at Facebook",Project Management Tools,Denied,SaaS,-
Asgard Open/A Administration Program,Open/A for Windows opens the door to Unisys® Clearpath access through Windows PCs. Open/A consists of an Clearpath mainframe component and a PC component that offers an Open Database Connectivity (ODBC) interface.,Programming Environment,Exception,Desktop,2019-09
Aternity Frontline Performance Assistant 1.6,"Aternity’s unique, user-centric vantage point closes the Visibility Gap existing with network- and server-centric application performance management tools. With advanced, real-time analytics and the ability to monitor any application, Aternity transforms all physical, virtual and mobile devices into self-monitoring platforms that are user experience aware. User-centric, proactive IT management empowers organizations with faster applications while dramatically reducing business disruptions and increasing workforce productivity.",Network Monitoring,Denied,Server,-
Atlassian Bitbucket (SaaS),Bitbucket is the Git solution for professional teams. Collaborate on code with inline comments and pull requests. Distributed version control system to collaborate with your team.,Collaboration Software,Denied,SaaS,-
Atlassian Bitbucket Server 3.11,Bitbucket is the Git solution for professional teams. Collaborate on code with inline comments and pull requests.,Collaboration Software,Denied,Server,-
Atlassian Confluence 5.9,"Confluence is team collaboration software. Written in Java and mainly used in corporate environments, it is developed and marketed by Atlassian. Confluence is sold as either on-premises software or as a software as a service.",Collaboration Software,Exception,Desktop,2018-05
Atlassian JIRA 6.4,"JIRA Software is the project management tool for agile teams. JIRA is a proprietary issue tracking product, developed by Atlassian. It provides bug tracking, issue tracking, and project management functions. It has been developed since 2002.",Project Management Tools,Approved - Maintain,Desktop,2018-05
Atlassian JIRA 7.2,"JIRA Software is the project management tool for agile teams. JIRA is a proprietary issue tracking product, developed by Atlassian. It provides bug tracking, issue tracking, and project management functions. It has been developed since 2002.",Project Management Tools,Approved - Preferred,Desktop,2018-12
Atom 1.x,"MIT License (free software) Website. atom.io. Atom is a free and open-source text and source code editor for macOS, Linux, and Microsoft Windows with support for plug-ins written in Node.js, and embedded Git Control, developed by GitHub. Atom is a desktop application built using web technologies.",IDE-Integrated Development Environment,Exception,Desktop,2019-10
Attachmate INFOConnect Enterprise Edition 9.x,"Delivers PC connectivity to mainframes through a suite of terminal emulators, transports, connection tools, print and router services, encryption modules, utilities, APIs, SDKs, and custom installers. Using INFOConnect, users can run host applications, transfer files, and integrate data into other Windows applications. The navigational, scripting, and scheduling tools simplify interaction with host applications and streamline user tasks.",Remote Access and Remote Control,Exception,Server,2019-09
Attachmate NetWizard 6,Netwizard is an integrated desktop management solution.,Asset Management,Sunsetting,Desktop,2018-06
Audacity 2.1,"Audacity is a free open source digital audio editor and recording computer software application, available for Windows, OS X, Linux and other operating systems.",Telephony,Exception,Desktop,2019-09
Auditory Sciences Interact-AS Professional Edition,"Interact-AS enables conversations with anyone, anytime, and anywhere. Instead of looking at a keyboard, waiting for an interpreter, or using pads of paper, Interact-AS supports true face-to-face communication.",Screen Reader,Approved - Preferred,Desktop,2018-07
AutoHotKey 1.x,"AutoHotkey is a free, open-source scripting language for Windows that allows users to easily create small to complex scripts for all kinds of tasks such as: form fillers, auto-clicking, macros, etc.",Workplace Productivity,Proposed,Desktop,-
AutoScript for AutoCAD,Using AutoScript for AutoCAD a user can apply a set of commands to multiple drawings by specifying a script file and the list of drawings that you would like to apply the script to.,CAD-Computer-Aided Design,Approved - Preferred,Desktop,2019-01
Autodesk 3DS Max Design 2009,"3ds Max Design software is a comprehensive 3D design, modeling, animation, and rendering solution for architects, designers, civil engineers, and visualization specialists.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk 3DS Max Design 2011,"3ds Max Design software is a comprehensive 3D design, modeling, animation, and rendering solution for architects, designers, civil engineers, and visualization specialists.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk 3DS Max Design 2012,"3ds Max Design software is a comprehensive 3D design, modeling, animation, and rendering solution for architects, designers, civil engineers, and visualization specialists.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk 3DS Max Design 2013,"3ds Max Design software is a comprehensive 3D design, modeling, animation, and rendering solution for architects, designers, civil engineers, and visualization specialists.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk 3DS Max Design 2014,"3ds Max Design software is a comprehensive 3D design, modeling, animation, and rendering solution for architects, designers, civil engineers, and visualization specialists. Evaluate and sell designs before they are built, with rapid iterations, accurate daylight analysis, and high-impact visuals and animations",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk 3DS Max Design 2015,"3ds Max Design software is a comprehensive 3D design, modeling, animation, and rendering solution for architects, designers, civil engineers, and visualization specialists. Evaluate and sell designs before they are built, with rapid iterations, accurate daylight analysis, and high-impact visuals and animations",CAD-Computer-Aided Design,Approved - Maintain,Desktop,2017-10
Autodesk 3DS Max Design 2017,"3ds Max Design software is a comprehensive 3D design, modeling, animation, and rendering solution for architects, designers, civil engineers, and visualization specialists. Evaluate and sell designs before they are built, with rapid iterations, accurate daylight analysis, and high-impact visuals and animations",CAD-Computer-Aided Design,Approved - Preferred,Desktop,2019-02
Autodesk AutoCAD 2007,AutoCAD is a commercial software application for 2D and 3D computer-aided design (CAD) and drafting,CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD 2010,AutoCAD is a commercial software application for 2D and 3D computer-aided design (CAD) and drafting,CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD 2011,AutoCAD is a commercial software application for 2D and 3D computer-aided design (CAD) and drafting,CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD 2012,AutoCAD is a commercial software application for 2D and 3D computer-aided design (CAD) and drafting,CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD 2013,AutoCAD is a commercial software application for 2D and 3D computer-aided design (CAD) and drafting,CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD 2014,AutoCAD is a commercial software application for 2D and 3D computer-aided design (CAD) and drafting,CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD 2015,AutoCAD is a commercial software application for 2D and 3D computer-aided design (CAD) and drafting,CAD-Computer-Aided Design,Approved - Maintain,Desktop,2017-10
Autodesk AutoCAD 2016,AutoCAD is a commercial software application for 2D and 3D computer-aided design (CAD) and drafting,CAD-Computer-Aided Design,Approved - Maintain,Desktop,2017-10
Autodesk AutoCAD 2017,AutoCAD is a commercial software application for 2D and 3D computer-aided design (CAD) and drafting,CAD-Computer-Aided Design,Approved - Preferred,Desktop,2019-02
Autodesk AutoCAD Architecture 2010,"AutoCAD Architecture is a version of Autodesk's flagship product, AutoCAD, with tools and functions specially suited to architectural work.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD Architecture 2011,"AutoCAD Architecture is a version of Autodesk's flagship product, AutoCAD, with tools and functions specially suited to architectural work.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD Architecture 2012,"AutoCAD Architecture is a version of Autodesk's flagship product, AutoCAD, with tools and functions specially suited to architectural work.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD Architecture 2013,"AutoCAD Architecture is a version of Autodesk's flagship product, AutoCAD, with tools and functions specially suited to architectural work.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD Architecture 2014,"AutoCAD Architecture is a version of Autodesk's flagship product, AutoCAD, with tools and functions specially suited to architectural work.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD Architecture 2015,"AutoCAD Architecture is a version of Autodesk's flagship product, AutoCAD, with tools and functions specially suited to architectural work.",CAD-Computer-Aided Design,Approved - Maintain,Desktop,2017-10
Autodesk AutoCAD Architecture 2016,"AutoCAD Architecture is a version of Autodesk's flagship product, AutoCAD, with tools and functions specially suited to architectural work.",CAD-Computer-Aided Design,Approved - Preferred,Desktop,2017-10
Autodesk AutoCAD Civil 3D 2011,"AutoCAD Civil 3D provides an interface for composing and modifying complex subassemblies, without a need for programming.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD Civil 3D 2012,"AutoCAD Civil 3D provides an interface for composing and modifying complex subassemblies, without a need for programming.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD Civil 3D 2013,"AutoCAD Civil 3D provides an interface for composing and modifying complex subassemblies, without a need for programming.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD Civil 3D 2014,"AutoCAD Civil 3D provides an interface for composing and modifying complex subassemblies, without a need for programming.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD Civil 3D 2015,"AutoCAD Civil 3D provides an interface for composing and modifying complex subassemblies, without a need for programming. It is a civil design and documentation solution that supports Building Information Modeling (BIM) workflows.",CAD-Computer-Aided Design,Approved - Maintain,Desktop,2017-10
Autodesk AutoCAD Civil 3D 2016,"AutoCAD Civil 3D provides an interface for composing and modifying complex subassemblies, without a need for programming. It is a civil design and documentation solution that supports Building Information Modeling (BIM) workflows.",CAD-Computer-Aided Design,Approved - Maintain,Desktop,2017-10
Autodesk AutoCAD Civil 3D 2017,"AutoCAD Civil 3D provides an interface for composing and modifying complex subassemblies, without a need for programming. It is a civil design and documentation solution that supports Building Information Modeling (BIM) workflows.",CAD-Computer-Aided Design,Approved - Preferred,Desktop,2019-02
Autodesk AutoCAD LT 2009,"AutoCAD LT is the lower cost version of AutoCAD, with reduced capabilities",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD LT 2013,"AutoCAD LT is the lower cost version of AutoCAD, with reduced capabilities",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD LT 2017,"AutoCAD is a commercial computer-aided design (CAD) and drafting software application developed by Autodesk. AutoCAD LT provides implified 2D drafting and documentation, and helps create 2D drawings faster and with more precision. 2D only, not 3D like full AutoCAD 2017.",CAD-Computer-Aided Design,Proposed,SaaS,-
Autodesk AutoCAD MEP 2010,"AutoCAD MEP software helps draft, design, and document building systems. Creates more accurate designs within a familiar AutoCAD-based environment. Increases productivity and reduces errors with automated drafting tasks, manufacturers’ parts, and interference detection. Supports mechanical, electrical, and plumbing (MEP) systems throughout the building lifecycle with reliable DWG files.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD MEP 2011,"AutoCAD MEP software helps draft, design, and document building systems. Creates more accurate designs within a familiar AutoCAD-based environment. Increases productivity and reduces errors with automated drafting tasks, manufacturers’ parts, and interference detection. Supports mechanical, electrical, and plumbing (MEP) systems throughout the building lifecycle with reliable DWG files.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD MEP 2012,"AutoCAD MEP software helps draft, design, and document building systems. Creates more accurate designs within a familiar AutoCAD-based environment. Increases productivity and reduces errors with automated drafting tasks, manufacturers’ parts, and interference detection. Supports mechanical, electrical, and plumbing (MEP) systems throughout the building lifecycle with reliable DWG files.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD MEP 2013,"AutoCAD MEP software helps draft, design, and document building systems. Creates more accurate designs within a familiar AutoCAD-based environment. Increases productivity and reduces errors with automated drafting tasks, manufacturers’ parts, and interference detection. Supports mechanical, electrical, and plumbing (MEP) systems throughout the building lifecycle with reliable DWG files.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD MEP 2014,"AutoCAD MEP software helps you draft, design, and document building systems. Create more accurate designs within a familiar AutoCAD-based environment. Increase productivity and reduce errors with automated drafting tasks, manufacturers’ parts, and interference detection. Support mechanical, electrical, and plumbing (MEP) systems throughout the building lifecycle with reliable DWG files.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD MEP 2015,"AutoCAD MEP software helps you draft, design, and document building systems. Create more accurate designs within a familiar AutoCAD-based environment. Increase productivity and reduce errors with automated drafting tasks, manufacturers’ parts, and interference detection. Support mechanical, electrical, and plumbing (MEP) systems throughout the building lifecycle with reliable DWG files.",CAD-Computer-Aided Design,Approved - Maintain,Desktop,2017-10
Autodesk AutoCAD MEP 2016,"AutoCAD MEP software helps you draft, design, and document building systems. Create more accurate designs within a familiar AutoCAD-based environment. Increase productivity and reduce errors with automated drafting tasks, manufacturers’ parts, and interference detection. Support mechanical, electrical, and plumbing (MEP) systems throughout the building lifecycle with reliable DWG files.",CAD-Computer-Aided Design,Approved - Preferred,Desktop,2017-10
Autodesk AutoCAD Map 3D 2009,"AutoCAD Map 3D software provides access to GIS and mapping data to support planning, design, and data management. Intelligent models and CAD tools help to apply regional and discipline-specific standards. Integration of GIS data with the organization helps to improve quality, productivity, and asset management.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD Map 3D 2011,"AutoCAD Map 3D software provides access to GIS and mapping data to support planning, design, and data management. Intelligent models and CAD tools help to apply regional and discipline-specific standards. Integration of GIS data with the organization helps to improve quality, productivity, and asset management.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD Map 3D 2012,"AutoCAD Map 3D software provides access to GIS and mapping data to support planning, design, and data management. Intelligent models and CAD tools help to apply regional and discipline-specific standards. Integration of GIS data with the organization helps to improve quality, productivity, and asset management.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD Map 3D 2013,"AutoCAD Map 3D software provides access to GIS and mapping data to support planning, design, and data management. Intelligent models and CAD tools help to apply regional and discipline-specific standards. Integration of GIS data with the organization helps to improve quality, productivity, and asset management.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD Map 3D 2014,"AutoCAD Map 3D software provides access to GIS and mapping data to support planning, design, and data management. Intelligent models and CAD tools help you to apply regional and discipline-specific standards. Integration of GIS data with your organization helps to improve quality, productivity, and asset management.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD Map 3D 2015,"AutoCAD Map 3D software provides access to GIS and mapping data to support planning, design, and data management. Intelligent models and CAD tools help you to apply regional and discipline-specific standards. Integration of GIS data with your organization helps to improve quality, productivity, and asset management.",CAD-Computer-Aided Design,Approved - Maintain,Desktop,2017-10
Autodesk AutoCAD Map 3D 2016,"AutoCAD Map 3D software provides access to GIS and mapping data to support planning, design, and data management. Intelligent models and CAD tools help you to apply regional and discipline-specific standards. Integration of GIS data with your organization helps to improve quality, productivity, and asset management.",CAD-Computer-Aided Design,Approved - Maintain,Desktop,2017-10
Autodesk AutoCAD Map 3D 2017,"AutoCAD Map 3D software provides access to GIS and mapping data to support planning, design, and data management. Intelligent models and CAD tools help you to apply regional and discipline-specific standards. Integration of GIS data with your organization helps to improve quality, productivity, and asset management.",CAD-Computer-Aided Design,Approved - Preferred,Desktop,2019-02
Autodesk AutoCAD Raster Design 2009,"AutoCAD Raster Design converts raster images into DWG objects. Easily edits, enhances, and maintains scanned drawings and plans in a familiar AutoCAD environment. Makes the most of raster images, maps, aerial photos, satellite imagery, and digital elevation models.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD Raster Design 2011,"AutoCAD Raster Design converts raster images into DWG objects. Easily edits, enhances, and maintains scanned drawings and plans in a familiar AutoCAD environment. Makes the most of raster images, maps, aerial photos, satellite imagery, and digital elevation models.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD Raster Design 2012,"AutoCAD Raster Design converts raster images into DWG objects. Easily edits, enhances, and maintains scanned drawings and plans in a familiar AutoCAD environment. Makes the most of raster images, maps, aerial photos, satellite imagery, and digital elevation models.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk AutoCAD Raster Design 2013,"AutoCAD Raster Design converts raster images into DWG objects. Easily edits, enhances, and maintains scanned drawings and plans in a familiar AutoCAD environment. Makes the most of raster images, maps, aerial photos, satellite imagery, and digital elevation models.",CAD-Computer-Aided Design,Sunsetting,Desktop,2017-10
Autodesk AutoCAD Raster Design 2014,"AutoCAD Raster Design converts raster images into DWG objects. Easily edits, enhances, and maintains scanned drawings and plans in a familiar AutoCAD environment. Makes the most of raster images, maps, aerial photos, satellite imagery, and digital elevation models.",CAD-Computer-Aided Design,Approved - Maintain,Desktop,2017-10
Autodesk AutoCAD Raster Design 2015,"AutoCAD Raster Design converts raster images into DWG objects. Easily edits, enhances, and maintains scanned drawings and plans in a familiar AutoCAD environment. Makes the most of raster images, maps, aerial photos, satellite imagery, and digital elevation models.",CAD-Computer-Aided Design,Approved - Maintain,Desktop,2017-10
Autodesk AutoCAD Utility Design 2014,"AutoCAD Utility Design software combines design and documentation with rules-driven workflows and analysis for electrical distribution design. Improve design accuracy, analyze and optimize network designs for greater performance and reliability, and deliver more consistent and coordinated documentation.",Building Information Modeling,Denied,Desktop,-
Autodesk AutoCAD Utility Design 2015,"AutoCAD Utility Design software combines design and documentation with rules-driven workflows and analysis for electrical distribution design. Improve design accuracy, analyze and optimize network designs for greater performance and reliability, and deliver more consistent and coordinated documentation.",Building Information Modeling,Approved - Maintain,Desktop,2017-10
Autodesk AutoCAD Utility Design 2016,"AutoCAD Utility Design software combines design and documentation with rules-driven workflows and analysis for electrical distribution design. Improve design accuracy, analyze and optimize network designs for greater performance and reliability, and deliver more consistent and coordinated documentation.",Building Information Modeling,Approved - Preferred,Desktop,2017-10
Autodesk Backburner 2014,Autodesk Backburner is a background rendering network system that allows animation scenes to be rendered by many computers working collectively on the same network.,Building Information Modeling,Approved - Maintain,Server,2017-10
Autodesk DWG Compare 1.x,"Based on the Drawing Compare feature in AutoCAD Architecture, this plug-in compares two versions of a drawing. Comparison differences are temporarily displayed on the Original drawing verison in the drawing area (new objects in green, modified objects in yellow, moved objects in white, deleted objects in red)",CAD-Computer-Aided Design,Exception,Desktop,2020-02
Autodesk DWG TrueView 2009,"Autodesk DWG TrueView enables users to view and plot AutoCAD DWG and DXF files, and to publish these same files to the DWF file format.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk DWG TrueView 2010,"Autodesk DWG TrueView enables users to view and plot AutoCAD DWG and DXF files, and to publish these same files to the DWF file format.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk DWG TrueView 2012,"Autodesk DWG TrueView enables users to view and plot AutoCAD DWG and DXF files, and to publish these same files to the DWF file format.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk DWG TrueView 2013,"Autodesk DWG TrueView enables users to view and plot AutoCAD DWG and DXF files, and to publish these same files to the DWF file format.",CAD-Computer-Aided Design,Approved - Maintain,Desktop,2017-10
Autodesk DWG TrueView 2014,"Autodesk DWG TrueView enables users to view and plot AutoCAD DWG and DXF files, and to publish these same files to the DWF file format.",CAD-Computer-Aided Design,Approved - Maintain,Desktop,2017-10
Autodesk DWG TrueView 2017,"Autodesk DWG TrueView enables users to view and plot AutoCAD DWG and DXF files, and to publish these same files to the DWF file format.",CAD-Computer-Aided Design,Exception,Desktop,2019-03
Autodesk Design Review 2009,"Autodesk Design Review is a free viewing application that enables all members of the project team to easily view, measure, markup and print designs shared electronically. Built around the DWF file format, Design Review enables users to view and print complex 2D and 3D drawings, maps, and models published from Autodesk design applications or from the DWF Writer.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk Design Review 2010,"Autodesk Design Review is a free viewing application that enables all members of the project team to easily view, measure, markup and print designs shared electronically. Built around the DWF file format, Design Review enables users to view and print complex 2D and 3D drawings, maps, and models published from Autodesk design applications or from the DWF Writer.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk Design Review 2011,"Autodesk Design Review is a free viewing application that enables all members of the project team to easily view, measure, markup and print designs shared electronically. Built around the DWF file format, Design Review enables users to view and print complex 2D and 3D drawings, maps, and models published from Autodesk design applications or from the DWF Writer.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk Design Review 2012,"Autodesk Design Review is a free viewing application that enables all members of the project team to easily view, measure, markup and print designs shared electronically. Built around the DWF file format, Design Review enables users to view and print complex 2D and 3D drawings, maps, and models published from Autodesk design applications or from the DWF Writer.",CAD-Computer-Aided Design,Denied,Desktop,-
Autodesk Design Review 2013,"Autodesk Design Review is a free viewing application that enables all members of the project team to easily view, measure, markup and print designs shared electronically. Built around the DWF file format, Design Review enables users to view and print complex 2D and 3D drawings, maps, and models published from Autodesk design applications or from the DWF Writer.",CAD-Computer-Aided Design,Approved - Maintain,Desktop,2017-10
Autodesk Design Review 2016,"Autodesk Design Review is a free viewing application that enables all members of the project team to easily view, measure, markup and print designs shared electronically. Built around the DWF file format, Design Review enables users to view and print complex 2D and 3D drawings, maps, and models published from Autodesk design applications or from the DWF Writer.",CAD-Computer-Aided Design,Approved - Preferred,Desktop,2017-10
Autodesk Infrastructure Map Server (AIMS) 2015,Autodesk Infrastructure Map Server is a software platform for distributing spatial data over the Internet or on an intranet.,GIS-Geographic Information System,Exception,Server,2018-12
Autodesk Infraworks 2014,"InfraWorks software, included in Infrastructure Design Suite Premium and Ultimate, offers foundational sketching and modeling capabilities for infrastructure professionals. Create a 3D model of the existing environment to generate data-rich design concepts. Expedite the project approval process by quickly authoring project scenarios and alternatives to increase project understanding.",Building Information Modeling,Approved - Maintain,Desktop,2017-10
Autodesk Infraworks 2015,"InfraWorks software, included in Infrastructure Design Suite Premium and Ultimate, offers foundational sketching and modeling capabilities for infrastructure professionals. Create a 3D model of the existing environment to generate data-rich design concepts. Expedite the project approval process by quickly authoring project scenarios and alternatives to increase project understanding.",Building Information Modeling,Approved - Maintain,Desktop,2017-10
Autodesk MapGuide Viewer 6,MapGuide is a web-based map-making platform that enables users to quickly develop and deploy web mapping applications and geospatial web services.,CAD-Computer-Aided Design,Approved - Maintain,Desktop,2017-10
Autodesk Material Library 2014,The Autodesk Material library is a library that is shared between Autodesk products and that is installed silently on computers. The library contains the material appearances used for Realistic Appearance in color styles.,Building Information Modeling,Approved - Maintain,Server,2017-10
Autodesk Material Library 2015,The Autodesk Material library is a library that is shared between Autodesk products and that is installed silently on computers. The library contains the material appearances used for Realistic Appearance in color styles.,Building Information Modeling,Approved - Maintain,Server,2017-10
Autodesk Model Checker Configurator 1.0,"Autodesk Model Checker Configurator 1.0 is a tool used to configure Model Checking Parameters for Revit. Solibri Model Checker, Navisworks checking features, and EcoDomus qc checking features are also used but cannot be used as an alternative because the specific tool requested is specific to checking our Revit file deliverables from project teams and this function is not provided by any other software.",Modeling,Exception,Server,2018-10
Autodesk Navisworks Freedom 2016,"Get the whole-project view using Navisworks solutions. Combine design data created in AutoCAD and Revit software-based products and other applications with models created by other design tools. Then, view these files with Navisworks Freedom software. NWD files viewed with Navisworks Freedom give stakeholders equal access to explore and experience whole projects.The Navisworks Freedom free download creates compressed, more secure, NWD format files. A practical solution to streaming large CAD models, NWD files require no model preparation, third-party server hosting, setup time, nor ongoing costs.",Building Information Modeling,Approved - Preferred,Desktop,2017-10
Autodesk Navisworks Manage 2010,"Autodesk Navisworks project review software helps architecture, engineering, and construction professionals holistically review integrated models and data with stakeholders to gain better control over project outcomes. Integration, analysis, and communication tools help teams coordinate disciplines, resolve conflicts, and plan projects before construction or renovation begins.",Building Information Modeling,Denied,Desktop,-
Autodesk Navisworks Manage 2011,"Autodesk Navisworks project review software helps architecture, engineering, and construction professionals holistically review integrated models and data with stakeholders to gain better control over project outcomes. Integration, analysis, and communication tools help teams coordinate disciplines, resolve conflicts, and plan projects before construction or renovation begins.",Building Information Modeling,Denied,Desktop,-
Autodesk Navisworks Manage 2012,"Autodesk Navisworks project review software helps architecture, engineering, and construction professionals holistically review integrated models and data with stakeholders to gain better control over project outcomes. Integration, analysis, and communication tools help teams coordinate disciplines, resolve conflicts, and plan projects before construction or renovation begins.",Building Information Modeling,Denied,Desktop,-
Autodesk Navisworks Manage 2013,"Autodesk Navisworks project review software helps architecture, engineering, and construction professionals holistically review integrated models and data with stakeholders to gain better control over project outcomes. Integration, analysis, and communication tools help teams coordinate disciplines, resolve conflicts, and plan projects before construction or renovation begins.",Building Information Modeling,Denied,Desktop,-
Autodesk Navisworks Manage 2014,"Autodesk Navisworks project review software helps architecture, engineering, and construction professionals holistically review integrated models and data with stakeholders to gain better control over project outcomes. Integration, analysis, and communication tools help teams coordinate disciplines, resolve conflicts, and plan projects before construction or renovation begins.",Building Information Modeling,Denied,Desktop,-
Autodesk Navisworks Manage 2015,"Autodesk Navisworks project review software helps architecture, engineering, and construction professionals holistically review integrated models and data with stakeholders to gain better control over project outcomes. Integration, analysis, and communication tools help teams coordinate disciplines, resolve conflicts, and plan projects before construction or renovation begins.",Building Information Modeling,Approved - Maintain,Desktop,2017-10
Autodesk Navisworks Manage 2016,"Autodesk Navisworks project review software helps architecture, engineering, and construction professionals holistically review integrated models and data with stakeholders to gain better control over project outcomes. Integration, analysis, and communication tools help teams coordinate disciplines, resolve conflicts, and plan projects before construction or renovation begins.",Building Information Modeling,Approved - Maintain,Desktop,2017-10
Autodesk Navisworks Manage 2017,"Autodesk Navisworks project review software helps architecture, engineering, and construction professionals holistically review integrated models and data with stakeholders to gain better control over project outcomes. Integration, analysis, and communication tools help teams coordinate disciplines, resolve conflicts, and plan projects before construction or renovation begins.",Building Information Modeling,Approved - Preferred,Desktop,2019-02
Autodesk Navisworks Simulate 2014,"Navisworks project review software enables architecture, engineering, and construction professionals to holistically review integrated models and data with stakeholders to gain better control over project outcomes. Integration, analysis, and communication tools help teams coordinate disciplines, resolve conflicts, and plan projects before construction or renovation begins.",Building Information Modeling,Denied,Desktop,-
Autodesk Navisworks Simulate 2015,"Navisworks project review software enables architecture, engineering, and construction professionals to holistically review integrated models and data with stakeholders to gain better control over project outcomes. Integration, analysis, and communication tools help teams coordinate disciplines, resolve conflicts, and plan projects before construction or renovation begins.",Building Information Modeling,Sunsetting,Desktop,2017-10
Autodesk Navisworks Simulate 2016,"Navisworks project review software enables architecture, engineering, and construction professionals to holistically review integrated models and data with stakeholders to gain better control over project outcomes. Integration, analysis, and communication tools help teams coordinate disciplines, resolve conflicts, and plan projects before construction or renovation begins.",Building Information Modeling,Approved - Maintain,Desktop,2017-10
Autodesk Navisworks Simulate 2017,"Navisworks project review software enables architecture, engineering, and construction professionals to holistically review integrated models and data with stakeholders to gain better control over project outcomes. Integration, analysis, and communication tools help teams coordinate disciplines, resolve conflicts, and plan projects before construction or renovation begins.",Building Information Modeling,Approved - Preferred,Desktop,2019-02
Autodesk ReCap 2014,"Capture and integrate reality data directly into your design process with ReCap reality capture software and services. ReCap works with Autodesk design and creation suites, so you can start your design with accurate 3D data and full photo-quality context rather than a blank screen.",Building Information Modeling,Approved - Maintain,Desktop,2017-10
Autodesk ReCap 2015,"Capture and integrate reality data directly into your design process with ReCap reality capture software and services. ReCap works with Autodesk design and creation suites, so you can start your design with accurate 3D data and full photo-quality context rather than a blank screen.",Building Information Modeling,Approved - Maintain,Desktop,2017-10
Autodesk Revit 2017,"Revit software for BIM (Building Information Modeling) includes features for architectural design, MEP and structural engineering, and construction.Starting with Revit 2017, Autodesk has combined all three components (MEP, Structure and Architecture) into one Revit.Its tools let you use the model-based process to plan, design, construct, and manage buildings and infrastructure. Revit supports a multidiscipline design process for collaborative design.",Building Information Modeling,Approved - Preferred,Desktop,2019-02
Autodesk Revit Architecture 2009,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Denied,Desktop,-
Autodesk Revit Architecture 2010,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Denied,Desktop,-
Autodesk Revit Architecture 2011,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Denied,Desktop,-
Autodesk Revit Architecture 2012,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Denied,Desktop,-
Autodesk Revit Architecture 2013,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Denied,Desktop,-
Autodesk Revit Architecture 2014,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Approved - Maintain,Desktop,2017-10
Autodesk Revit Architecture 2016,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Approved - Preferred,Desktop,2017-10
Autodesk Revit COBie 2016,This free tool will allow you to set up your Revit models to capture COBie data and then export that data to a COBie compliant spreadsheet.,CAD-Computer-Aided Design,Approved - Preferred,Desktop,2019-09
Autodesk Revit MEP 2009,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Denied,Desktop,-
Autodesk Revit MEP 2010,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Denied,Desktop,-
Autodesk Revit MEP 2011,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Denied,Desktop,-
Autodesk Revit MEP 2012,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Denied,Desktop,-
Autodesk Revit MEP 2013,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Sunsetting,Desktop,2017-10
Autodesk Revit MEP 2014,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Denied,Desktop,-
Autodesk Revit MEP 2015,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",CAD-Computer-Aided Design,Approved - Maintain,Desktop,2017-10
Autodesk Revit MEP 2016,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",CAD-Computer-Aided Design,Approved - Preferred,Desktop,2017-10
Autodesk Revit Structure 2009,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Denied,Desktop,-
Autodesk Revit Structure 2010,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Denied,Desktop,-
Autodesk Revit Structure 2011,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Denied,Desktop,-
Autodesk Revit Structure 2012,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Denied,Desktop,-
Autodesk Revit Structure 2013,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Denied,Desktop,-
Autodesk Revit Structure 2014,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Denied,Desktop,-
Autodesk Revit Structure 2015,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Approved - Maintain,Desktop,2017-10
Autodesk Revit Structure 2016,"Autodesk Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring ideas from concept to construction with a coordinated and consistent model-based approach. Autodesk Revit is a single application that includes features for architectural design, MEP and structural engineering, and construction.",Building Information Modeling,Approved - Preferred,Desktop,2017-10
Autodesk Showcase 2014,"Showcase is a 3D visualization and 3D presentation software that provides easy-to-use presentation and design exploration tools for architects, designers, engineers, and marketing professionals. It quickly transform 3D CAD models into interactive walk-throughs and presentations, so that aesthetic and design alternatives can be evaluated in real time with peers, constituents, and customers.",Building Information Modeling,Approved - Maintain,Desktop,2017-10
Autodesk Showcase 2015,"Showcase is a 3D visualization and 3D presentation software that provides easy-to-use presentation and design exploration tools for architects, designers, engineers, and marketing professionals. It quickly transform 3D CAD models into interactive walk-throughs and presentations, so that aesthetic and design alternatives can be evaluated in real time with peers, constituents, and customers.",Building Information Modeling,Approved - Maintain,Desktop,2017-10
Autodesk Showcase/Recap 2017,"Showcase is a 3D visualization and 3D presentation software that provides easy-to-use presentation and design exploration tools for architects, designers, engineers, and marketing professionals. It quickly transform 3D CAD models into interactive walk-throughs and presentations, so that aesthetic and design alternatives can be evaluated in real time with peers, constituents, and customers.",Building Information Modeling,Exception,Desktop,2019-02
Autodesk Sketchbook Designer 2014,SketchBook Designer provides tools to create conceptual not-to-scale freehand sketches on top of AutoCAD plans/linework or photographs. It is a drawing app and painting software that helps digital artists and illustrators design with professional-grade perspective tools and an intuitive user interface.,Building Information Modeling,Approved - Maintain,Desktop,2017-10
Automated Logic WebCTRL 6.5,"WebCTRL is a BACnet native, intelligent, HVAC and energy control system for your building.",Building Automation,Proposed,Server,-
Avaya CMS Supervisor R14,"Avaya Call Management System (CMS) is an application for businesses and organizations that use Avaya communication servers to process large volumes of telephone calls using the Automatic Call Distribution (ACD) feature. Avaya CMS supports solutions for routing and agent selection, multi-site contact centers, remote agents, reporting, interfaces to other systems, workforce management, desktop applications, system recovery, and quality monitoring.",Telephony,Sunsetting,Server,2018-06
Avaya CMS Supervisor R16,"Avaya Call Management System (CMS) is an application for businesses and organizations that use Avaya communication servers to process large volumes of telephone calls using the Automatic Call Distribution (ACD) feature. Avaya CMS supports solutions for routing and agent selection, multi-site contact centers, remote agents, reporting, interfaces to other systems, workforce management, desktop applications, system recovery, and quality monitoring.",Telephony,Sunsetting,Server,2018-06
Avaya CMS Supervisor R17,"Avaya Call Management System (CMS) is an application for businesses and organizations that use Avaya communication servers to process large volumes of telephone calls using the Automatic Call Distribution (ACD) feature. Avaya CMS supports solutions for routing and agent selection, multi-site contact centers, remote agents, reporting, interfaces to other systems, workforce management, desktop applications, system recovery, and quality monitoring.",Telephony,Exception,Desktop,2018-06
Avaya one-X Agent 2.5,"Avaya one-X Agent is a desktop application built specifically to meet the needs of contact center agents and supervisors. Avaya one-X Agent gives contact center users the tools they need to be more productive, whether they're working in a headquarters location, in a branch office or home office.",Telephony,Exception,Desktop,2018-06
AvePoint Privacy Impact Assessment System,"The Privacy Impact Assessment (PIA) is a decision tool used by DHS to identify and mitigate privacy risks that notifies the public: What Personally Identifiable Information (PII) DHS is collecting; Why the PII is being collected; and. How the PII will be collected, used, accessed, shared, safeguarded and stored.",Asset Management,Exception,Desktop,2019-09
Avery Design & Print,"Free Design & Print software customize Avery products, without an Internet connection. Select a blank or pre-designed template, personalize your text, add images and adjust your colors in just a few simple steps.",Miscellaneous Software,Proposed,Desktop,-
Axosoft,"A Scrum software for development teams. Includes release planning, workflow, collaboration, reporting, integrations.",Project Management Tools,Denied,Desktop,-
Axway Validation Authority Suite 4.9,"Axway VA Suite protects mission-critical infrastructures by ensuring that revoked or invalid credentials cannot be used for secure email, smart card login, network access (including wireless), or other sensitive electronic transactions. With support for caching and replication of revocation data regardless of format, VA Suite enables cost-effective scalability across a wide range of operational environments, including hardware-software appliances and Java-based solutions for distributed or hosted environments.",Identity and Access Management,Denied,Server,-
B3 Benchmarking,"Funded by the MN Departments of Commerce and Administration, B3 Benchmarking puts the power of public building energy data in the hands of Minnesota public building owners to manage and reduce energy costs. Benchmark energy modeling, peer comparisons, ENERGY STAR® scores, target tracking, and dynamic reporting help you understand the performance of your buildings.",Building Automation,Pilot,SaaS,2018-02
BBEdit,"BBEdit is the leading professional HTML and text editor for the Macintosh. Specifically crafted in response to the needs of Web authors and software developers, this product provides an abundance of high-performance features for editing, searching, and manipulation of text. The interface provides easy access to BBEdit's best-of-class features, including grep pattern matching, search and replace across multiple files, project definition tools, function navigation and syntax coloring for numerous source code languages, code folding, FTP and SFTP open and save, AppleScript, Mac OS X Unix scripting support, text and code completion, and of course a complete set of robust HTML markup tools.With BBEdit, you can: Exercise Total Control Over Text; Work YOUR Way; Command Files, Folders, Disks, and Servers; Enjoy Textual Omnipotence; Live Up To Standards; Integrate Smoothly Into Existing Workflows.",IDE-Integrated Development Environment,Not yet submitted,Desktop,-
BIND V 9.11 (Berkeley Internet Name Domain),"BIND is transparent open source that enables you to publish your Domain Name System (DNS) information on the Internet, and to resolve DNS queries for your users.",Miscellaneous Software,Approved - Preferred,Server,2019-05
BIRT 4.0,"The Business Intelligence and Reporting Tools (BIRT) Project is an open source software project that provides reporting and business intelligence capabilities for rich client and web applications, especially those based on Java and Java EE. BIRT is a top-level software project within the Eclipse Foundation, an independent not-for-profit consortium of software industry vendors and an open source community.",Reporting and Analysis,Not yet submitted,Desktop,-
BMC Remedy IT Service Management Suite,COTS helpdesk software.,HelpDesk Software,Sunsetting,Server,2018-07
Balsamiq Mockups 3 Web Application,"Wireframing mock up tool. Designed for collaboration. Your whole team can come together around the right design using Mockups. It's so easy to learn, both clients and customers can use it (for free even), to describe their needs more clearly.",Collaboration Software,Denied,SaaS,-
Balsamiq Mockups 3.5 (Desktop),"Wireframing mock up tool. Designed for collaboration. Your whole team can come together around the right design using Mockups. It's so easy to learn, both clients and customers can use it (for free even), to describe their needs more clearly.Balsamiq Mockups is a rapid wireframing tool that helps you Work Faster & Smarter. It reproduces the experience of sketching on a whiteboard, but using a computer. Making mockups is fast. You'll generate more ideas, so you can throw out the bad ones and discover the best solutions.",Collaboration Software,Exception,Desktop,2018-11
Banana v1,"Banana is a tool to create dashboards to visualize data you have stored in Solr. Commonly used with Logstash for log data, any content stored in a Solr index is eligible for visualization in a Banana dashboard.",Content Rendering,Not yet submitted,Desktop,-
BarScan,BarScan is used to track physical equipment located in our buildings.,Building Automation,Proposed,Server,-
Bentley Microstation 8,"MicroStation is a CAD software product for two and three dimensional design and drafting,","Building Information Modeling,CAD-Computer-Aided Design",Exception,Desktop,2019-05
Bentley RAM Elements and Advance,"Perform analysis and design including quickly performing 3D finite element analysis of almost any type of structure or structural component, all in one affordable application",CAD-Computer-Aided Design,Exception,Server,2018-08
BeyondTrust,"BeyondTrust works to reduces risks and take proactive, informed action against data breach threats addressing both internal and external risk: Privileged Account Management and Vulnerability Management.",Vulnerabilities Scanning,Proposed,Server,-
BioPDF PDF Writer,The bioPDF PDF Writer works as a Microsoft Windows printer and allows you to write PDF documents from virtually any Microsoft Windows application.,PDF Software,Approved - Maintain,Desktop,2018-05
"Bit9 Agents for Windows, Linux, Mac",Bit9 agent installed on endpoints,Intrusion Detection and Prevention,Approved - Preferred,Desktop,2020-02
Bit9 Security Platform,Policy-driven application control and whitelisting solution,Intrusion Detection and Prevention,Approved - Preferred,Server,2020-02
Bizagi Modeler 3,"Bizagi BPMN Modeler is a freeware application to graphically diagram, document and simulate processes in a standard format known as Business Process Model and Notation (BPMN).",Modeling,Approved - Preferred,Desktop,2019-12
Blackboard Collaborate Launcher,"The Blackboard Collaborate Launcher is a utility for Windows and Mac. It provides a convenient and reliable way for you to launch your Blackboard Collaborate web conferencing sessions and recordings. When login to a live webinar or access a recorded webinar, Blackboard Collaborate checks to see if you have the launcher installed. If you do not, Blackboard Collaborate prompts you to download it. When the launcher is installed, clicking a session or recording link triggers the download of a .collab file. The launcher uses this file to launch Blackboard Collaborate using a known and stable version of Java. Because the launcher includes the required Java, you do not need to install and maintain the system version of Java.",Content Rendering,Denied,Desktop,-
BlueCat DDI suite,"DNS, DHCP and DNS manager including DNSSEC",Network Monitoring,Approved - Preferred,Server,2018-04
Bluebeam Revu 2016 (CLOUD),"Bluebeam Revu combines PDF creation, editing, markup and collaboration technology for Windows desktop and tablet users. Create information-rich document sets, annotate drawings with customizable markup and measurement tools, and leverage Bluebeam Studio. Drive project efficiency by utilizing markup data across the entire project lifecycle, and streamline workflow processes to increase productivity.",Building Information Modeling,Denied,SaaS,-
Bluebeam Revu 2016 (DESKTOP),"Bluebeam Revu combines PDF creation, editing, markup and collaboration technology for Windows desktop and tablet users. Create information-rich document sets, annotate drawings with customizable markup and measurement tools, and leverage Bluebeam Studio. Drive project efficiency by utilizing markup data across the entire project lifecycle, and streamline workflow processes to increase productivity.",Building Information Modeling,Exception,Desktop,2018-09
Bluebeam Revu 2017 (Extreme),"Bluebeam Revu combines PDF creation, editing, markup and collaboration technology for Windows desktop and tablet users. Create information-rich document sets, annotate drawings with customizable markup and measurement tools, and leverage Bluebeam Studio. Drive project efficiency by utilizing markup data across the entire project lifecycle, and streamline workflow processes to increase productivity.",Building Information Modeling,Exception,Desktop,2020-01
Bluebeam Vu 2015,"Bluebeam Vu does more than just read PDFs. With integration into document management systems and innovative File Access technology for organizing PDF files, Vu allows you to access and navigate PDF files with ease. View your PDF files as they were meant to be viewed - markups, comments, annotations display clearly and accurately so nothing is missed. Vu also allows you to fill out and save PDF forms, digitally sign your PDFs and connect to Revu's cloud-enabled solution, Bluebeam Studio, to access files stored in Studio Projects and collaborate on the same PDFs in real-time Studio Sessions.",Building Information Modeling,Denied,Desktop,-
Bluebeam eXterme Revu 2017,"Their main product is Bluebeam Revu, an alternative to Adobe Acrobat. In October 2014, Bluebeam Revu is available in three editions: Standard, CAD and eXtreme.",Cost Estimation,Proposed,Desktop,-
Bomgar Corporation Bomgar 11,"Bomgar allows users to troubleshoot PCs and servers, provide remote assistance, train remote employees, and perform system maintenance within the organization.",Remote Access and Remote Control,Approved - Maintain,Server,2018-04
Boomerang for Gmail,"Boomerang is a Gmail plug in that lets you take control of when you send and receive email messages, and has the easiest, most integrated email reminders to Gmail, helping you reach Inbox Zero. No current replacement given security concerns about email inbox access for all such solutions",Electronic Publishing,Denied,SaaS,-
Bootstrap 3.3,"Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.",Development Tool,Proposed,Desktop,-
BridgePoint Enrollment Software 2.6,"BridgePoint’s suite of tightly integrated hardware and software products optimize authentication and enrollment of PIV, CAC, TWIC and PIV-I credentials to compatible access control systems.",Building Automation,Exception,Desktop,2019-06
BridgePoint PACS Client 7.8,Bridge Points TrustZone Physical Access Control System (PACS) delivers enterprise class features for controlling access. TrustZone is the only system from a single source that is fully integreted to meet the latest federal standards and guidance.,Building Automation,Exception,Desktop,2019-06
Broadvision Deployment Center 7,"Family of e-business applications that provide the tools to develop a complete, commercial Web site.",Portal Content Management,Sunsetting,SaaS,2017-11
BugCrowd,Utilize the collective creativity of tens of thousands of hackers to test your applications.,Security and Assurance,Not yet submitted,SaaS,-
BugSnag,Bugsnag monitors apps for errors that impact customers & reports all diagnostic data.,Development Tool,Proposed,SaaS,-
Business Process Modeling Language (BPML),Business Process Modeling Language (BPML) is a language for business process modeling.,Scripting Language,Not yet submitted,Server,-
CA Agile Central Add-in for Excel,"Provides a quick and easy way to import or export data from your CA Agile Central subscription for tracking, reporting or sharing: Organize data in a pivot table or display data using Excel's built-in charting capabilities. Export multiple CA Agile Central object types into multiple tabs and cross reference the data for more complex needs. Import multiple CA Agile Central object types into CA Agile Central. Use the add-in to export all work items from a project, then import new items to another project. Create (not just update) new users as a bulk upload.",Reporting and Analysis,Approved - Preferred,Desktop,2018-10
CA Agile Central Unlimited 1.0,"Is an Agile application lifecycle management (ALM) platform that provides organizations the real-time status, progress and quality of their company's product portfolio. It was called Rally Unlimited, but was purchased by CA Technologies and the name was updated.",Cloud Based Dev Platform,Denied,SaaS,-
CA DecisionBase Transformer 1,CA DecisionBase Transformer is a graphical data movement tool (ETL) that provides enterprise data transformation and integration. It combines a graphical mapping tool with sophisticated transformation and movement capabilities.,ETL-Extract Transform Load,Sunsetting,Server,2018-03
CA Erwin Data Modeler Workgroup Edition r9.x,"Erwin Data Modeler Workgroup Edition is designed to support collaborative modeling teams and govern the data modeling process. It provides conflict resolution, versioning, security and standardization for multi-user modeling. Through a central model repository, model assets can be inventoried and re-used across the organization.",Modeling,Exception,Desktop,2019-03
CADzation AcroPlot Pro & Matrix 2014,This software converts files originally in compressed-4 file format to pdf format.,CAD-Computer-Aided Design,Exception,Desktop,2017-10
CANDE,"CANDE (Command AND Edit) is a command line shell and text editor on the MCP (Master Control Program) operating system which runs on the Unisys Clearpath series of mainframes. Implemented on Burroughs large systems, it has a range of features for interacting with the operating system execution environment, focused on executing, editing and compiling programs, and creating, copying, moving, renaming, and deleting files in general.",IDE-Integrated Development Environment,Not yet submitted,Server,-
CCH eBooks,"Technology is needed to download ""Almanac of Business & Industrial Financial Ratios"" eBook from CCHGroup.com. The eBook was purchased through Wolters Kluwer. This information is needed to conduct financial reviews on all new offers for GSA Schedule contracts within Region 3.",Application Servers,Approved - Maintain,Server,2020-04
CCPulse 8.1,Telephony software used for Call Center purposes.,Telephony,Proposed,- Not Identified,-
COBOL 2002,High-level programming language (Common Business Oriented Language) that has been the primary business application language on mainframes and minis. It is a compiled language and was one of the first high-level languages developed.,Programming Language,Sunsetting,Server,2018-01
COBOL 74,High-level programming language (COmmon Business Oriented Language) that has been the primary business application language on Mainframes and Enterprise Servers. It is a compiled language and was one of the first high-level languages developed.,Programming Language,Not yet submitted,Server,-
COBOL 85,"COBOL 85 is a compiled English-like computer programming language designed for business use. It is imperative, procedural and, since 2002, object-oriented. COBOL is primarily used in business, finance, and administrative systems for companies and governments. COBOL is still widely used in applications deployed on mainframe computers and enterprise servers, such as large-scale batch and transaction processing jobs.",Programming Language,Exception,Server,2018-01
COMS,"COMS (introduced around 1984) receive messages from around the network and dispatch these messages to specific handling processes or to an MCS (Message Control System) such as CANDE (""Command AND Edit,"" the program development environment).",IDE-Integrated Development Environment,Not yet submitted,Server,-
CSV Splitter,CSV Splitter is a simple tool for CSV files. It will split large comma separated files into smaller files based on a number of lines.,Miscellaneous Software,Denied,Desktop,-
CTech Softeware 4DimPlayer install 2016,"4D Interactive Models, also known as 4DIMs have long been C Tech's preeminent 3D publishing standard",Electronic Publishing,Proposed,Desktop,-
CafeScribe Reader,"Digital textbook and study tool all in one. Take notes, highlight and share your ideas with other students or professors - all within your textbook. Get better organized for writing papers and preparing for tests.",Content Rendering,Sunsetting,Desktop,2017-11
Caliburn Micro 2,"Caliburn Micro 2 is a small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.",IDE-Integrated Development Environment,Not yet submitted,Server,-
Canonical Ubuntu 16.04,"Ubuntu is a Linux operating system and distribution for personal computers, smartphones and network servers. It uses Unity as its default user interface. LTS (Long-Term Support) for its Desktop, Server, Cloud, and Core Ubuntu products, as well as other flavours of Ubuntu with long-term support. Ubuntu 16.04 comes with the latest versions of default apps. You get Firefox 45, Thunderbird 38, LibreOffice 5.1, Files 3.14.2, Videos 3.18, Rhythmbox 3.3, GNOME Terminal 3.18, Eye of GNOME 3.18, Shotwell 0.22, and many more.",Operating System,Exception,Server,2018-11
Carbonite,"Carbonite is an online backup service, available to Windows and Mac users, that backs up documents, e-mails, music, photos, and settings.",Content Rendering,Proposed,Desktop,-
Carrier HAP 5.01,"Carrier's Hourly Analysis Program is two powerful tools in one package - versatile features for designing HVAC systems for commercial buildings AND powerful energy analysis capabilities for comparing energy consumption and operating costs of design alternatives.By combining both tools in one package, significant time savings are achieved. Input data and results from system design calculations can be used directly in energy studies.",Building Management,Exception,Desktop,2019-03
Carto,"CARTO is an open, platform for discovering and predicting the key insights underlying the location data in our world.",Reporting and Analysis,Not yet submitted,SaaS,-
Cascading Style Sheets (CSS),"Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language. Although most often used to set the visual style of web pages and user interfaces written in HTML and XHTML, the language can be applied to any XML document, including plain XML, SVG and XUL, and is applicable to rendering in speech, or on other media. Along with HTML and JavaScript, CSS is a cornerstone technology used by most websites to create visually engaging webpages, user interfaces for web applications, and user interfaces for many mobile applications.",Scripting Language,Not yet submitted,PaaS,-
CaseWare IDEA Data Analysis Software 8,"IDEA is a powerful and user-friendly data analysis tool designed to help auditors, accountants and other finance professionals perform data analysis quickly to help improve audits and identify control breakdowns.",Reporting and Analysis,Denied,Server,-
CaseWare Working Papers 2012,"CaseWare Working Papers is highly flexible engagement software that provides you with assurance and reporting tools, allowing engagements that are planned, performed and reviewed entirely on screen, completely eliminating paper.",Document Management,Denied,Server,-
CaseWare Working Papers 2017,CaseWare Working Papersare used to prepare our external proprietary Financial Statements.,Document Management,Exception,Desktop,2019-09
Caseware Analytics Idea v9,"A comprehensive, powerful and easy-to-use data analysis tool that quickly analyzes 100% of your data, guarantees data integrity and speeds your analysis, paving the way to faster, more effective audits.IDEA offers more than 100 audit-relevant tasks to meet all of your analytic needs, from import to analysis to reporting. With just a few easy clicks you can view multiple data sets as one, letting you see the big picture and focusing your search by identifying relationships, patterns, outliers and anomalies within your data.",Reporting and Analysis,Exception,Desktop,2018-05
Caseware Working Papers 2014,"CaseWare Working Papers is highly flexible engagement software that provides you with everything you would expect from an assurance and reporting tool plus much, much more! Engagements are planned, performed and reviewed entirely on screen, completely eliminating paper.",Reporting and Analysis,Approved - Preferred,Desktop,2018-05
Catalogic DPX 4.x,"Catalogic DPX is an industry standard data protection solution that focuses on the most important aspects of data backup and recovery: Easy administration, world class reliability, fast backup and recovery with minimal system impact and a first-class support team.",Data Management,Proposed,Server,-
Catalogic ECX 2.4,"Catalogic ECX is a Copy Data Management (CDM) platform that can bring modernization to an existing environment without disruption. ECX delivers in-place copy data management to enterprise storage arrays from EMC, IBM and NetApp, allowing the IT team to make use of its existing infrastructure and data in a manner that is efficient, automated, scalable and easy to use. Catalogic ECX modernizes IT processes, enables key use cases, and does it all without additional hardware.",Data Management,Exception,Server,2018-12
CentOS 7,"CentOS, from Community Enterprise Operating System is a Linux distribution that provides a free, enterprise-class, community-supported computing platform functionally compatible with its upstream source, Red Hat Enterprise Linux.",Programming Environment,Exception,Desktop,2019-04
Centrify Server Suite for Mac,"Centrify Server combines comprehensive bridging of Linux and UNIX systems to Active Directory with powerful privilege management, multi-factor authentication and session monitoring across Windows, Linux and UNIX systems. The net result is increased security, improved compliance and comprehensive reporting and auditing.",Servers/Computers,Approved - Preferred,Server,2018-11
CenturyLink Agent Desktop 1.3,Telephony software for call center purposes.,Telephony,Proposed,- Not Identified,-
Chaosgroup V-ray,"V-Ray is a commercial rendering plug-in for 3D computer graphics software applications. V-Ray is a rendering engine that uses global illumination algorithms, including path tracing, photon mapping, irradiance maps and directly computed global illumination.",Collaboration Software,Approved - Preferred,Desktop,2019-06
CheckPoint Firewall 4,Checkpoint Firewall uses the stateful inspection technology. Checkpoint analyzes all packet communication layers and extracts the relevant communication and application state information. Firewall-1 has an inspection module that lives in the operating system kernel.,Mobility Technology Services,Denied,Server,-
CheckPoint Firewall NG,Checkpoint Firewall uses the stateful inspection technology. Checkpoint analyzes all packet communication layers and extracts the relevant communication and application state information. Firewall-1 has an inspection module that lives in the operating system kernel.,Mobility Technology Services,Denied,Server,-
CheckPoint Firewall R65,Checkpoint Firewall uses the stateful inspection technology. Checkpoint analyzes all packet communication layers and extracts the relevant communication and application state information. Firewall-1 has an inspection module that lives in the operating system kernel.,Mobility Technology Services,Denied,Server,-
CheckPoint Firewall R71.30,Checkpoint Firewall uses the stateful inspection technology. Checkpoint analyzes all packet communication layers and extracts the relevant communication and application state information. Firewall-1 has an inspection module that lives in the operating system kernel.,Mobility Technology Services,Denied,Server,-
CheckPoint Secure Client NGX R60,Check Point Remote Access clients enable mobile users with seamless connectivity to corporate resources by encrypting and authenticating data transmitted during secure remote access sessions.,Mobility Technology Services,Sunsetting,Desktop,2018-04
CheckPoint Server 4.1,Old version of the server portion of Checkpoint VPN-1. Also known as CheckPoint 2000.,Mobility Technology Services,Denied,Server,-
CheckPoint Server NG FP3,Check Point VPN-1 NG/FP3 is used to create an encrypted tunnel between host and destination.,Mobility Technology Services,Denied,Server,-
CheckPoint VPN-1 Secure Client 4.1,"Check Point VPN-1 Power NGX provides the most intelligent, reliable security for stopping attacks while simplifying business communications across the Internet. A tightly integrated combination of firewall, VPN and intrusion prevention, VPN-1 Power NGX is built on Stateful Inspection, Application Intelligence, and One-Click VPN technologies.",Mobility Technology Services,Denied,Server,-
CheckPoint VPN-1 Secure Client NG,"Check Point VPN-1 Power NGX provides the most intelligent, reliable security for stopping attacks while simplifying business communications across the Internet. A tightly integrated combination of firewall, VPN and intrusion prevention, VPN-1 Power NGX is built on Stateful Inspection, Application Intelligence, and One-Click VPN technologies.",Mobility Technology Services,Denied,Server,-
CheckPoint VPN-1 Secure Client NG R65,"Check Point VPN-1 Power NGX provides the most intelligent, reliable security for stopping attacks while simplifying business communications across the Internet. A tightly integrated combination of firewall, VPN and intrusion prevention, VPN-1 Power NGX is built on Stateful Inspection, Application Intelligence, and One-Click VPN technologies.",Mobility Technology Services,Sunsetting,Server,2018-04
CheckPoint VPN-1 Secure Client NG-X R65,"Check Point VPN-1 Power NGX provides the most intelligent, reliable security for stopping attacks while simplifying business communications across the Internet. A tightly integrated combination of firewall, VPN and intrusion prevention, VPN-1 Power NGX is built on Stateful Inspection, Application Intelligence, and One-Click VPN technologies.",Mobility Technology Services,Denied,Server,-
CheckPoint VPN-1 Secure Client R55,"Check Point VPN-1 Power NGX provides the most intelligent, reliable security for stopping attacks while simplifying business communications across the Internet. A tightly integrated combination of firewall, VPN and intrusion prevention, VPN-1 Power NGX is built on Stateful Inspection, Application Intelligence, and One-Click VPN technologies.",Mobility Technology Services,Denied,Server,-
CheckPoint VPN-1 Secure Client R56,"Check Point VPN-1 Power NGX provides the most intelligent, reliable security for stopping attacks while simplifying business communications across the Internet. A tightly integrated combination of firewall, VPN and intrusion prevention, VPN-1 Power NGX is built on Stateful Inspection, Application Intelligence, and One-Click VPN technologies.",Mobility Technology Services,Denied,Server,-
CheckPoint VPN-1 Secure Client R60,"Check Point VPN-1 Power NGX provides the most intelligent, reliable security for stopping attacks while simplifying business communications across the Internet. A tightly integrated combination of firewall, VPN and intrusion prevention, VPN-1 Power NGX is built on Stateful Inspection, Application Intelligence, and One-Click VPN technologies.",Mobility Technology Services,Denied,Server,-
CheckPoint VPN-1 Secure Client R60 Build 33,"Check Point VPN-1 Power NGX provides the most intelligent, reliable security for stopping attacks while simplifying business communications across the Internet. A tightly integrated combination of firewall, VPN and intrusion prevention, VPN-1 Power NGX is built on Stateful Inspection, Application Intelligence, and One-Click VPN technologies.",Mobility Technology Services,Denied,Server,-
CheckPoint VPN-1 Secure Client R60 Build 54,"Check Point VPN-1 Power NGX provides the most intelligent, reliable security for stopping attacks while simplifying business communications across the Internet. A tightly integrated combination of firewall, VPN and intrusion prevention, VPN-1 Power NGX is built on Stateful Inspection, Application Intelligence, and One-Click VPN technologies.",Mobility Technology Services,Denied,Server,-
CheckPoint VPN-1 Secure Client R65,"Check Point VPN-1 Power NGX provides the most intelligent, reliable security for stopping attacks while simplifying business communications across the Internet. A tightly integrated combination of firewall, VPN and intrusion prevention, VPN-1 Power NGX is built on Stateful Inspection, Application Intelligence, and One-Click VPN technologies.",Mobility Technology Services,Denied,Server,-
CheckPoint VPN-1 Secure Client R70,"Check Point VPN-1 Power NGX provides the most intelligent, reliable security for stopping attacks while simplifying business communications across the Internet. A tightly integrated combination of firewall, VPN and intrusion prevention, VPN-1 Power NGX is built on Stateful Inspection, Application Intelligence, and One-Click VPN technologies.",Mobility Technology Services,Denied,Server,-
CheckSum Tool 0.7,"CheckSum Tool is an utility program for calculating and verifying checksums for files. The tool is in development and new features will be added frequently in new releases. CheckSum Tool is open source software. It is licenced under MIT Licence. The MIT Licence allows everybody to download the sources, modify sources, compile and distribute them. However licence text must be always distributed with the software.",Miscellaneous Software,Approved - Preferred,Desktop,2018-05
Chef 12.1,"Chef is a an automation platform that transforms infrastructure into code in the cloud, on-premises, or in a hybrid environment.",Development Tool,Approved - Maintain,Server,2020/03
CircleCI 1.0,"CircleCI acts as a platform for both Continuous Integration and Continuous Deployment.CircleCI integrates with your version control system (GitHub/Bitbucket) and automatically runs a series of steps every time a change is detected in the repository (e.g., when you push commits or open a PR).The moment a commit is pushed to GitHub, CircleCI springs into action, pulling down all the latest code from any branch, building and testing, and (optionally) deploying the code to staging or production servers.",Programming Environment,Exception,SaaS,2018-05
Cisco Acano,"Acano's platform-enabled audio and video meetings, screen sharing and chat help you connect and collaborate with your team.",Collaboration Software,Denied,Desktop,-
Cisco Acano Client 1.8,"Meet over audio, video and web from your iPad and iPhone whenever ideas spark. Join the conversation in a coSpace from wherever you are and with whomever you like.",Collaboration Software,Denied,SaaS,-
Cisco Access Control Server 3.0,"COTS communication software for virtual office. Enterprise-scale, real-time, intrusion detection system designed to detect, report, and terminate unauthorized activity throughout a network.",Intrusion Detection and Prevention,Sunsetting,Server,2018-02
Cisco AnyConnect Windows Client 3.1,"Make the VPN experience easier and more secure with the enhanced remote access technology of Cisco AnyConnect Secure Mobility Client. This software builds on prior Cisco AnyConnect VPN Client offerings to improve the always-on VPN experience across more laptop and smartphone-based mobile devices, including laptops using Microsoft Windows 7. This client now universally supports IPv6.",Mobility Technology Services,Approved - Preferred,Desktop,2018-04
Cisco AnyConnect for Mac,"Make the VPN experience easier and more secure with the enhanced remote access technology of Cisco AnyConnect Secure Mobility Client. This software builds on prior Cisco AnyConnect VPN Client offerings to improve the always-on VPN experience across more laptop and smartphone-based mobile devices, including laptops using Mac.",Mobility Technology Services,Exception,Desktop,2019-10
Cisco CLI Analyzer,"Cisco CLI Analyzer provides additional tools to troubleshoot potential issues, Provides consistent connectivity, ability to open a new TAC Case while troubleshooting, submit information and attach information to an open TAC Case, but the primary uses would be to remotely access our Cisco Devices using SSHv2 to configure and monitor the VPN infrastructure. It provides easier interaction with Cisco infrastructure.",Mobility Technology Services,Approved - Maintain,Server,2020-04
Cisco Emergency Responder (CER) 8.6,"Cisco Emergency Responder (Cisco ER) is an emergency communication system that helps you respond to a crisis quickly and efficiently. When someone in your telephone network places an emergency call, Cisco ER automatically notifies you and routes the call to the local public safety answering point (PSAP) operator.",Telephony,Sunsetting,Server,2018-06
Cisco IP Communicator 8.6,"Cisco IP Communicator is a desktop application that turns your computer into a full-featured Cisco Unified IP Phone, allowing you to place, receive, and otherwise handle calls from any location where you can connect to the corporate network. For example, if you are on a business trip, you can use your IP Communicator to receive calls and check voice messages while you are online. Or, if you are working from home, coworkers can reach you by dialing your work number.",Telephony,Exception,Desktop,2019-02
Cisco Jabber for Mac 11.7,"Collaborate more securely and effectively from anywhere with colleagues, business partners, and customers. Empower employees to work together efficiently from anywhere by bringing together presence, instant messaging (IM), audio, video and web conferencing, enterprise voice, and visual voicemail into one client on your desktop.",Telephony,Exception,Desktop,2019-01
Cisco Jabber for Windows 11.7,"Cisco Jabber lets you access presence, instant messaging (IM), voice, video, voice messaging, desktop sharing, and conferencing. Now you can find the right people, see if and how they are available, and collaborate using your preferred method.",Telephony,Exception,Desktop,2018-12
Cisco Jabber for Windows 9.7,"Cisco Jabber lets you access presence, instant messaging (IM), voice, video, voice messaging, desktop sharing, and conferencing. Now you can find the right people, see if and how they are available, and collaborate using your preferred method.",Telephony,Denied,Desktop,-
Cisco Meeting App 1.9,"Cisco Meeting App is a user client to allow users to create their own Virtual Meeting Rooms (called Spaces) in our new Cisco Meeting Server (CMS) VTC environment. CMS will be replacing our existing Codian VTC bridges and as this happens, users will have the ability for a more self-service VTC model by using the Cisco Meeting App to create their own bridges and they will also be able to allow people to join VTC meetings through the app or by a WebRTC browser such as Chrome.",Video Conferencing,Exception,Desktop,2019-10
Cisco Prime Collaboration Assurance 10,"Cisco Prime Collaboration is a comprehensive video and voice service assurance and management system with a set of monitoring, troubleshooting, and reporting capabilities that help ensure end users receive a consistent, high-quality video and voice collaboration experience.",Network Monitoring,Approved - Preferred,Server,2018-04
Cisco Prime License Manager 10,"Cisco Prime License Manager provides simplified, enterprise-wide management of user-based licensing, including license fulfillment. Cisco Prime License Manager handles licensing fulfillment, supports allocation and reconciliation of licenses across supported products, and provides enterprise-level reporting of usage and entitlement.Cisco Prime License Manager (Prime LM, formerly Cisco Enterprise License Manager) aligns with the Cisco Prime management suite of products. Cisco Prime LM offers new features and capabilities and adds support for Cisco Emergency Responder. Cisco Prime LM also supports multiple clusters and multiple versions of products, such as Cisco Unified CM versions 9. x and 10. x .","Network Monitoring,Network Devices/Standards",Approved - Preferred,Server,2018-04
Cisco Prime Provisioning 10,"Accelerates consistent and reliable service deployments by providing automated resource management and rapid profile-based provisioning. It helps provide rapid provisioning of services across the entire network, including the core, aggregation, access, and edge.","Network Operating System,Network Monitoring",Not yet submitted,Server,-
Cisco Secure ACS v3,"COTS communication software for virtual office. Enterprise-scale, real-time, intrusion detection system designed to detect, report, and terminate unauthorized activity throughout a network.",Intrusion Detection and Prevention,Sunsetting,Server,2018-02
Cisco Unified Call Manager 5.0,"Cisco CallManager is the software-based call-processing component of the Cisco IP telephony solution. The software extends enterprise telephony features and functions to packet telephony network devices such as IP phones, media processing devices, voice-over-IP (VoIP) gateways, and multimedia applications. Additional data, voice, and video services such as unified messaging, multimedia video conferencing, collaborative contact centers, and interactive multimedia response systems interact with the IP telephony solution through Cisco Call Manager's open telephony application programming interface (API).",Telephony,Denied,Desktop,-
Cisco Unified Communications Manager 4.0,"Cisco Unified Communications Manager, the call-processing component of the Cisco Unified Communications System, extends enterprise telephony features and capabilities to IP phones, media processing devices, voice-over-IP (VoIP) gateways, mobile devices, and multimedia applications.",Telephony,Denied,Desktop,-
Cisco Unified Communications Manager 7.0,"Cisco Unified Communications Manager, the call-processing component of the Cisco Unified Communications System, extends enterprise telephony features and capabilities to IP phones, media processing devices, voice-over-IP (VoIP) gateways, mobile devices, and multimedia applications.",Telephony,Denied,Desktop,-
Cisco Unified Contact Center Express (UCCX) 10.5,"Easy to deploy and use, Cisco Unified Contact Center Express delivers a highly secure, available, virtual, and sophisticated customer interaction management solution for up to 400 agents. Unified CCX offers sophisticated call routing and comprehensive contact management capabilities. It includes an embedded reporting solution that offers a comprehensive view of contact center statistics at a glance. Unified CCX provides customer segmentation with state-of-the-art, built-in, interactive voice response capability, and proactive customer service for a superior customer experience with integrated, outbound, call management capabilities. Multichannel capabilities include management of voice, email, web chat, and social media inquiries.",Telephony,Exception,Desktop,2018-11
Cisco Unified Contact Center Express (UCCX) 8.0,"Easy to deploy and use, Cisco Unified Contact Center Express delivers a highly secure, available, virtual, and sophisticated customer interaction management solution for up to 400 agents.",Telephony,Sunsetting,Desktop,-
Cisco Unity 6,"Cisco Unity is an enterprise-ready unified messaging platform that is reliable, highly secure, scalable, and full-featured.",Telephony,Denied,Server,-
Cisco Unity 7.x,"Cisco Unity is a powerful Unified Communications solution that provides advanced, convergence-based communication services such as voice and unified messaging on a platform that offers the utmost in reliability, scalability, and performance. With Cisco Unity, you can listen to your e-mail over the telephone, check voice messages from the Internet, and (when integrated with a supported third-party fax server) forward faxes to any local fax machine -- increasing organizational productivity while improving customer service and responsiveness.",Telephony,Denied,Desktop,-
Cisco Unity Connection 8.6.1,"Cisco Unity Connection is a Linux-based solution. It is available in two configurations—Cisco Unity Connection, and Cisco Unified Communications Manager Business Edition, in which Connection is preloaded on the same platform with Cisco Unified Communications Manager.",Telephony,Sunsetting,Desktop,2018-06
Citrix Access Gateway Plug-in 8,"The Cisco Physical Access Gateway is the primary means for the Cisco Physical Access Control solution to connect door hardware, such as locks and readers, to your IP network. One gateway can control up to two doors. The Cisco Physical Access Gateway: Offers a distributed architecture to simplify installation of electronic access control, Uses a Power over Ethernet (PoE) switch or external 12 to 24 VDC source, Lets you power badge readers and locks/strikes with PoEIs directly configurable through a built-in Web server, Eases deployment through server discovery using network services, Supports static and dynamic IP addressing, Supports offline operation to allow doors to function if network connectivity is lost.",Mobility Technology Services,Denied,Server,-
Citrix Presentation Server Client 10,"Citrix Presentation Server Client is an application virtualization product that allows users to connect to their corporate applications from a wide range of computer systems and mobile devices. Also known as XenApp, it can host applications on central servers and allow users to interact with them remotely or stream and deliver them to user devices for local execution.",Mobility Technology Services,Denied,Server,-
Citrix Program Neighborhood Agent 12.1,"The Citrix Program Neighborhood Agent provides centralized management of the client settings via the Access Management Console and Published Application settings. PNa also offers pass-through authentication, automatic desktop and start menu integration, as well as client to server content redirection, whereby the local Windows File Type Association is altered so that local files automatically launch the associated Citrix Published Application.",Mobility Technology Services,Denied,Server,-
Citrix Receiver 12.x for Mac,Citrix Receiver is a product bundled with Citrix XenApp and XenDesktop that allows client devices to connect to various desktop virtualization services offered by Citrix.,Mobility Technology Services,Exception,Desktop,2019-10
Citrix Receiver 14.x,Citrix Receiver is a product bundled with Citrix XenApp and XenDesktop that allows client devices to connect to various desktop virtualization services offered by Citrix.,Mobility Technology Services,Exception,Desktop,2020-03
Citrix XenAPP 6.5 for 2008 R2,"Citrix XenApp is an application virtualization solution that mobilizes Windows apps, yet keeps valuable data locked down in the datacenter. XenApp allows IT to provide secure remote access to Windows apps and data from any device to keep mobile users productive, control and encrypt access to apps and data to improve information security, and rapidly deliver access to business applications to new employees, whether local or remote, for fast time-to-productivity",Mobility Technology Services,Not yet submitted,Server,-
Citrix XenApp 1.8,"WTS, MetaFrame support a multi-user access to Windows NT servers. Citrix' technologies are designed atop the ICA protocol and support different platforms (including DOS, OS/2, Win CE, Unix, MacOS). Additionally, Citrix' solutions support not only TCP/IP but also other transport protocols - FrameRelay, NetBEUI, IPX/SPX, etc.",Mobility Technology Services,Denied,Server,-
Citrix XenApp 4,"Software that supports application server computing, in which the application runs in the server for multiple users and only screen changes in the user interface are sent to the individual client machines.",Mobility Technology Services,Denied,Server,-
Citrix XenApp 7.x,"Citrix XenApp is an application virtualization solution that mobilizes Windows apps, yet keeps valuable data locked down in the datacenter. XenApp allows IT to provide secure remote access to Windows apps and data from any device to keep mobile users productive, control and encrypt access to apps and data to improve information security, and rapidly deliver access to business applications to new employees, whether local or remote, for fast time-to-productivity",Mobility Technology Services,Exception,Server,2020-03
ClamAV 0.99,"ClamAV is an open source (GPL) anti-virus engine used in a variety of situations including email scanning, web scanning, and end point security. It provides a number of utilities including a flexible and scalable multi-threaded daemon, a command line scanner and an advanced tool for automatic database updates.","Vulnerabilities Scanning,Intrusion Detection and Prevention",Exception,Desktop,2019-06
Cloud Foundry GoRouter 1.0,"The router routes traffic coming into Cloud Foundry to the appropriate component: usually, Cloud Controller or a running application on a DEA node. The router is implemented in Go. Implementing a custom router in Go gives the router full control over every connection, which makes it easier to support WebSockets and other types of traffic (for example, via HTTP CONNECT). A single process contains all routing logic, removing unnecessary latency.",Network Monitoring,Not yet submitted,Server,-
CloudCheckr,"The CloudCheckr Cloud Management Platform (CMP) provides full visibility and control to reduce costs, improve cybersecurity posture, and automate critical tasks to accelerate cloud agility for modern enterprises and service providers.","Network Monitoring,Infrastructure",Exception,SaaS,2018-05
CloudConvert,"CloudConvert is a file conversion utility. Convert anything to anything - more than 200 different audio, video, document, ebook, archive, image, spreadsheet and presentation formats supported.Use internal products such as Office, Google Docs, or Adobe",Miscellaneous Software,Denied,SaaS,-
CloudLock,"CloudLock is a Cloud Cybersecurity Platform that helps organizations securely leverage the cloud for apps they buy and build. CloudLock delivers security for any cloud application and platform, including IaaS, PaaS, and IDaaS (IDentity as a Service) and orchestrates security across your existing investments.",Identity and Access Management,Approved - Preferred,SaaS,2018-02
Cloudability,"Cloudability helps businesses to understand how much they're spending on cloud computing services by providing regular emails, alerts and a dashboard showing monthly spend to date, and a monthly estimate. This helps companies to manage all their cloud spend and understand when cost overages are happening (not after the fact). Cloudability also offers an optimizer service to identify other ways to save money on the cloud.",Cloud Based Dev Platform,Denied,SaaS,-
Cloudflare CFSSL 1.2,Cloudflare works at the DNS level providing performance and security for any website.,Network Devices/Standards,Proposed,Server,-
Clover ETL - Designer,"CloverETL Designer is a visual tool for development, debugging and manual execution of data transformations.",Database Admin Tools,Proposed,PaaS,-
CloverETL Server 4.1,Data integration toolset ranging from the original core library (CloverETL Engine) to a full-fledged enterprise platform,Data Format / Classification,Exception,Server,2019-03
CodeProject fastJSON 2,fastJSON a is a small and fast polymorphic JSON serializer. It simplifies coding immensely and is a cornerstone of object orientated programming.,Scripting Language,Not yet submitted,Server,-
CoffeeScript 1.0,"CoffeeScript is a language that compiles into JavaScript. The code compiles one-to-one into the equivalent JS, and there is no interpretation at runtime. You can use any existing JavaScript library seamlessly from CoffeeScript (and vice-versa). The compiled output is readable and pretty-printed, will work in every JavaScript runtime, and tends to run as fast or faster than the equivalent handwritten JavaScript.",Scripting Language,Not yet submitted,SaaS,-
Continuum Analytics Anaconda 2.791,"Anaconda is used for coding with the Python language. It brings together over 270 packages for data analysis and has the ability to switch between the 2.7 language and the 3.4 beta version. Often times it gets compared to R as far as its capabilities. Just like R, I plan to use it for data analysis. It can be used for manipulation of databases, but excels over R in its ability to deal with larger data sets easily. Anaconda will also be used for other tasks such as streamlining communication with APIs and performing text mining analysis.",Programming Language,Denied,Desktop,-
Continuum Analytics Anaconda 3.4,"Anaconda is used for coding with the Python language. It brings together over 270 packages for data analysis and has the ability to switch between the 2.7 language and the 3.4 beta version. Often times it gets compared to R as far as its capabilities. Just like R, I plan to use it for data analysis. It can be used for manipulation of databases, but excels over R in its ability to deal with larger data sets easily. Anaconda will also be used for other tasks such as streamlining communication with APIs and performing text mining analysis.",Programming Language,Approved - Preferred,Server,2019-04
Continuum Analytics Anaconda 4.3,"Anaconda is a open source distribution of the Python and R programming languages for large-scale data processing, predictive analytics, and scientific computing, that aims to simplify package management and deployment.",Programming Language,Approved - Preferred,Server,2019-04
Core Impact,"Performs penetration testing and vulnerability scanning. This product features many types of penetration tests, including network-based and remote host-based, as well as many other tools, including Wi-Fi network and web-based penetration tests.","Vulnerabilities Scanning,Intrusion Detection and Prevention",Approved - Preferred,Server,2018-02
Core Insight,"Insight automates much of the vulnerability management workflow beginning with asset discovery. It takes in network topology based on a database of over 100 routers and firewalls, known exploits and data from other scan engines - should you opt not to use the PCI-approved network and web scanner that comes with the tool.","Vulnerabilities Scanning,Intrusion Detection and Prevention",Approved - Preferred,Server,2018-02
Core Security Technologies Core Impact Pro 12,"Core Impact Pro is the only solution that empowers you to replicate attacks that pivot across systems, devices and applications, revealing how chains of exploitable vulnerabilities open paths to your organization’s mission-critical systems and data.",Vulnerabilities Scanning,Approved - Maintain,Server,2018-02
Corel Paintshop Pro X8,"Photo-editing and graphic design.. Accelerate your photo editing with enhanced layers, more precise selection tools, faster brushes and extensive productivity-boosting improvements. Bring ideas to life with the most versatile photo-editing software value anywhere—no monthly subscription required.",Image Processing & Graphic Design,Approved - Preferred,Desktop,2019-11
Corel WinZip 20,"With just a click, open all major compression formats, including Zip, Zipx, RAR, 7Z, TAR, GZIP, VHD, XZ and more. Easily find, open, edit, move and share your files, whether they are on your computer, network or cloud service. Easily encrypt files as you zip to secure information and data. Create read-only PDFs and add watermarks to deter copying.",Workplace Productivity,Approved - Preferred,Desktop,2018-05
Corel WinZip Command Line 4,"Control and configure WinZip directly from the command prompt with WinZip Command Line Support, a free add-on for users with a valid license (WinZip 17 or higher required).",Workplace Productivity,Approved - Maintain,Desktop,2018-05
Crazy Egg,"Crazy Egg allows you to conduct eyetracking and A/B testing, analyze site usage, and address issues with usability and performance of OGP websites, including Section508.gov, IDManagement.gov, and CIO.gov, to improve customer experience.",Web Analytics,Approved - Maintain,SaaS,2019/03
Creative Tim 1.3,"UI Kits, Templates and Snippets, built with Bootstrap, that will speed up your front-end development.",Development Tool,Exception,Desktop,2019-12
Credant Mobile Guardian Stand Alone Edition for Windows Shield 5,"CREDANT Stand Alone Edition for Windows allow organizations to protect data on laptops and desktops that are in the corporate domain, in another domain or even non-domain systems. It also allows rapid deployment to protect corporate or affiliate systems, from data security breaches.",Intrusion Detection and Prevention,Sunsetting,Server,2018-02
CrowdComfort,CrowdComfort was created to let each occupant easily report maintenance and safety issues. Reports come with picture and geo-location included.,Building Automation,Exception,SaaS,2018-04
Cuckoo Sandbox 2.0,Cuckoo sandbox 2.0 provide a safe environment to analyze malware samples.,"IT Testing and Analysis,Vulnerabilities Scanning",Exception,Server,2019-10
CyberArk 9.x,"A complete solution to protect, monitor, detect, alert and respond to privileged account activity.",Security and Assurance,Approved - Preferred,Server,2019-11
Cygwin 1,Cygwin is a large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows. a DLL (cygwin1.dll) which provides substantial POSIX API functionality.,Runtime Library,Sunsetting,Desktop,2018-01
Cygwin 2.6,"Cygwin 2.6 is a Unix-like environment for Microsoft Windows. Cygwin provides native integration of Windows-based applications, data, and other system resources with applications, software tools, and data of the Unix-like environment. Thus it is possible to launch Windows applications from the Cygwin environment, as well as to use Cygwin tools and applications within the Windows operating context.",Runtime Library,Exception,Desktop,2019-02
Cylance CylanceProtect 2.x,"CylancePROTECT is an integrated threat prevention solution that combines the power of artificial intelligence (AI) to block malware infections with additional security controls that safeguard against script-based, fileless, memory, and external devicebased attacks.",Intrusion Detection and Prevention,Approved - Preferred,Desktop,2020-03
DBATools,"Provides users with the tools to administer, manage and monitor all aspects of a database. The tools may be accessed from the application DBA Tools menu or from the schema browsers context sensitive popup menu.",Database,Not yet submitted,Server,-
DHS Cyber Security Evaluation Tool (CSET) 6.1,This software is a Department of Homeland Security (DHS) product that assists organizations in protecting their key national cyber assets. It was developed under the direction of the DHS Industrial Control System Cyber Emergency Response Team (ICS-CERT) by cybersecurity experts. This tool provides users with a systematic and repeatable approach for assessing the security posture of their cyber systems and networks. It includes both high-level and detailed questions related to all industrial control and IT systems.,Building Automation,Approved - Preferred,Desktop,2019-10
DOE Building Life Cycle Cost (BLCC) 5,"BLCC conducts economic analyses by evaluating the relative cost effectiveness of alternative buildings and building-related systems or components. Typically, BLCC is used to evaluate alternative designs that have higher initial costs but lower operating costs over the project life than the lowest-initial-cost design. It is especially useful for evaluating the costs and benefits of energy and water conservation and renewable energy projects. BLCC also calculates comparative economic measures for alternative designs, including net savings, savings-to-investment ratio, adjusted internal rate of return, and years to payback.",Building Information Modeling,Approved - Maintain,Desktop,2017-10
DOE Building Life Cycle Cost (BLCC) 5.3,"BLCC conducts economic analyses by evaluating the relative cost effectiveness of alternative buildings and building-related systems or components. Typically, BLCC is used to evaluate alternative designs that have higher initial costs but lower operating costs over the project life than the lowest-initial-cost design. It is especially useful for evaluating the costs and benefits of energy and water conservation and renewable energy projects. BLCC version 5.3-16 contains the following modules:",Building Information Modeling,Approved - Preferred,Desktop,2019-01
DQbroker Server 6.10,Bridge the gap between the URSA/DARGAL query tools on the Clearpath platform and the ROADS MySQL database on the B03 Windows server.,Reporting and Analysis,Exception,Server,2019-04
DYMO Label Software 8,DYMO Label Software enables users to create and print labels - all without the hassles of printing sheet labels on a standard desktop printer.,Peripherals,Approved - Maintain,Desktop,2018-06
DYMO Stamps,"DYMO Stamps provides users with a quick and simple way to print postage right from their desks. Skip time-consuming trips to the Post Office, and get back to business.",Peripherals,Denied,Desktop,-
Dante Controller v3.10 (Windows),"Dante Controller vDante Controller v3.10 (Windows), helps users to launch web-based user interfaces for SCM820, Microflex® Wireless and Microflex® Advance--in this instance his software is being requested as part of a device which is a gateway to transmit noise over the Central Heat Plant network. The plant is a unique place compared to other GSA buildings, which requires special equipment and devices to be compatible to the needs of the Plant.",Building Management,Exception,Desktop,2019-04
Data Entry Test,GSA built Powerbuilder front end to a FAS business line application (Data Entry).,Database,Approved - Preferred,Desktop,2018-07
Data Expedition ExpeDat 1.12,"Data Expedition, Inc. provides software that directly addresses network efficiency by actually moving data across the network faster and more reliably. The MTP/IP technology delivers real performance gains, even for data that is compressed, encoded, or unique. The purpose of these software is for File system migration and synchronization to Helix AWS servers. As a part of Data Center Migration to AWS Cloud, Portfolio Managers require that the AWS instance will be a complete mirror of on-premises to include user data, directories, files, and permissions. We will be using the Data Expedition ExpeDat and SyncDat tools to automate the on-going file-system synchronization.",Supporting Network Services,Denied,Server,2018-10
Data Expedition SyncDat 1.1,"SyncDat is a high-performance file replication and synchronization application. It rapidly compares and transfers files for backup, data migration, and mirroring.",Supporting Network Services,Exception,Server,2018-10
DbVis Software DbVisualizer 9.2,"DbVisualizer is a feature rich, intuitive multi-database tool for developers and database administrators, providing a single powerful interface across a wide variety of operating systems. With its easy-to-use and clean interface, DbVisualizer has proven to be one of the most cost effective database tools available, yet to mention that it runs on all major operating systems and supports all major RDBMS that are available.",Database Admin Tools,Exception,Desktop,2018-03
Decision Support Inc URSA Major 11.1,"Decision Support is the leader in data access and reporting software solutions for the Unisys MCP environments. Our URSA Software Product Suite (URSA infoSuite) is a traditional Windows-based graphical reporting solution that is particularly well-suited for high-volume, centralized, institutional reporting needs. It offers a powerful interface to Unisys MCP operating system databases with numerous output formatting options.",Reporting and Analysis,Approved - Preferred,Server,2018-05
Defense Logistics Agency Logistics Defense Logistics Agency Logistics 9,"This website provides descriptions, source references, and other detailed information pertaining to National Stock Numbers (NSNs). These NSNs are managed by both DLA and GSA. (IWAC NSN Team) requires access to this website to search for NSNs, review the product descriptions, research the approved reference sources and research history of the NSNs.",Security and Assurance,Proposed,Desktop,-
Dell FogLight 5,"Foglight, the application performance monitoring (APM) solution from Dell Software, allows you to:Ensure a positive end-user experience by eliminating downtime and resolving problems faster, Manage a high volume and pace of change, while reducing or eliminating risks associated with new application launches, mobile or cloud migrations and technology upgrades, Leverage a single lens for reporting on business functions across all IT silos, like report on status of key business initiatives, Maximize collaboration and accelerate incident management with a single version of the truth.",Infrastructure,Approved - Preferred,Desktop,2018-06
Dell SharePlex 8,"As the golden alternative for database replication, SharePlex includes all the functionality you need to maintain uptime of your critical databases at half the cost of Oracle GoldenGate. You can easily ensure high availability, migrate data with zero organizational risk and integrate data in near real-time for reporting and insights. As the largest independent database replication solution on the market, SharePlex delivers industrial strength replication you can count on, backed by unrivaled, award-winning support.",Database,Approved - Preferred,Desktop,2018-03
Dell Spotlight for SQL Server Enterprise (Client),"Spotlight on SQL Server Enterprise delivers simplicity without compromise, unmatched monitoring, diagnosis and SQL Server optimization.Easily optimize and tune SQL Server performance anywhere on any device, Ensure peak performance around the clock with unmatched monitoring, diagnosis and optimization of SQL Server environments. Spotlight provides access to the details you need for optimal fitness of your SQL Server databases. Get intuitive overviews of health and performance, automated alerts and actions, and mobile device support.",Database Admin Tools,Proposed,Server,-
Dell Statistica 13.1,"Easy-to-use predictive statistical analysis software brings the analytics to the data. Embed Analytics Everywhere. Align business rules and processes with your analytic models. Fuel innovation and deeper business insights through agile environments. Drive value with open platforms, connectors and R. Use templates and wizards to save time.",Reporting and Analysis,Exception,Desktop,2018-12
Dell Toad BI Suite 2,"Toad BI Suite is a bundle of Toad Data Point, Toad Decision Point and Toad Intelligence Central. Below is a summary of what’s new in all the products.Supports new NoSQL data sources in Toad Data Point and Google Analytics across Toad Business Intelligence Suite. Allows you to share and collaborate on Toad files with other users in the Toad Intelligence Central server. Improves support in Salesforce for single sign-on using corporate credentials. Provides additional visualizations and chart styles through Toad Decision Point",Database Connectivity,Denied,Desktop,-
Dell Toad DBA Suite for Oracle 12,"Toad DBA Suite for Oracle is a comprehensive set of Oracle DBA tools that enable you to become more proactive. These Oracle administration tools automate maintenance, ensure optimal performance, and mitigate the risk of change. The suite helps you resolve issues before they impact production. And, since routine tasks are automated, you’re assured of accuracy as never before. You can also greatly reduce the risks associated with performance bottlenecks, database vulnerability, patches, upgrades, and more.",Database Connectivity,Approved - Preferred,Desktop,2018-03
Dell Toad DBA Suite for Sybase 2.1,"Toad for SAP Solutions simplifies the day-to-day tasks of DBA’s. Whether you are working with SAP ASE or SAP HANA, Toad eliminates performance-tuning challenges, simplifies SQL optimization and automates frequent and repetitive tasks, so you can focus on higher-priority projects.",Database Connectivity,Denied,Desktop,-
Dell Toad for Oracle Xpert 12,"Toad for Oracle Xpert Edition provides you with all of Toad’s development, editing, debugging, and project management features, plus SQL Optimizer for Oracle. SQL Optimizer validates your database code to ensure the best-possible performance. It also enables you to proactively identify potential issues and optimize SQL automatically.With Toad for Oracle Xpert Edition, you can easily manage database changes, including configuration, upgrades, migrations, index creation, and more. It also lets you analyze and compare execution plans for multiple SQL statements in different database environments. This Oracle database tool helps you proactively identify SQL performance variations, perform SQL tuning and pinpoint potential performance degradation.",Database Connectivity,Approved - Preferred,Desktop,2018-03
Dell Toad for SAP Solutions 3.1,Use intuitive workflows and powerful automation to simplify SAP database development and administration. Diagnose and resolve database performance issues quickly and easily. Increase productivity while maximizing SAP database performance and availability. Predict the impact of change. Implement a fully automated approach to maximizing SQL performance. Gain support for SAP HANA - with deep functional expertise for developing HANA applications and managing HANA database objects and users.,"Database Connectivity,Database Admin Tools,Modeling",Approved - Preferred,Desktop,2018-12
Delta Controls enteliweb 4.0,enteliWEB is the latest building automation software package from Delta Controls. Built from leading ORCA (Open Real-Time Control Architecture) software.,Building Automation,Proposed,Server,-
Dep of Treasury SPS-Secure Payment System 2015,"Secure Payment System (SPS) is an application that provides a mechanism by which government agencies can create payment schedules in a secure fashion, and with a strictly enforced separation of duties. This application allows personnel at Federal Program Agency (FPA) locations to submit schedules to FMS over a browser/web interface. Two different user-types are required and responsible for an FPA to submit schedules to SPS. First, a Data Entry Operator (DEO) creates a schedule and submits the schedule for certification. Next a Certifying Officer (CO) examines the schedule and upon verification, certifies the schedule which results in the schedule being submitted to FMS.",Miscellaneous Software,Approved - Preferred,Desktop,2018-05
Deque FireEyes 1,Deque's FireEyes browser plug-in allows users to find and correct web accessibility errors. It can provide a detailed and comprehensive report of any accessibility errors on any of the pages within their site. Users can then send that error report to the WorldSpace public server where they can download it as an Excel or .csv file.,Content Accessibility Evaluation,Denied,Desktop,-
Digital YEWFLO Sizing program 9.04,Digital YEWFLO Sizing program 9.04 assess steam flow meters' sizing requirements.,Building Automation,Exception,Desktop,2019-05
DisplayLink USB Graphics Software 7.1,To utilize Port Replicators with Multiple Monitor Support for better productivity on GFE Laptops at AAC Site and at home where GSA would not provide Docking stations.,Peripherals,Exception,Desktop,2018-06
Django 1.10,"Django is available open-source under the BSD license. We recommend using the latest version of Python 3, but you can also use Python 2.7.","Programming Language,IDE-Integrated Development Environment",Exception,Desktop,2019-01
Do,"Do! is the easiest way to use the ‘To Do List' app in iOS. Don’t waste any more time in making list; intuitive, extremely simple input.Use Google Tasks",Miscellaneous Software,Denied,SaaS,-
DoE Energy Plus 8.6,"EnergyPlus is a software package which models heating, cooling, lighting, ventilating, and other energy flows as well as water in buildings. It is a stand-alone simulation program without a 'user friendly' graphical interface and reads input and writes output as text files.",Building Automation,Exception,Desktop,2018-10
DoE eQuest 3.65,"DOE-2 is a widely used and accepted freeware building energy analysis program that can predict the energy use and cost for all types of buildings. DOE-2 uses a description of the building layout, constructions, usage, conditioning systems (lighting, HVAC, etc.) and utility rates provided by the user, along with weather data, to perform an hourly simulation of the building and to estimate utility bills.",Modeling,Approved - Preferred,Server,2018-07
DocHub - Sign and Edit PDFs,"Free online PDF editor. Sign, edit, and share PDFs, Word documents; add text, draw, add signatures, make templates. Integrates with Dropbox and Google drive. Save as PDF and use Adobe to sign/edit",PDF Software,Denied,SaaS,-
Docker Toolbox,"Docker containers wrap a piece of software in a complete filesystem that contains everything needed to run: code, runtime, system tools, system libraries - anything that can be installed on a server. This guarantees that the software will always run the same, regardless of its environment. Docker Toolbox is an installer for quick setup and launch of a Docker environment on older Mac and Windows systems that do not meet the requirements of the new Docker for Mac and Docker for Windows apps.",Development Tool,Exception,Desktop,2019-01
Docker Trusted Registry (DTR) 2.0,"The Registry is a server side application that stores and lets you distribute Docker images. The Registry is open-source, under the permissive Apache license.",Development Tool,Exception,Server,2019-04
Docker UCP 1.12,"Universal Control Plane is a containerized application that runs on the Commercially Supported (CS) Docker Engine, and extends its functionality to make it easier to deploy, configure, and monitor applications.",Development Tool,Exception,Server,2019-03
Documentum D2-Config 4.2,"Provides API for use by other tools, such as Netbeans",IDE-Integrated Development Environment,Not yet submitted,Server,-
Doist Todoist for Windows 831,"Todoist is a project management application for personal and professional productivity. It allows users to manage their tasks from a smartphone, tablet or computer, customize their experience, organize their tasks and projects, and optimize productivity. Manage tasks and projects anywhere with Todoist on 10+ platforms. The app is free, though additional features to enable collaboration are available in a paid version.",Project Management Tools,Denied,Desktop,-
Doodle,"Doodle is an online scheduling tool that can be used quickly and easily to find a date and time to meet with multiple people. First you suggest dates and times for your event participants to choose from, then Doodle creates a polling calendar that can be sent to participants for feedback.",Project Management Tools,Denied,SaaS,-
DreamFactory 2.3,"DreamFactory is a REST API middleware platform. It enables developers to connect to any data source and instantly get a full palette of secure, reliable, and customizable REST APIs for their projects. DreamFactory also provides granular security controls, server-side scripting with V8 Javascript, Node.js, PHP, and Python, live API documentation, and example apps for iOS, Android, and popular HTML5 and JavaScript frameworks like AngularJS. DreamFactory runs on Linux, Windows, and Mac OS X, in the cloud of your choice or on premises.",IDE-Integrated Development Environment,Exception,Server,2018-12
DriveConverter,"DriveConverter is a web app which allows you to convert files that you save in Google Drive. The type of files it can convert are documents, images and audio. It expands on Google Drive's built-in file conversion tools to allow users to convert uploaded files to a larger variety of formats.Use internal products such as Office, Google Docs, or Adobe",Miscellaneous Software,Denied,SaaS,-
"Drivers (Printers, Mouse, Headset, Keyboard etc)","A driver provides a software interface to hardware devices, enabling operating systems and other computer programs to access hardware functions without needing to know precise details of the hardware being used.",Miscellaneous Software,Approved - Preferred,Desktop,2018-05
Dropbox Client 2,"Dropbox is a file hosting service operated by Dropbox, Inc. that offers cloud storage, file synchronization, personal cloud, and client software. Dropbox allows users to create a special folder on their computers, which Dropbox then synchronizes so that it appears to be the same folder (with the same contents) regardless of which computer is used to view it. Files placed in this folder are also accessible via the Dropbox website and mobile apps.",Storage,Denied,SaaS,-
Dropbox Mobile App,Dropbox syncs files your smartphone and tablet with your laptop or desktop. Access your files on the go.,Mobile,Denied,SaaS,-
Dropbox Service,"Dropbox is a file hosting service operated by Dropbox, Inc. that offers cloud storage, file synchronization, personal cloud, and client software. Dropbox allows users to create a special folder on their computers, which Dropbox then synchronizes so that it appears to be the same folder (with the same contents) regardless of which computer is used to view it. Files placed in this folder are also accessible via the Dropbox website and mobile apps.",Storage,Denied,SaaS,-
Drupal 6,"Drupal is a free and open-source content-management framework written in PHP and distributed under the GNU General Public License. Systems also use Drupal for knowledge management and for business collaboration. The standard release of Drupal, known as Drupal core, contains basic features common to content-management systems. These include user account registration and maintenance, menu management, RSS feeds, taxonomy, page layout customization, and system administration. The Drupal core installation can serve as a simple Web site, a single- or multi-user blog, an Internet forum, or a community Web site providing for user-generated content. Drupal also describes itself as a Web application framework, as it meets the generally accepted feature requirements for such frameworks. Drupal runs on any computing platform that supports both a Web server capable of running PHP and a database to store content and configuration.",IDE-Integrated Development Environment,Denied,Server,-
Drupal 7,"Drupal is a free and open-source content-management framework written in PHP and distributed under the GNU General Public License. Systems also use Drupal for knowledge management and for business collaboration. The standard release of Drupal, known as Drupal core, contains basic features common to content-management systems. These include user account registration and maintenance, menu management, RSS feeds, taxonomy, page layout customization, and system administration. The Drupal core installation can serve as a simple Web site, a single- or multi-user blog, an Internet forum, or a community Web site providing for user-generated content. Drupal also describes itself as a Web application framework, as it meets the generally accepted feature requirements for such frameworks. Drupal runs on any computing platform that supports both a Web server capable of running PHP and a database to store content and configuration.",Programming Language,Approved - Preferred,Desktop,2018-11
Drupal 8,"Drupal is a free and open-source content-management framework written in PHP and distributed under the GNU General Public License. Systems also use Drupal for knowledge management and for business collaboration. The standard release of Drupal, known as Drupal core, contains basic features common to content-management systems. These include user account registration and maintenance, menu management, RSS feeds, taxonomy, page layout customization, and system administration. The Drupal core installation can serve as a simple Web site, a single- or multi-user blog, an Internet forum, or a community Web site providing for user-generated content. Drupal also describes itself as a Web application framework, as it meets the generally accepted feature requirements for such frameworks. Drupal runs on any computing platform that supports both a Web server capable of running PHP and a database to store content and configuration.",IDE-Integrated Development Environment,Proposed,Server,-
Duo,"Duo combines modern two-factor authentication with advanced endpoint security solutions to protect users from account takeovers and data breaches. It has never been easier to provide end user’s secure access to sensitive data, while giving insight needed to make sure that users are accessing it from up-to-date and authorized devices.",Video Conferencing,Denied,SaaS,-
EC-Net AX Supervisor Distech,"EC-NetAX Supervisor flexible graphical user interface provides traditional building management functions such as scheduling, trending, alarming, historical data collection and advanced energy management applications.",Building Management,Denied,SaaS,-
EMC Captiva 7.5,"Transform paper from a liability into business advantage by converting your paper, faxes, and other content into application-ready information.",Document Management,Exception,Desktop,2019-11
EMC Documentum 6,"Application used to manage documents, web pages, XML files, and rich media using one common content platform and repository. (Includes Captiva for scanning)",Document Management,Not yet submitted,Server,-
EMC Documentum Content Server 4,"Documentum is an enterprise content management platform, now owned by EMC Corporation, as well as the name of the software company that originally developed the technology. EMC acquired Documentum for $1.7 billion in December, 2003.The Documentum platform is part of EMC's Enterprise Content Division (ECD) business unit, one of EMC's four operating divisions.",Document Management,Not yet submitted,Server,-
EPA Tier II Submit 2015 (Tier2),This software comes directly from the EPA and is updated annually. Used for building hazmat quantity reporting.,Building Management,Not yet submitted,Desktop,-
EPA Tier II Submit 2016 (Tier2),This software comes directly from the EPA and is updated annually. Used for building hazmat quantity reporting.,Building Management,Exception,Desktop,2019-03
EPA Tier II Submit 2017 (Tier2),This software comes directly from the EPA and is updated annually. Used for building hazmat quantity reporting. The Environmental Protection Agency (EPA) requires GSA to use their software to report annually on hazardous substances stored at our facilities.,Building Management,Exception,Desktop,2020-01
ESRI ArcGIS Online,"ArcGIS Online is an online, collaborative web GIS that allows you to use, create, and share maps, scenes, apps, layers, analytics, and data. You get access to ready-to-use maps, apps, and our Esri secure cloud, where you can add items and publish web layers. Because ArcGIS Online is an integral part of the ArcGIS system, you can use it to extend the capabilities of ArcGIS for Desktop, ArcGIS for Server, ArcGIS Web APIs, and ArcGIS Runtime SDKs.",GIS-Geographic Information System,Proposed,SaaS,-
ETAP,"ETAP offers a suite of fully integrated electrical engineering software solutions including arc flash, load flow, short circuit, transient stability, relay coordination, cable ampacity, optimal power flow, and more. Its modular functionality can be customized to fit the needs of any company, from small to large power systems.",Miscellaneous Software,Approved - Preferred,Desktop,2019-02
Easy Feed Editor 3.5,Easy Feed Editor is a free tool to create and edit your own Feeds.,Information Exchange Standards,Approved - Preferred,Desktop,2018-03
EasyPano Tourweaver 7,"Tourweaver 7 is a professional virtual tour creating software. It presents a real 360 degree world with panoramic view and transition. Sounds, Video, Maps and more great features can be explored in virtual tour.",Miscellaneous Software,Proposed,Desktop,-
Easygenerator,"To support PT's FY18 strategic plan, we need our 4 users to rapidly develop online training courses via a browser-based interface to allow them to take advantage of mobile work options; we also need the ability to create training content that can be distributed to/accessible to PBS tenant agency customers without requiring any special access/learning management system. We must do this at a minimum cost with an easy-to-learn tool to allow our subject matter experts to create and distribute training rapidly. We have already tested Easygenerator course output in the SuccessFactors OLU environment. Others on the approved list do not meet the needs due to various reasons primarily higher costs, requirement to be installed locally on laptop, more complex interface requiring a larger learning curve, and inability to produce stand-alone training files (for our customer training)",Content Rendering,Exception,SaaS,2018-11
Eaton Meter Configuration Software 1,Eaton Meter Configuration Software it's used for IQ 100 Power Xpert Meter 2000.,Building Automation,Approved - Preferred,Server,2017-10
Echelon OpenLNS Commissioning Tool,"This is a Building Automation tool that gets installed with Quark Communications InetSupervisor. Install and commission a community of devices by simply drawing your network with the integrated Microsoft Visio tool. As you draw your network, the IzoT Commissioning Tool communicates with your devices and automatically configures them to match your drawing. The IzoT Commissioning Tool is the OpenLNS Commissioning Tool combined with an IzoT Net Server -- adding support for native LonTalk/IP devices in addition to classic LON devices.",Building Automation,Proposed,Server,-
Eclipse Mars 4.5,"Eclipse is a platform that has been designed from the ground up for building integrated web and application development tooling. By design, the platform does not provide a great deal of end user functionality by itself. The value of the platform is what it encourages: rapid development of integrated features based on a plug-in model. Eclipse provides a common user interface (UI) model for working with tools. It is designed to run on multiple operating systems while providing robust integration with each underlying OS. Plug-ins can program to the Eclipse portable APIs and run unchanged on any of the supported operating systems. At the core of Eclipse is an architecture for dynamic discovery, loading, and running of plug-ins. The platform handles the logistics of finding and running the right code. The platform UI provides a standard user navigation model. Each plug-in can then focus on doing a small number of tasks well. What kinds of tasks: Defining, testing, animating, publishing, compiling, debugging, diagramming...the only limit is your imagination.",IDE-Integrated Development Environment,Exception,Desktop,2019-09
Eclipse Oxygen 4.7,"Eclipse is an open source community of Tools, Projects and Collaborative Working Groups.",IDE-Integrated Development Environment,Exception,Server,2019-09
EcoDomus BIM,"EcoDomus is the leading provider bringing the value of BIM to building owners (BIM FM) for improved design & construction data collection and handover, facility management, operation and maintenance.",Building Information Modeling,Approved - Preferred,Server,2019-07
Elastic ELK Stack Solution,"Elasticsearch ELK stack comprises of 3 tools.- Elasticsearch for deep search and data analytics- Logstash for centralized logging, log enrichment and parsing- Kibana for powerful and beautiful data visualizations",Data Management,Exception,Desktop,2018-12
Elastic ElasticSearch 2.3,"Elasticsearch is a distributed, RESTful search and analytics engine capable of solving a growing number of use cases. As the heart of the Elastic Stack, it centrally stores your data so you can discover the expected and uncover the unexpected.Part of the ELK Stack Solution.",Data Management,Exception,Desktop,2018-12
Elastic ElasticSearch 5.0,"Elasticsearch is a distributed, RESTful search and analytics engine capable of solving a growing number of use cases. As the heart of the Elastic Stack, it centrally stores your data so you can discover the expected and uncover the unexpected. Elasticsearch uses standard RESTful APIs and JSON. We also build and maintain clients in many languages such as Java, Python, .NET, and Groovy. Part of ELK Stack solution.",Development Tool,Exception,Server,2018-12
Elastic Kibana 4.5,Part of the ELK Stack Solution. Kibana lets you visualize your Elasticsearch data and navigate the Elastic Stack,Data Management,Exception,SaaS,2018-12
Elastic Logstash 2.3,"Logstash is an open source, server-side data processing pipeline that ingests data from a multitude of sources simultaneously, transforms it, and then sends it to your favorite “stash.” Part of the ELK Stack Solution)",Data Management,Exception,SaaS,2018-12
Elastic Marvel 2.4,"Marvel enables you to easily monitor Elasticsearch through Kibana. You can view your cluster’s health and performance in real time as well as analyze past cluster, index, and node metrics.",Search Engine,Exception,Server,2019-04
Elastic Shield 2.4,"Shield installs as a plugin into Elasticsearch. Once installed, the plugin intercepts inbound API calls in order to enforce authentication and authorization.",Search Engine,Exception,Server,2019-04
Em Software Xtags for Adobe 2017,"Xtags is a text filter based on the XPress Tags language, but greatly enhanced, providing serious document-building power. Using Xtags, you import text files which it converts into fully formatted layouts, and you can export as well. Xtags does this by interpreting special formatting codes embedded in the text file, and we call this set of codes the Xtags language.",Electronic Publishing,Approved - Preferred,Desktop,2019-05
Embarcadero DBArtisan Pro 9.2,"Team-enabled database administration solution using integrated performance analytics and team sharing capabilities to maximize availability, performance, security and collaboration across multiple DBMSs.",Database,Approved - Preferred,Server,2018-03
Encelium Polaris 3D,"The Encelium Polaris 3D software is the front-end software for the Encelium lighting controls system. Encelium is a subsidiary of Osram-Sylvania. The lighting controls system operates light fixtures throughout buildings, and allows operators to adjust dimming levels and other control parameters.",Building Automation,Exception,Server,2019-10
Enercalc Structural Engineering Library 6,"ENERCALC provides one software package named the Structural Engineering Library. Although it goes by one name, the Structural Engineering Library is actually dozens of structural engineering design and analysis modules all in one system. It provides the practicing engineer with a large toolkit of capabilities to design the elements of structures",Building Information Modeling,Exception,Desktop,2019-10
Engineering Group SpagoBI 5,"SpagoBI is an Open Source Business Intelligence suite, belonging to the free/open source SpagoWorld initiative, founded and supported by Engineering Group. It offers a large range of analytical functions, a highly functional semantic layer often absent in other open source platforms and projects, and a respectable set of advanced data visualization features including geospatial analytics. SpagoBI is released under the Mozilla Public License, allowing its commercial use. SpagoBI is hosted on OW2 Forge managed by OW2 Consortium, an independent open-source software community.",Reporting and Analysis,Exception,Server,2019-05
Enlighted System,"The Enlighted system is the simplest and the most advanced way to manage a building’s physical environment. Our patented technology automates, analyzes, controls and reports environmental data and empowers you to lower energy costs, maximize space and increase the productivity and well-being of occupants.",Building Management,Proposed,Server,-
Enterprise DB- EDB Postgres Advanced Server,"EDB Postgres Advanced Server is EDB’s enhanced Postgres database designed to meet the needs of the digital enterprise. EDB Advanced Server incorporates all of PostgreSQL’s features with additional enterprise-class functionality for enhanced performance and security requirements for enterprise workloads. EDB Advanced Server features improve DBA and developer productivity. Oracle users benefit from EDB Advanced Server’s native database compatibility with Oracle, including PL/SQL, built-in packages, and many DBA tools to accelerate and simplify migrations.",Database,Pilot,Server,2018-05
Enterprise DB-PostGres Plus Developer Edition 1.0,"Postgres Enterprise ManagerMonitor, manage and tune Postgres databases easily!DBAs who use Postgres Enterprise Manager 5.0 will benefit from increased productivity, ease-of-use, data integration, and dashboards tailored to their unique Postgres infrastructure. Easily and effectively monitor, alert, manage and tune large numbers of Postgres database servers from an integrated, customizable graphical console. No other tool allows a single DBA to care for more databases than Postgres Enterprise Manager!",Data Management,Exception,Server,2018-11
Ephox EditLive 9,"WYSIWYG editor embedded in the content management systems for GSA.gov and InSite. Ephox EditLive! is the only editor with Section 508 accessibility standards assistance and checking. With Ephox EditLive! authors address accessibility compliance issues before their content is published. The accessibility check as-you-type makes it easy for authors to fix images that are missing alternative text, inaccessible tables and other accessibility-related issues in their content and fix them with the assistance of Ephox EditLive! . The Ephox EditLive!'s interface itself is accessible, compliant and compatible with assistive technologies, including popular screen readers such as JAWS.",Programming Environment,Not yet submitted,SaaS,-
Esri ArcGIS Earth,"Maps for Everyone on Earth. Explore any part of the world with ArcGIS Earth. Work with a variety of 3D and 2D map data formats including KML. Display data, sketch placemarks, measure distances and areas, and add annotations. ArcGIS Earth has everything you need to easily understand spatial information so you get the full picture.",GIS-Geographic Information System,Exception,Desktop,2019-01
Esri ArcGIS Pro v2.x,"ArcGIS Pro is a 64-bit software with a new graphics engine that provides a smooth map display and the latest in 3D visualization. Streamline your work with multiple views, map layouts and multithreaded processing.",GIS-Geographic Information System,Exception,Desktop,2019-01
Esri ArcGIS for Desktop 10.3,"ArcGIS is an integrated collection of GIS software products. It provides a standards-based platform for spatial analysis, data management, and mapping.",GIS-Geographic Information System,Approved - Maintain,Desktop,2017-10
Esri ArcGIS for Desktop 9,"ArcGIS is an integrated collection of GIS software products. It provides a standards-based platform for spatial analysis, data management, and mapping.",GIS-Geographic Information System,Sunsetting,Desktop,2017-10
Esri ArcGIS for Server 10,"ArcGIS Server provides a standards-based platform for spatial analysis, data management, and mapping that is able to share and distribute geospatial data to ArcGIS desktop clients and support workflows.",GIS-Geographic Information System,Not yet submitted,Server,-
Esri ArcGIS for Server 9,"ArcGIS Server provides a standards-based platform for spatial analysis, data management, and mapping that is able to share and distribute geospatial data to ArcGIS desktop clients and support workflows.",GIS-Geographic Information System,Sunsetting,Server,2017-10
Eunoutics MeetingSync 2.5,"Meetingsync is a connector between Adobe Connect Meetings SAAS and Oracle Eloqua SAAS. Meetingsync connects registrant emails addresses from an Eloqua data object to update registrants to an Adobe Meeting so the registrant can enter the meeting. After the meeting, the registrants' attendance, entrance and exit time is connected back to Meetingsync to update the Eloqua data object.",Workplace Productivity,Exception,SaaS,2018-02
Everbridge Mass Notification,Industry-leading mass notification platform that provides organizations with incident management assistance.,Electronic Publishing,Proposed,SaaS,-
Evernote,"Evernote is a cross-platform, freemium app designed for note taking, organizing, and archiving. The app allows users to create a ""note"" which can be a piece of formatted text, a full webpage or webpage excerpt, a photograph, a voice memo, or a handwritten ""ink"" note. Notes can also have file attachments. Notebooks can be added to a stack while notes can be sorted into a notebook, tagged, annotated, edited, given comments, searched, and exported as part of a notebook.",Collaboration Software,Denied,Desktop,-
Excel Addon for HP ALM 12.x,Excel Addon for HP ALM. HP Application Lifecycle Management (HP ALM) is a set of software tools developed and marketed by the HP Software Division of Hewlett Packard Enterprise for application development and testing.,Electronic Publishing,Exception,Desktop,2019-11
Expandrive,"ExpanDrive Version 5 delivers super-fast background saves and transfers, and offers more cloud storage provider options than ever before.",Document Management,Proposed,SaaS,-
Expert Choice Comparion,Expert Choice Comparion is a decision-making software that is based on multi-criteria decision making.,Survey and Form Designer,Exception,SaaS,2019-03
Extensis Portfolio Desktop Client 1.6,"Font management and digital asset management software for professionals.This software focuses directly on effective digital asset management, making working with files easy and efficient. Tasks like cataloging, working with metadata, searching, and sharing are streamlined for ease of use.","Electronic Publishing,Document Management",Not yet submitted,Desktop,-
"Exterro e-Discovery Data Management Suite, 5.0","The Exterro E-Discovery Suite is composed of programs for data mapping, legal hold, early case assessment (ECA), data collection, processing, document review and other electronic discovery processes, as well as for legal governance, risk management, and compliance.",Database Admin Tools,Proposed,Desktop,-
ExtraLabs Software Feed Editor 6,ExtraLabs Software Feed Editor is an easy-to-use and convenient interface makes for fast and effortless processing of RSS feeds. Wizard-driven user guidance prevents mistakes during RSS feed creation.,Information Exchange Standards,Denied,Desktop,-
FLIR Avigilon Control Client (ACC) 5.6,"The Avigilon Control Center Client software works with the Avigilon Control Center Server software to give you access and control of your Avigilon High Definition Surveillance System. The Client software allows you to view live and recorded video, and control user access to the Avigilon Control Center. The Client software also gives you the ability to configure the server, cameras and other external devices that are part of your surveillance system.",Intrusion Detection and Prevention,Exception,Desktop,2018-02
FMS Total Access Emailer 2010,"Total Access Emailer uses Microsoft Access and email to generate personalized messages for everyone in a Access table, query, or view. Send messages in text and/or HTML format, attach files, and use field values to create customized emails for each recipient. Embed Access reports, tables, and queries/views as message or as attachments. Use Access to create custom, richly formatted emails for each recipient.",Miscellaneous Software,Exception,Desktop,2018-09
FastCGI for Apache - mod_fcgi 2.3,"This is a FastCGI implementation for Apache HTTP Server versions 2.0, 2.2, and 2.4. mod_fcgid is a high performance alternative to mod_cgi or mod_cgid, which starts a sufficient number instances of the CGI program to handle concurrent requests, and these programs remain running to handle further incoming requests.",Plugins/Libraries,Exception,Server,2018-11
Fiberlink MaaS360,"Software-as-a-service (SaaS) that delivers enterprise mobile device, application, document, and expense management. MaaS360 provides rapid deployment, and comprehensive visibility and control that spans across mobile devices, applications, and documents. MaaS360 supports all devices including the iPhone, iPad, Android, Windows Phone, BlackBerry, and Kindle Fire.","Asset Management,Mobile",Approved - Preferred,SaaS,2018-06
Filemaker,"FileMaker Pro is a cross-platform relational database application from FileMaker Inc., formerly Claris, a subsidiary of Apple Inc",Database,Proposed,Server,-
Filemaker 16,"FileMaker Pro is a cross-platform relational database application from FileMaker Inc., formerly Claris, a subsidiary of Apple Inc",Database,Proposed,Desktop,-
FireEye HX Agent for Mac 23.x,FireEye products directly address Cyber Attacks and Malware. The Information generated by FireEye is of the most sensitive nature to the Federal Enterprise. May US Federal Intelligence Agencies and DOD organizations utilize FireEye Products to protect their networks and systems from Cyber attack.,Intrusion Detection and Prevention,Approved - Preferred,Desktop,2019-10
FireEye HX Agent for Mac v26.x,FireEye products directly address Cyber Attacks and Malware. The Information generated by FireEye is of the most sensitive nature to the Federal Enterprise. May US Federal Intelligence Agencies and DOD organizations utilize FireEye Products to protect their networks and systems from Cyber attack.,Intrusion Detection and Prevention,Approved - Preferred,Desktop,2019-10
FireEye HX Agent for Windows 24.x,FireEye products directly address Cyber Attacks and Malware. The Information generated by FireEye is of the most sensitive nature to the Federal Enterprise. May US Federal Intelligence Agencies and DOD organizations utilize FireEye Products to protect their networks and systems from Cyber attack.,Intrusion Detection and Prevention,Approved - Preferred,Desktop,2019-10
FireEye HX Agent for Windows v26.x,FireEye products directly address Cyber Attacks and Malware. The Information generated by FireEye is of the most sensitive nature to the Federal Enterprise. May US Federal Intelligence Agencies and DOD organizations utilize FireEye Products to protect their networks and systems from Cyber attack.,Intrusion Detection and Prevention,Approved - Preferred,Desktop,2019-10
FireEye HX Tool 3.x,Comprehensive single-agent security solution to protect on-premise and remote endpoints against known and unknown threats,Intrusion Detection and Prevention,Exception,Server,2020-02
FireEye Redline 1.14,"Redline, FireEye free tool, provides host investigative capabilities to users to find signs of malicious activity through memory and file analysis. FireEye purchased Mandiant in 2014",Security and Assurance,Exception,Server,2018-02
FirePath,"FirePath is an extension to FireBug that adds a development tool to edit, inspect and generate XPath expressions and CSS3 Selectors.",Development Tool,Proposed,Server,-
Fishbowl,Fishbowl integrates with both QuickBooks and Xero and is a manufacturing and warehouse management solution for QuickBooks.,Building Management,Proposed,- Not Identified,-
Flexera FlexNet Manager Platform,"FlexNet Manager Platform is a scalable Software License Optimization product that includes both hardware and software asset management (HAM & SAM) across more than 18,333 publishers and 181,927 applications. It automates entitlement based software license management and optimization to enable the reduction of license, maintenance and audit costs for desktop software, while maintaining license compliance.",Software Configuration Management,Exception,Server,2018-11
Flexera Software FlexLM Timeout Variable,"FLEXlm license timeout is a feature that releases inactive licenses back to the license pool. Licensed software is determined to be inactive when a machine is completely idle, meaning no mouse clicks, keystrokes, modal dialog boxes are occurring. FLEXlm timeout settings determine how long such a period continues before licenses are freed up.",License Management,Not yet submitted,Server,-
Flinto 2.1,"Flinto 2.1 is a protypying tool which requires no programming and allows the requester to use gesures. animimated interaction, behaviors, and scrolling.",Development Tool,Exception,Desktop,2019-10
Flip-Q for PC,Flip-Q Pro teleprompting software for PC. The Flip-Q USB driver version contains the PC version of the Flip-Q Pro teleprompting software. These latest versions of the Flip-Q software allow the user to run Fli-Q on any PC when they have full permissions.,Video Conferencing,Exception,Desktop,2020-01
FlipCreator 4.9,"FlipCreator is an online magazine software that allows you to create realistic page-flipping e-Publications including E-Books, E-Magazines, E-Brochures, E-Catalogs, E-Reports, E-Newsletters.",Miscellaneous Software,Exception,Desktop,2018-11
Float,Float is a team scheduling tool that helps us keep track of everyone's availability and improve visibility into who's working on what,Project Management Tools,Proposed,SaaS,-
Flowtrac System ID,"Flowtrac manufactures inventory software & systems, asset tracking, barcode scanners, barcode printers, and time & attendance solutions.",Building Management,Proposed,- Not Identified,-
Fluenz,Fluenz is a language learning program.,Database Admin Tools,Proposed,SaaS,-
FontLab Studio 5.2,"FontLab Studio 5 is a professional font editor for Mac and Windows. Used by Adobe, Apple, Bitstream, IBM, Linotype, Microsoft, Monotype, and Morisawa, it is a comprehensive solution for font foundries, professional type designers, typographers and graphic design studios, allowing them to design typefaces and create or modify fonts. FontLab Studio 5 supports all major outline font formats, including PostScript Type 1, TrueType, Multiple Master and OpenType.",Miscellaneous Software,Denied,Server,-
ForeScout CounterACT Thick Client 7.0,"ForeScout CounterACT dynamically identifies and assesses network users, endpoints and applications; provides full network access control (NAC), pre- and post-admission; directly remediates endpoint security issues; triggers third-party remediation systems.",Intrusion Detection and Prevention,Exception,Server,2018-10
ForeScout CounterAct Software 6,"ForeScout CounterACT dynamically identifies and assesses network users, endpoints and applications; provides full network access control (NAC), pre- and post-admission; directly remediates endpoint security issues; triggers third-party remediation systems.",Intrusion Detection and Prevention,Denied,Server,-
ForeScout SecureConnector 5.100,ForeScout Secure connector is required for the Enterprise Hardware Asset Management (HWAM) capability of the DHS CDM tool stack. ForeScout appliances have been deployed in all GSA ROB's and Data Centers,Vulnerabilities Scanning,Proposed,- Not Identified,-
ForeScout SecureConnector Agent for Mac 15.x,ForeScout Secure connector is required for the Enterprise Hardware Asset Management (HWAM) capability of the DHS CDM tool stack. ForeScout appliances have been deployed in all GSA ROB's and Data Centers.,Vulnerabilities Scanning,Exception,Desktop,2019-12
ForeScout SecureConnector Agent for Windows 10.x,ForeScout Secure connector is required for the Enterprise Hardware Asset Management (HWAM) capability of the DHS CDM tool stack. ForeScout appliances have been deployed in all GSA ROB's and Data Centers.,Vulnerabilities Scanning,Exception,Desktop,2019-12
ForgeRock OpenAM 12.0,"OpenAM 12 is a powerful centralized access management solution, enabling companies to manage access control, federated services, single sign-on, and many other services while protecting their resources. OpenAM is part of the ForgeRock Identity Platform.",Identity and Access Management,Exception,Server,2018-11
ForgeRock OpenDJ 2.6,"OpenDJ is a new LDAPv3 compliant directory service, developed for the Java platform, providing a high performance, highly available and secure store for the identities managed by your enterprise. Its easy installation takes OpenDJ the simplest and fastest directory server to deploy and manage.",Identity and Access Management,Exception,Server,2018-11
ForgeRock OpenIDM 3.1,"OpenIDM is an open standards based identity management solution. In addition to being open source, OpenIDM offers high flexibility in business process handling and compliance. A flexible user interface combined with a robust workflow engine make OpenIDM ready for any identity management project.",Identity and Access Management,Exception,Server,2018-11
ForgeRock Platform,"Provides directory services, and is 100% open source, lightweight, embeddable directory that can share real-time customer, device, and user identity data across enterprise, cloud, social, and mobile environments.",Data Management,Exception,Server,2018-11
Form Plus,"Custom form creation on Google Drive. It provides an interface to create forms by just dragging and dropping components. It supports the creation of forms with a wide variety of input types. Files are collected upon submission of the form and are saved in your Google Drive, a link to the file is also placed in a submission spreadsheet. Use Google Forms",Electronic Publishing,Denied,SaaS,-
Formtek EDM Connector Version 3.0,"The Formtek Auditing Extension is integrated with the Alfresco Share application to provide a complete audit log of actions performed on documents, folders, and other types of content stored in the Alfresco repository. The Auditing Extension records the action performed, the date and time the action occurred, the user who performed the action, and optional details on the action. Each document and folder maintains its own auditing information, and any user who can access the document or folder can also view its audit log.Formtek Connector to AutoCAD is an integral part of Formtek solution which provides connectivity from AutoCAD to Alfresco Enterprise. This solution is part of GSA Central Facility Repository (CFR) program.","Document Management,CAD-Computer-Aided Design",Exception,Desktop,2019-11
Fraunhofer IBP WUFI Passive 2.5,"WUFI Passive platform checks all the quality aspects in projects and allows designers to optimize passive buildings for local climate conditions while maintaining indoor comfort. These include hygrothermal verification of all building assemblies (dynamic model), comfort assessment (verify every space in the building is in the comfort range re humidity and temperature).",Building Information Modeling,Exception,Desktop,2019-10
FreeBSD 9.1,"Unlike Linux, FreeBSD is a complete operating system, and not simply a Kernel. It's a stable platform that rarely crashes. What this means to SecOps is stability, minimal patching, reliability, security, and excellent performance characteristics all of which are provided by FreeBSD. FreeBSD is used by major corporations. For example, iOS runs on iPhones, iPads, but OS X runs on MACs. Both OS are derived from FreeBSD.",Network Operating System,Approved - Maintain,Server,2018-09
Freedom Scientific JAWS 11,"JAWS, Job Access With Speech, is a screen reader developed for computer users whose vision loss prevents them from seeing screen content or navigating with a mouse. JAWS provides speech and Braille output for the most popular computer applications on the users PC.",Screen Reader,Sunsetting,Desktop,2018-07
Freedom Scientific JAWS 12,"JAWS, Job Access With Speech, is a screen reader developed for computer users whose vision loss prevents them from seeing screen content or navigating with a mouse. JAWS provides speech and Braille output for the most popular computer applications on the users PC.",Screen Reader,Sunsetting,Desktop,2018-07
Freedom Scientific JAWS 13,"JAWS, Job Access With Speech, is a screen reader developed for computer users whose vision loss prevents them from seeing screen content or navigating with a mouse. JAWS provides speech and Braille output for the most popular computer applications on the users PC.",Screen Reader,Sunsetting,Desktop,2018-07
Freedom Scientific JAWS 14,"JAWS, Job Access With Speech, is a screen reader developed for computer users whose vision loss prevents them from seeing screen content or navigating with a mouse. JAWS provides speech and Braille output for the most popular computer applications on the users PC.",Screen Reader,Sunsetting,Desktop,2018-07
Freedom Scientific JAWS 15,"JAWS, Job Access With Speech, is a screen reader developed for computer users whose vision loss prevents them from seeing screen content or navigating with a mouse. JAWS provides speech and Braille output for the most popular computer applications on the users PC.",Screen Reader,Sunsetting,Desktop,2018-07
Freedom Scientific JAWS 16,"JAWS, Job Access With Speech, is a screen reader developed for computer users whose vision loss prevents them from seeing screen content or navigating with a mouse. JAWS provides speech and Braille output for the most popular computer applications on the users PC.",Screen Reader,Approved - Preferred,Desktop,2018-07
Freedom Scientific JAWS 17,"JAWS, Job Access With Speech, is the world's most popular screen reader, developed for computer users whose vision loss prevents them from seeing screen content or navigating with a mouse. JAWS provides speech and Braille output for the most popular computer applications on your PC.",Screen Reader,Approved - Preferred,Desktop,2018-07
Freedom Scientific JAWS 18,"JAWS, Job Access With Speech, is the world's most popular screen reader, developed for computer users whose vision loss prevents them from seeing screen content or navigating with a mouse. JAWS provides speech and Braille output for the most popular computer applications on your PC.",Screen Reader,Approved - Preferred,Desktop,2018-07
Freedom Scientific JAWS 2018,"JAWS, Job Access With Speech, is the world's most popular screen reader, developed for computer users whose vision loss prevents them from seeing screen content or navigating with a mouse. JAWS provides speech and Braille output for the most popular computer applications on your PC.",Screen Reader,Approved - Preferred,Desktop,2020-03
Freedom Scientific MAGic 14,"MAGic is a screen magnification and screen reading solution for low vision computer users. MAGic can help you work more efficiently with business applications, documents, email, navigating the Internet, and engaging in social networking. MAGic delivers smooth, crisp letters, even at the highest magnification levels.",508 Accessibility Software,Approved - Preferred,Desktop,2020-01
Freemind Open Source,"Freemind Open Source helps teams develop vision roadmaps associated with our IT projects so that we can better document, track, and manage the value that we can provide to our agency and our customers and stakeholders.",Project Management Tools,Proposed,Desktop,-
Frim GitX .7,"GitX is a git GUI made for Mac OS X. It currently features a history viewer much like gitk and a commit GUI like git gui. It is a fork (variant) of GitX, a long-defunct GUI for the git version-control system. It has been maintained and enhanced with productivity and friendliness.",Development Tool,Proposed,Desktop,-
GITHub,"Online project hosting using Git. Includes source-code browser, in-line editing, wikis, and ticketing. Free for public open-source code.",Collaboration Software,Approved - Preferred,SaaS,2018-02
GPS Pathfinder Office Software 5.6,"Trimble GPS Pathfinder Office software is a powerful and easy-to-use software package of GNSS postprocessing tools. Incorporating Trimble DeltaPhase differential correction technology the software is designed to develop GIS information that is consistent, reliable, and accurate from GNSS data collected in the field.",Miscellaneous,Proposed,Desktop,-
GWMicro Window-Eyes 9.4,"Window-Eyes is a stable, secure and customizable screen reader available on the market today. Featuring comprehensive support for computers running Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista, Windows Server 2008, and Windows Server 2012, Window-Eyes enables individuals who are blind or visually impaired to be completely independent on a PC and be more successful and productive at school and in the workplace.",508 Accessibility Software,Approved - Preferred,Desktop,2019-03
Gallagher Command Center Premier 7.x,"A complete security solution, Gallagher Command Centre is an industry leading critical business platform, delivering organizational security and operational continuity.",Building Management,Exception,Desktop,2019-10
GanttProject 2.8,"Free project scheduling and management app for Windows, OSX and Linux. Create tasks and milestones. Organize tasks in a work breakdown structure. Hierarchical tree where progress, dates or costs of lower level tasks is summarized on the higher levels.",Project Management Tools,Denied,Desktop,-
Garmin Express,"Garmin Express is your one-stop shop for keeping your nüvi, zumo or dezl up-to-date.Update maps, Update software, Register your Device Back up, restore and transfer favorites ,Install free voices and vehicles, Download product manuals",Miscellaneous Software,Exception,Desktop,2018-05
Gemnasium,"Gemnasium monitors your project dependencies and alerts you about updates and security vulnerabilities. Your project might be using a dangerous dependency, we will notify you as soon as advisories are public and affect your projects.",Project Management Tools,Proposed,- Not Identified,-
General Tools HT10 USB RH/Temp Data Logger,Humidity Temperature Data Logger devices that record temperature and humidity in the space. Used to log the temperatures in a space over a period of time to determine what issues need to be corrected.,Building Automation,Exception,Desktop,2017-10
Genuitec MyEclipse 10.7,"MyEclipse is a Java IDE with smart Enterprise tools for getting the job done. Java EE libraries and capabilities are the basis of your Enterprise projects, and deploy to dozens of Enterprise-friendly app servers for quick testing.",IDE-Integrated Development Environment,Denied,Desktop,-
Genuitec MyEclipse 2014,"MyEclipse is a Java IDE with smart Enterprise tools for getting the job done. Java EE libraries and capabilities are the basis of your Enterprise projects, and deploy to dozens of Enterprise-friendly app servers for quick testing.",IDE-Integrated Development Environment,Denied,Desktop,-
Genuitec MyEclipse 2017 CI 5,"MyEclipse is a Java IDE with smart Enterprise tools for getting the job done. Java EE libraries and capabilities are the basis of your Enterprise projects, and deploy to dozens of Enterprise-friendly app servers for quick testing.",IDE-Integrated Development Environment,Exception,Desktop,2019-12
Geotech Enviro Data 2012B,"Geotech's Enviro Data software stores and displays environmental quality data, such as field and laboratory data for water, soil and air. Users can cost-effectively import analytical and other data, review the quality, select data, and generate reports, graphs and maps, or provide data to other programs",Building Information Modeling,Exception,Desktop,2017-10
Ghostscript Ghostscript 8.6,"Ghostscript is a package of software that provides:An interpreter for the PostScript (TM) language, with the ability to convert PostScript language files to many raster formats, view them on displays, and print them on printers that don't have PostScript language capability built in; An interpreter for Portable Document Format (PDF) files, with the same abilities; The ability to convert PostScript language files to PDF (with some limitations) and vice versa; and a set of C procedures (the Ghostscript library) that implement the graphics and filtering (data compression / decompression / conversion) capabilities that appear as primitive operations in the PostScript language and in PDF.",PDF Software,Sunsetting,Desktop,2018-05
Git For Windows 2.11,"Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and novices alike.",Development Tool,Denied,Desktop,-
GitHub Desktop 3.1,GitHub Desktop is a way to contribute to projects on GitHub and GitHub Enterprise.,Collaboration Software,Exception,Desktop,2018-11
GitLab,GitLab is a code repository. It is a version control system for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for software development.,Software Configuration Management,Exception,Server,2019-10
GitX-dev,"GitX-dev is a fork (variant) of GitX, a long-defunct GUI for the git version-control system. It has been maintained and enhanced with productivity and friendliness oriented changes, with effort focused on making a first-class, maintainable tool for active developers.",Software Configuration Management,Proposed,Desktop,-
Gluster 3.8,"Gluster 3.8, an open source software. It is a scalable network filesystem. Using common off-the-shelf hardware, you can create large, distributed storage solutions for media streaming, data analysis, and other data- and bandwidth-intensive tasks.",Development Tool,Approved - Preferred,Server,2019-06
GnuCoreUtils (Gnu Core Utilities),"The GNU Core Utilities or coreutils is a package of GNU software containing reimplementations for many of the basic tools, such as cat, ls, and rm, used on Unix-like operating systems.",Operating System,Proposed,Server,-
Go Animate,"GoAnimate is a cloud-based, animated video creation platform. ... These videos can be created in multiple styles, including 2D animation, whiteboard animation (aka videoscribing or scribing) and video infographics.",Image Processing & Graphic Design,Not yet submitted,SaaS,-
GoToWebinar,"GoToWebinar is a more efficient webinar solution. It makes communication with prospects, employees, partners and customers easier",Video Conferencing,Proposed,SaaS,-
Google Analytics,A freemium web analytics service offered by Google that tracks and reports website traffic.,Network Monitoring,Not yet submitted,SaaS,-
Google Analytics 360,A freemium web analytics service offered by Google that tracks and reports website traffic.,Network Monitoring,Exception,SaaS,2019-10
Google Android Studio 2.2,"Android Studio provides the fastest tools for building apps on every type of Android device.World-class code editing, debugging, performance tooling, a flexible build system, and an instant build/deploy system all allow you to focus on building unique and high quality apps.",Development Tool,Exception,Desktop,2018-11
Google AngularJS 1.2,"AngularJS is a JavaScript framework. It can be added to an HTML page with a script tag.AngularJS extends HTML attributes with Directives, and binds data to HTML with Expressions.AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly. Angular's data binding and dependency injection eliminate much of the code you would otherwise have to write. And it all happens within the browser, making it an ideal partner with any server technology.",Programming Language,Approved - Maintain,Server,2017-12
Google AngularJS 1.4,"AngularJS is a JavaScript framework. It can be added to an HTML page with a script tag.AngularJS extends HTML attributes with Directives, and binds data to HTML with Expressions.AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly. Angular's data binding and dependency injection eliminate much of the code you would otherwise have to write. And it all happens within the browser, making it an ideal partner with any server technology.",Programming Language,Not yet submitted,- Not Identified,-
Google AngularJS 1.5,"AngularJS is a JavaScript framework. It can be added to an HTML page with a script tag.AngularJS extends HTML attributes with Directives, and binds data to HTML with Expressions.AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly. Angular's data binding and dependency injection eliminate much of the code you would otherwise have to write. And it all happens within the browser, making it an ideal partner with any server technology.",Programming Language,Approved - Preferred,Server,2018-12
Google AngularJS 1.6,"AngularJS is a JavaScript framework. It can be added to an HTML page with a script tag.AngularJS extends HTML attributes with Directives, and binds data to HTML with Expressions.AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and succinctly. Angular's data binding and dependency injection eliminate much of the code you would otherwise have to write. And it all happens within the browser, making it an ideal partner with any server technology.",Programming Language,Approved - Preferred,Server,2018-12
Google AngularJS 2.0,is a complete JavaScript-based open-source front-end web application framework mainly maintained by Google and by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications.,Programming Environment,Denied,SaaS,-
Google Apps Lookup Mobile App,"Google Apps Lookup is an Android application that functions like a phonebook and email directory for your organization. Use the app to find contact information for people in your Google Apps domain, and add people to your contact list. The app is an easy, convenient way for you to find your colleagues' contact info on the go.",Mobile,Approved - Preferred,SaaS,2018-06
Google Apps Migration for Microsoft Outlook,"Migrate email, contacts and calendar data from Microsoft Outlook profiles and PST files to G Suite. Perform a user driven individual migration and selectively migrate email, calendar or contacts (or any combination thereof)",Miscellaneous Software,Proposed,Desktop,-
Google Apps Sync for Microsoft Outlook 3.8,"Google Apps Sync for Microsoft Outlook (GASMO) allows you to use Microsoft Outlook 2003, 2007, 2010, 2013 and 2016 effectively with G Suite. You get the cost savings, security and reliability of G Suite, while employees can use the interface they prefer for email, contacts, calendar and notes.",Collaboration Software,Approved - Preferred,- Not Identified,2019-03
Google Calendar,Google's software-as-a-service solution for calendaring. This version is adapted/branded for GSA use and does not include the advertisements found on the free Google Calendar service.,Collaboration Software,Approved - Preferred,SaaS,2018-05
Google Chrome,Web browser from Google. Google Chrome is allowed to automatically update.,Web Browser,Approved - Preferred,Desktop,2018-05
Google Cloud Platform,"Build modern web and mobile applications on an open cloud platform: bring your own language runtimes, frameworks, and third party libraries. Google App Engine is a fully managed platform that completely abstracts away infrastructure so you focus only on code.",Cloud Based Dev Platform,Pilot,SaaS,2018-05
Google Docs,"Google Docs is a web-based word processor application, much like Microsoft Word.",Electronic Publishing,Approved - Preferred,SaaS,2019-11
Google Drive,"Google Drive provides users with 30 GB of Google storage that can keep a variety of files including notes, pictures, designs, recordings, videos, and any other form of documents.","Document Management,Collaboration Software",Approved - Preferred,SaaS,2019-11
Google Drive Stream for Mac OSx,To provide quick and easy access to drive files from your computer. Drive Stream will be used as a replacement for Google Drive.,Workplace Productivity,Pilot,Desktop,2018-04
Google Drive Stream for Windows,To provide quick and easy access to drive files from your computer. Drive Stream will be used as a replacement for Google Drive.,Workplace Productivity,Pilot,Desktop,2018-04
Google Drive for Desktop,"Google Drive provides users with 30 GB of Google storage that can keep a variety of files including notes, pictures, designs, recordings, videos, and any other form of documents.",Document Management,Denied,Desktop,-
Google Earth Pro 7,"Google Earth Pro offers a comprehensive geospatial database, including seamless cityscapes, high-resolution imagery, historical imagery, roads, and points of interest.","GIS-Geographic Information System,Mobile",Exception,Desktop,2017-10
Google Groups,Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.,Collaboration Software,Approved - Preferred,SaaS,2018-05
Google Hangout,"Google Hangouts bring conversations to life with photos, emoji, and even group video calls. Connects users across computers, Android and Apple devices.",Collaboration Software,Approved - Preferred,SaaS,2018-05
Google Mail,An Email as a Service based on Google's Gmail. This version is adapted/branded for GSA use and does not include the advertisements found on the free Gmail service.,"Email Client,Collaboration Software,Mobile",Approved - Preferred,SaaS,2018-05
Google Sheets,"Google Sheets is a web-based spreadsheet application that allows to store and organize different types of information, much like Microsoft Excel.",Electronic Publishing,Approved - Preferred,SaaS,2019-11
Google Sites,Google Sites is a structured wiki- and Web page-creation tool offered by Google as part of the G Suite productivity suite. The goal of Google Sites is for anyone to be able to create a team-oriented site where multiple people can collaborate and share files.,Electronic Publishing,Not yet submitted,SaaS,2019-11
Google Sites Liberation Program,"Google-Sites-Liberation is an open source program developed in 2011 to allow users who ""own"" and ""Manage"" Google Sites to back up their data in a format to easily restore back to the site should there be a need to do so.The Office of Mission Assurance performs this activity at a minimum once a month to back-up all GSA Business and Staff Offices Continuity of Operations documents and vital records. (Approximately 600 Meg)This activity was previously done manually taking a large amount of time to pull this data and then organize it. The Google Program was suggested by Derrick Rogers who has been a previous user of the application to the OMA group.The original version (open source) was created for this purpose in 2011. The source is available for review and changes. Reference the link: https://code.google.com/p/google-sites-liberation/",Data Management,Exception,SaaS,2018-10
Grammarly,Grammarly is a free grammar checker instantly eliminates grammatical errors and enhances your writing.,508 Accessibility Software,Denied,Desktop,-
Granicus GovDelivery,"The GovDelivery Communications Cloud is the only digital communications platform helping government inform, engage, and convert 150 million citizens to action via email, text messaging and social media. Unlike private sector marketing technology, the GovDelivery Communications Cloud is the only platform secure enough to be used exclusively by government and proven to double audiences within the first year.Communications need to be both secure and accessible. GovDelivery conforms to section 508 of the Rehabilitation Act of 1973 and all W3C WCAG Guidelines. With a commitment to maintaining Section 508 Compliance for all of our clients, the Communications Cloud platform is certified by a third party testing organization, The Wehrman Collective (known as WeCo).",Electronic Publishing,Exception,SaaS,2018-03
Graphisoft ArchiCAD 14,ArchiCAD is a BIM (building information modeling) software for architects,Building Information Modeling,Sunsetting,Desktop,-
Graphisoft ArchiCAD 18,"ARCHICAD 18 delivers innovations making the BIM (building information modeling) workflow smoother, including CineRender, a brand new render engine with high-end photorealistic rendering capabilities found only in the professional visualization application CINEMA 4D now available right inside the BIM tool.",Building Information Modeling,Exception,Desktop,2017-10
Graphisoft ArchiCAD 20,"ARCHICAD a Building Information Modeling (BIM) software application used by architects, designers, engineers and builders to professionally design, document and collaborate on building projects.",Building Information Modeling,Exception,Desktop,2019-02
Graphisoft ArchiCAD Connection for Revit 2015,"Free Add-In developed for use by Autodesk Revit programs in the Structure and MEP disciplines. This application is recommended for use with IFC-based model exchange between GRAPHISOFT ARCHICAD and Revit applications. The Add-In for Revit applications variously enables direct import of ARCHICAD IFC models and IFC model export to ARCHICAD, or serves to optimize Revit’s standard IFC import and export functions used to exchange data with ARCHICAD.",Building Information Modeling,Proposed,Desktop,-
Greenbrier Graphics Net Deed Plotter 5.42,Net Deed Plotter is software used by Real Estate Professionals to analyze legal descriptions.,Building Information Modeling,Exception,Desktop,2019-10
Greenshot 1.2,Greenshot is a free and open source screenshot program for Microsoft Windows.,Miscellaneous Software,Proposed,Desktop,-
Grinder 3.11,The Grinder is a Java load testing framework that makes it easy to run a distributed test using many load injector machines. It is freely available under a BSD-style open-source license.,IT Testing and Analysis,Proposed,Desktop,-
Groovy 2,"Groovy is an object-oriented programming language for the Java platform. It is a dynamic language with features similar to those of Python, Ruby, Perl, and Smalltalk. It can be used as a scripting language for the Java Platform, is dynamically compiled to Java Virtual Machine (JVM) bytecode, and interoperates with other Java code and libraries. Groovy uses a Java-like curly-bracket syntax. Most Java code is also syntactically valid Groovy.Note: Used by 8(a) STARS II Pricing Tool.",Programming Language,Not yet submitted,Server,-
Guard1 Plus Single User,"This software system documents the guard tours which provides an extra layer of accountability. This software include a powerful reporting features make it easy and efficient to manage your guard force. Rules act as filters for your patrol data. Specify a timeframe and the number of visits required, and Guard1 Plus can generate an exception report. A wide variety of reports are available, showing exception, visit history, observations and incidents, expected vs. actual visits, and more.",Building Automation,Approved - Preferred,Server,2018-10
Gunicorn,"Gunicorn ""Green Unicorn"" is a Python WSGI HTTP Server for UNIX. It’s a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy.",Servers/Computers,Exception,Server,2018-11
HID Corestreet and SerVE 4.x,The CoreStreet validation suite increases a company's confidence in public-key certificates and its ability to identify users and provide them with appropriate access to resources. This FIX allows CMS to issue new gen tokens.,Identity and Access Management,Approved - Preferred,Server,2019-11
HID Credential Management System (CMS) 4.x,HID Global’s ActivID Credential Management System (CMS) enables organizations to issue an authentication credential that goes beyond perimeter security.,Identity and Access Management,Approved - Preferred,Server,2019-10
HID Global ActivClient 7,"ActivID ActivClient software guards against an ever-changing threat landscape by providing organizations with risk-appropriate and secure access to corporate IT assets. Choosing from a range of credential options, including smart cards and USB tokens, organizations can authenticate users to a wide variety of desktop, network, mobile, cloud and productivity applications. The strong authentication solution is also available for all major mobile platforms, enabling organizations to protect their resources whether accessed from a desktop, laptop, tablet or smartphone.",Identity and Access Management,Exception,Desktop,2019-08
HID pivCLASS Enrollment Workstation,"HID Global’s pivCLASS® Validation Workstation is an award-winning solution designed to assist security personnel in validating PIV, PIV-I, CIV, TWIC, FRAC, and CAC credentials and verifying cardholder identities.",Identity and Access Management,Approved - Preferred,Desktop,2020-01
HP 9100C Digital Sender Software 5,"The HP 9250C Digital Sender connects directly to your network converts black-and-white and color documents, drawings, and photographs into an electronic form and then distributes them directly to several kinds of destinations. You can also install the included HP Digital Sending Software (HP DSS)program to use advanced digital sending features such as send-to-workflow with optical character recognition (OCR).",Peripherals,Sunsetting,Desktop,2018-06
HP AMP,Web vulnerability scanning engine - replaced by HP Webinspect Enterprise,Vulnerabilities Scanning,Sunsetting,Server,2018-02
HP Application Lifecycle Management (ALM) 11,"HP APPLICATION LIFECYCLE MANAGEMENT (ALM) is a set of software products designed for accelerating the delivery of secure, reliable modern applications .HPE ALM increases release velocity while balancing application quality and enhancing collaboration throughout the lifecycle.",Software Configuration Management,Sunsetting,Server,2017-12
HP Application Lifecycle Management (ALM) 12.x,"HP APPLICATION LIFECYCLE MANAGEMENT (ALM) is a set of software products designed for accelerating the delivery of secure, reliable modern applications .HPE ALM increases release velocity while balancing application quality and enhancing collaboration throughout the lifecycle.",Software Configuration Management,Exception,Desktop,2019-01
HP Business Availability Center (BAC) FY 2017,"HP Business Availability Center (BAC) software for Composite Application Management is top-down, end-to-end, lifecycle management software for seamlessly monitoring composite applications in heterogeneous environments.",License Management,Proposed,Desktop,-
HP Fortify Static Code Analyzer 4.3,Code Scanning software,Vulnerabilities Scanning,Approved - Maintain,Server,2018-02
HP LoadRunner / Vugen 11.5,"HP LoadRunner is a software testing tool from Hewlett-Packard. It is used to test applications, measuring system behaviour and performance under load.",IT Testing and Analysis,Denied,Server,-
HP LoadRunner 12.x,"HP LoadRunner is a software testing tool from Hewlett-Packard. It is used to test applications, measuring system behaviour and performance under load.",IT Testing and Analysis,Exception,Desktop,2019-01
HP Software Security Center,Manager for WebInspect Enterprise,Vulnerabilities Scanning,Approved - Preferred,Server,2018-02
HP Unified Functional Testing (UFT) 12.x,"HP UFT software automates testing through an intuitive, visual user experience that ties manual, automated, and framework-based testing together in one IDE.",IT Testing and Analysis,Approved - Preferred,Desktop,2021-12
HP WebInspect Enterprise (WIE),Enterprise Web Vulnerability scanning tool,Vulnerabilities Scanning,Approved - Preferred,Server,2018-02
HPE Fortify Static Code Analyzer 17.10,The HP Fortify Static Code Analyzer (SCA) in HP Fortify Software Security Center. It uses HP Fortify’s static analysis to provide the most far-reaching vulnerability detection in source code available today. It delivers key functionality required for an effective Software Security Assurance (SSA) program.,Security and Assurance,Exception,Desktop,2019-08
HURREVAC,"HURREVAC is the decision support tool of the National Hurricane Program, administered by FEMA, the USACE, and the NOAA National Hurricane Center.This web site provides program access and technical support for eligible users in government emergency management. It is maintained by Sea Island Software, the contractor tasked with development, operation, and maintenance of the HURREVAC program.",Miscellaneous Software,Exception,Desktop,2019-09
HackerOne,Vulnerability Coordination and Bug Bounty Platform,Security and Assurance,Not yet submitted,SaaS,-
Hadoop User Experience (HUE) 3.12,"Hue (Hadoop User Experience) is an open-source Web interface that supports Apache Hadoop and its ecosystem, licensed under the Apache v2 license.",Database Connectivity,Proposed,Desktop,-
Hakiri.io,Hakiri monitors Ruby apps for dependency and code security vulnerabilities,Programming Environment,Exception,- Not Identified,2019-10
Hansoft Favro,"Favro is an online collaboration tool that adapts to how you work, making it easy to plan just about anything with anyone. Used by companies in marketing, development, gaming, law, recruitment and more. Favro is perfect for the whole team and is designed to keep everyone, regardless of their role, on the same page.",Collaboration Software,Denied,SaaS,-
Harvest,"Collaborative time and project tracking. Harvest makes time tracking easy. Your team will get up to speed fast and can track their time however and wherever they want. Simple and quick time entry means there’s no excuse not to track, and you’ll have the data you need to bill accurately and budget wisely.",Project Management Tools,Pilot,SaaS,2019-05
Hashicorp Consul 0.8,"Consul is a tool for discovering and configuring services in your infrastructure. It is a critical infrastructure tool that organizations rely on for service discovery, key/value storage, and health checks.",Software Configuration Management,Proposed,Server,-
Hashicorp Packer 0.12,Packer automates the creation of any type of machine image and encourages you to use automated scripts to install and configure the software within yourPacker-made images.,Infrastructure,Proposed,Server,-
Hashicorp Vault 0.7,"A modern system requires access to a multitude of secrets: database credentials, API keys for external services, credentials for service-oriented architecture communication, etc. Understanding who is accessing what secrets is already very difficult and platform-specific. Adding on key rolling, secure storage, and detailed audit logs is almost impossible without a custom solution. This is where Vault steps in.",Development Tool,Exception,- Not Identified,2018-03
Hazardous Material Information Resource System (HMIRS) 12,"The Hazardous Materials Information Resource System (HMIRS) is a Department of Defense (DoD) automated system developed and maintained by the Defense Logistics Agency. HMIRS is the authoritative source for Material Safety Data Sheets (MSDS) for the United States Government military services and civil agencies, per DODI 6050.05. It also contains Government unique value-added information input by the service/agency focal points. This value-added data includes HAZCOM warning labels and transportation information. The system assists Federal Government personnel who handle, store, transport, use, or dispose of hazardous materials.",Data Format / Classification,Denied,SaaS,-
Helios Software TextPad 5.4,"TextPad is a powerful, general purpose editor for plain text files",Programming Environment,Sunsetting,Desktop,2017-12
HelloSign,HelloSign is the world's leading free eSignature platform. Send and receive electronic signatures securely with our end-user solution or our eSignature API.,Document Management,Proposed,SaaS,-
Hemingway App,Hemingway App is an electronic publishing editing platform for Mac and PC which highlights common errors.,Electronic Publishing,Denied,Desktop,-
HiSoftware AccVerify 11,"HiSoftware’s AccRepair Desktop single user/single PC product allows developers, content providers and quality assurance staff to test and verify Web content for accessibility and to programmatically fix errors.",Content Accessibility Evaluation,Denied,Desktop,-
Honeywell Enterprise Building Integrator R500.1 and Energy Manager,Building Automation Software. Software is latest version of program currently running at two GSA locations on non GSA network machines. project is to upgrade to latest version of software and install on GSA virtual server.,Building Automation,Proposed,Server,-
Hootsuite,"Hootsuite is a platform for managing social media. The system’s user interface takes the form of a dashboard, and supports social network integrations for Twitter",Reporting and Analysis,Approved - Preferred,SaaS,2019-09
Hortonworks Data Platform 2.x,"HDP is the industry's only true secure, enterprise-ready open source Apache™ Hadoop® distribution based on a centralized architecture (YARN). HDP addresses the complete needs of data-at-rest, powers real-time customer applications and delivers robust big data analytics.",Database Admin Tools,Proposed,Server,-
Hubspot Enterprise,Email marketing and outreach software.,Miscellaneous Software,Approved - Preferred,SaaS,2019-08
Hunter Solutions IMMS Central Control Software 4.0,,Building Automation,Proposed,Server,-
HySecurity START 7,"The HySecurity Smart Touch Analyze and Retrieve Tool (START) provides features that support the following field service activities:Configuration of the gate operational parameters, Review of the gate operational event log, Troubleshooting, Loading of software updates",Building Automation,Denied,Server,-
IBM AIX 7,AIX (Advanced Interactive eXecutive) is a series of proprietary Unix operating systems developed and sold by IBM for several of its computer platforms.,Network Operating System,Approved - Maintain,Server,2017-09
IBM BigFix Compliance and Inventory 9.x,"Major Features in V9.5 Unicode support: BigFix Platform V9.5 gathers data from BigFix clients deployed on devices with varied code pages and languages, encodes the data into UTF-8 format, and stores it in the BigFix database.This capability allows the BigFix deployment to display and process non-ASCII character data when your environment has clients with code pages and languages different from those of the BigFix server. The client reports contain non-ASCII characters. Note: This new functionality is supported only if all BigFix components (server, relays, clients) have been upgraded to V9.5To achieve this result, the masthead file has been modified. After it is propagated to the clients and the new values become active, all the client reports containing non-ASCII characters are displayed correctly on the BigFix console, even if the reports come from clients with code pages different from the BigFix server code page.The BigFix console, even if installed on a system with a local code page different from the BigFix server code page, can connect to the server and display correctly. It does this by getting the BigFix server encoding and the report encoding from the masthead",Data Management,Exception,Server,2018-09
IBM BigFix LifeCycle OS Deployment version 3.x,"The IBM BigFix platform is a multi-layered technology platform that acts as the core part of the global IT infrastructure. The platform is a dynamic, content-driven messaging and management system that distributes the work of managing IT infrastructures out to the managed devices themselves, the agents.The platform can manage up to 250,000 physical and virtual computers, over private or public networks, including servers desktops, roaming laptops, mobile phones, Point-Of-Sale devices, Automated Teller Machines, and self-service kiosks.",Infrastructure,Approved - Preferred,Server,2020-04
IBM BigFix LifeCycle Power Management v9.x,"The IBM BigFix platform is a multi-layered technology platform that acts as the core part of the global IT infrastructure. The platform is a dynamic, content-driven messaging and management system that distributes the work of managing IT infrastructures out to the managed devices themselves, the agents.Use this product to manage and monitor the power usage settings on the computers in your network. It manages and applies the company conservation policies that you set with the use of dashboards, wizards, and web reports. Power management capabilities are now included in IBM BigFix Lifecycle.",Infrastructure,Approved - Preferred,Server,2020-04
IBM BigFix LifeCycle Remote Control v9.x,"The IBM BigFix platform is a multi-layered technology platform that acts as the core part of the global IT infrastructure. The platform is a dynamic, content-driven messaging and management system that distributes the work of managing IT infrastructures out to the managed devices themselves, the agents.The IBM BigFix Remote Control navigation tree provides a suite of Fixlets, tasks, and wizards. Use the functions to deploy, configure, and update the components that you need to run remote control sessions in your environment. You can also gather data from the components.",Infrastructure,Proposed,Server,-
IBM BigFix LifeCycle Software Distribution v9.x,"The IBM BigFix platform is a multi-layered technology platform that acts as the core part of the global IT infrastructure. The platform is a dynamic, content-driven messaging and management system that distributes the work of managing IT infrastructures out to the managed devices themselves, the agents.The platform can manage up to 250,000 physical and virtual computers, over private or public networks, including servers desktops, roaming laptops, mobile phones, Point-Of-Sale devices, Automated Teller Machines, and self-service kiosks.",Infrastructure,Approved - Preferred,Server,2020-04
IBM BigFix Platform v9.x,"Major Features in V9.5 Unicode support: BigFix Platform V9.5 gathers data from BigFix clients deployed on devices with varied code pages and languages, encodes the data into UTF-8 format, and stores it in the BigFix database.This capability allows the BigFix deployment to display and process non-ASCII character data when your environment has clients with code pages and languages different from those of the BigFix server. The client reports contain non-ASCII characters.Note: This new functionality is supported only if all BigFix components (server, relays, clients) have been upgraded to V9.5To achieve this result, the masthead file has been modified. After it is propagated to the clients and the new values become active, all the client reports containing non-ASCII characters are displayed correctly on the BigFix console, even if the reports come from clients with code pages different from the BigFix server code page.The BigFix console, even if installed on a system with a local code page different from the BigFix server code page, can connect to the server and display correctly. It does this by getting the BigFix server encoding and the report encoding from the masthead",Data Management,Exception,Server,2018-09
IBM Cognos Business Intelligence 10,IBM Cognos Business Intelligence 10 helps organizations meet strategic objectives and provides real value for the business by delivering the information everyone needs while also reducing the burden on IT.,Reporting and Analysis,Not yet submitted,Server,-
IBM Domino 9.0,"A social business application platform, IBM Domino features: A platform for critical business, collaboration, and messaging applications; highly reliable, scalable, and security-rich applications at a low total cost of ownership, helping companies enhance the productivity of people, streamline business processes and improve overall business responsiveness; flexibility and choice in hardware platform, operating system, directory and client access; and industry leading security features to help safeguard business-critical information.",Collaboration Software,Not yet submitted,Desktop,-
IBM Fortran 2008,"FORmula TRANslator. A high-level programming language and compiler, developed in 1954 by IBM. It was originally designed to express mathematical formulas, and although it is used occasionally for business applications, it is still the most widely used language for scientific, engineering and mathematical problems.",Programming Language,Sunsetting,Desktop,2018-01
IBM InfoSphere Information Analyzer Server 8,"InfoSphere Information Analyzer helps understand data quickly by offering data quality assessment, flexible data rules design & analysis, & quality monitoring capabilities.",Data Quality,Approved - Preferred,Server,2018-03
IBM InfoSphere Platform 11.x,"IBM InfoSphere Information Server is a market-leading data integration platform which includes a family of products that enable you to understand, cleanse, monitor, transform, and deliver data, as well as to collaborate to bridge the gap between business and IT.",Data Management,Approved - Maintain,Server,2020-04
IBM KillNotes 1,Killnotes.exe shuts down all Notes active sessions.,Miscellaneous Software,Sunsetting,Server,2018-05
IBM Lotus Domino 6,"Server that includes the latest innovations in Internet messaging. It supports all the major Internet standards; industry-leading support for web applications, including CORBA support and integration with Microsoft Internet Information Server.",Collaboration Software,Denied,Server,-
IBM Lotus Domino 7,"Server that includes the latest innovations in Internet messaging. It supports all the major Internet standards; industry-leading support for web applications, including CORBA support and integration with Microsoft Internet Information Server.",Collaboration Software,Denied,Server,-
IBM Lotus Domino 8,"Server that includes the latest innovations in Internet messaging. It supports all the major Internet standards; industry-leading support for web applications, including CORBA support and integration with Microsoft Internet Information Server.",Collaboration Software,Denied,Server,-
IBM Lotus Domino Database,Product that provides strong replication capability and synchronizes databases distributed in multiple locations and to mobile users.,Database,Sunsetting,Server,2018-03
IBM Lotus Domino Designer,"Open, integrated Web application development environment. Provides everything to rapidly build and deploy secure e-business applications that connect enterprise data with strategic processes.",Survey and Form Designer,Sunsetting,Desktop,2018-07
IBM Lotus Domino Web Access 7,"IBM Lotus Domino Web Access Lite mode provides users with quick access to Mail, Contacts, and a Day-At-A-Glance calendar.",Email Client,Exception,Server,2018-05
IBM Lotus EasySync Pro 4.2,"IBM Lotus EasySync Pro is a personal Lotus Notes desktop productivity application, synchronizes the Lotus Notes applications with Palm OS and Pocket PC OS-based PDAs.",Miscellaneous Software,Sunsetting,Desktop,2018-05
IBM Lotus Fax for Domino,Add-on used for sending faxes directly from a Lotus Notes desktop.,Miscellaneous Software,Sunsetting,Desktop,2018-05
IBM Lotus Notes .NSF Format,"Lotus Notes version with rich and easy-to-use access to e-mail, calendaring, applications, and information.",Document Management,Sunsetting,Server,2017-11
IBM Lotus Notes 7.0,"Lotus Notes version with rich and easy-to-use access to e-mail, calendaring, applications, and information.",Email Client,Exception,Desktop,2018-05
IBM Lotus Notes Visual Programmer,Lotus Notes Visual Programmer is a graphical development system for Windows from Lotus that is used to create custom Lotus Notes applications.,IDE-Integrated Development Environment,Sunsetting,Desktop,2017-12
IBM Lotus QuickPlace 6.5,Product that supports real-time electronic communication. QuickPlace provides a secure and central online workspace structured for team collaboration.,Collaboration Software,Denied,SaaS,-
IBM Lotus Quickr 8.2,Product that supports real-time electronic communication. QuickPlace provides a secure and central online workspace structured for team collaboration.,Collaboration Software,Denied,Server,-
IBM Lotus Quickr 8.8,Product that supports real-time electronic communication. QuickPlace provides a secure and central online workspace structured for team collaboration.,Collaboration Software,Denied,Server,-
IBM Lotus SameTime 8,"IBM Sametime products integrate real-time social communications into your business environment, providing a unified user experience through instant messaging, online meetings, voice, video and data.",Collaboration Software,Denied,Server,-
IBM Lotus Sametime Connect 8,"IBM Sametime products integrate real-time social communications into your business environment, providing a unified user experience through instant messaging, online meetings, voice, video and data.",Collaboration Software,Denied,Server,-
IBM Lucent NaviScore 9,"NavisCore element management software is a centralized service and network management system that delivers sophisticated, standards-based management and control of Lucent multiservice (MSS) switching product functions.",Supporting Network Services,Sunsetting,Server,2018-04
IBM Maximo 7.6,"IBM Maximo Asset Management is a comprehensive enterprise asset management for asset lifecycle and maintenance management.Maximo Asset Management allows organizations to share and enforce best practices, inventory, resources and personnel. It helps manage all types of assets - including plant, production, infrastructure, facilities, transportation and communications.It is available as an on-premises or software-as-a-service (SaaS) offering.Maximo Asset Management includes six management modules in an enhanced service-oriented architecture: Asset management, Work management, Service management, Contract management, Inventory management, Procurement Management.",Asset Management,Not yet submitted,Server,-
IBM Rational ClearCase 8.0,"IBM Rational ClearCase is a software configuration management solution that provides version control, workspace management, parallel development support, and build auditing.",Software Configuration Management,Exception,Desktop,2018-11
IBM Rational ClearQuest 8.0,"Rational ClearQuest is an enterprise level workflow automation tool from the Rational Software division of IBM. Commonly, ClearQuest is configured as a bug tracking system, but it can be configured to act as a CRM tool or to track a complex manufacturing process. It can also implement these functions together. IBM provides a number of predefined ""schemas"" for common tasks such as software Defect Tracking which can themselves be further customized if required.",Software Configuration Management,Exception,Server,2018-10
IBM Rational Functional Tester 8,"IBM Rational Functional Tester is an automated functional testing and regression testing tool. This software provides automated testing capabilities for functional, regression, GUI, and data-driven testing. Rational Function Tester supports a range of applications, such as web-based, .Net, Java, Siebel, SAP, terminal emulator-based applications, PowerBuilder, Ajax, Adobe Flex, Dojo Toolkit, GEF, Adobe PDF documents, zSeries, iSeries, and pSeries.",IT Testing and Analysis,Denied,Desktop,-
IBM Rational System Architect 11.2,"IBM Rational System Architect is an enterprise architecture solution for visualizing, analyzing, and communicating enterprise architecture and business process analysis.",Modeling,Sunsetting,Desktop,2018-07
IBM Rational System Architect 11.4,"IBM Rational System Architect is an enterprise architecture solution for visualizing, analyzing, and communicating enterprise architecture and business process analysis.",Modeling,Approved - Preferred,Desktop,2018-07
IBM Rational System Architect eXtended Team 11,Web-based client for viewing and editing the IBM Rational System Architect repository. Can be accessed at ea.gsa.gov/saxt,Modeling,Approved - Preferred,SaaS,2018-07
IBM SPSS Modeler Professional 17.1,IBM SPSS Modeler is a data mining and text analytics software application from IBM. It is used to build predictive models and conduct other analytic tasks. It has a visual interface which allows users to leverage statistical and data mining algorithms without programming. RT2016-87118RITM0232703,Reporting and Analysis,Proposed,Desktop,-
IBM SPSS Statistics Standard 23,"The IBM SPSS Statistics Standard Edition offers the core statistical procedures business managers and analysts need to address fundamental business and research questions. This software provides tools that allow users to quickly view data, formulate hypotheses for additional testing, and carry out procedures to clarify relationships between variables, create clusters, identify trends and make predictions.",Reporting and Analysis,Exception,Desktop,2018-05
IBM Sterling B2B Integrator 5.2,"IBM Sterling B2B Integrator enables the security-rich integration of complex B2B processes with diverse partner communities. It provides a single, flexible B2B gateway that enables companies to meet a wide range of B2B integration needs. IBM Sterling B2B Integrator can improve business processes beyond enterprise boundaries and increase visibility into and across supply and demand chains.",Business Process Management System,Exception,Desktop,2019-03
IBM Sterling Connect Direct Requester 4.7,"Originally named Network Data Mover (NDM) is a computer software product that transfers files between mainframe computers and/or midrange computers. It was developed for mainframes, with other platforms being added as the product grew.",Database Connectivity,Exception,Server,2018-11
IBM Sterling File Gateway 2.x,"Securely manage and transfer files with authentication and encryption, while you retain administrative control of data using a library of templates.",Service Transport,Not yet submitted,Server,01/05/18
IBM Sterling Order Management,"IBM Sterling Order Management provides a centralized inventory, order promising and fulfillment hub to support omni-channel fulfillment. It helps enterprises increase fill rates and inventory turns, reduce markdowns, improve customer loyalty and increase share of wallet. IBM Sterling Order Management enables you to make better decisions about how to promise and fulfill customer orders, resulting in improved profitability and customer satisfaction.",Order Management,Not yet submitted,SaaS,-
IBM Tririga module(s),"IBM TRIRIGA provides a single system to manage the lifecycle of facilities. Its integrated workplace management system increases the operational, financial and environmental performance of facilities.",Building Automation,Not yet submitted,Server,-
IBM Trusteer Rapport,"Trusteer Rapport is security software which provides an additional layer of security to anti-virus software designed to protect confidential data, such as account credentials, from being stolen by malicious software (malware) and via phishing.",Data Quality,Proposed,Desktop,-
IBM WebSphere Cast Iron Studio 7,"A development tool that is used to design, test, and publish integration projects to an IBM Cast Iron Integration Appliance.",Programming Environment,Not yet submitted,Desktop,-
IBM Websphere Content Management 8,"IBM Web Content Manager is designed to accelerate digital content development and deployment through all your digital channels. This web experience management software enables users to create, manage and publish content while IT retains control.",Portal Content Management,Approved - Maintain,Server,2019-11
IBM Websphere Portal 6,"IBM WebSphere Portal products provide enterprise web portals that help companies deliver a highly-personalized, social experience for their customers. WebSphere Portal products give users a single point of access to the applications, services, information and social connections they need.",Portal Content Management,Sunsetting,SaaS,2017-11
IBM XLC Compiler for AIX 10.1,"The IBM XLC Compiler for AIX 10.1 is a compiler that helps create and maintain applications written in C/C++ for IBM Power Systems. This compiler supports vector and parallel programming for multiprocessor systems, and maintains a full binary compatibility with existing single processor systems. XL C/C++ for AIX complies with the latest international programming language standards providing support for code portability between multiple operating systems and hardware platforms.",IDE-Integrated Development Environment,Not yet submitted,Server,-
INGENIAS Development Kit,"INGENIAS Development Kit is a tool for developing Multi-Agent Systems that supports the INGENIAS methodology. INGENIAS promotes a model driven approach based on the use of INGENME. INGENME is used to produce a visual editor for Multi-Agent Systems or MAS. MAS specifications are processed to produce programming code, html documents, or other required products. INGENIAS addresses roundtrip engineering issues as well, by a concrete folder structure and a code-to-specification information migration tool.",IDE-Integrated Development Environment,Not yet submitted,Desktop,-
IONSetup v3,This is a building automation software used to track piping in a regional office.,Building Automation,Proposed,Desktop,-
IPSwitchft MOVEit Central Enterprise 8,"MOVEit Central provides a simple but powerful user interface for defining business workflow's that anyone on your IT team can use. With MOVEit Central you can automate tasks like pushing and pulling files to/from any FTP server based on events or schedule, manipulating/transforming file content, managing files for transfer, storage or deletion. The Enterprise edition also allows for custom scripting, process definitions and conditional logic. It supports larger volumes of tasks and simultaneous operations with an unlimited number of host servers. It also has it's own API for easy integration with your other business systems.","Data Management,Information Exchange Standards",Not yet submitted,Server,-
IPSwitchft MOVEit DMZ Enterprise 7.5,"OVEit File Transfer server lets you manage how sensitive information is sent between partners, customers, employees, and systems. Track the movement and status of every file at any time from a central server. MOVEit File Transfer (DMZ) provides standards-based ICAP integration to DLP and antivirus systems, SAML 2.0 integration to IdP systems, and native integration to AD/LDAP services.","Data Management,Information Exchange Standards",Not yet submitted,Server,-
IPython Notebook 2.7,"IPython is a command shell for interactive computing in multiple programming languages, originally developed for the Python programming language, that offers introspection, rich media, shell syntax, tab completion, and history.",Programming Language,Denied,Desktop,-
ISO/IEC SQL 2008,"Structured Query Language. A language used to interrogate and process data in a relational database. Originally developed by IBM for its mainframes, all database systems designed for client/sever environ-ments support SQL. SQL commands can be used to interactively work with a database or can be embedded within a programming language to interface to a database. Programming extensions to SQL have turned it into a full-blown database programming language.",Programming Language,Not yet submitted,Desktop,-
ISRG Let's Encrypt,"Let’s Encrypt is a free, automated, and open certificate authority (CA), run for the public’s benefit. Let’s Encrypt is a service provided by the Internet Security Research Group (ISRG).",Certificates / Digital Signature,Exception,Desktop,2018-02
ITRA/TCIS ITRA 2015,Integrated Trusted Registration Application (ITRA) Treasury Check Information System (TCIS) records and reconciles U.S. Treasury payments and allows users to get claim status on Automated Clearing House (ACH) payments.,Miscellaneous Software,Exception,SaaS,2018-10
ITRA/TCIS ITRA 2016,Integrated Trusted Registration Application (ITRA) Treasury Check Information System (TCIS) records and reconciles U.S. Treasury payments and allows users to get claim status on Automated Clearing House (ACH) payments.,Miscellaneous Software,Exception,SaaS,2019-04
Identiv Hirsch Velocity 3.6,"Security management application software to access a range of devices through a standard web browser. Identiv’s Hirsch Velocity is an integrated software platform that manages access control and security operations in hundreds of different facilities, from single high secure rooms to multi-building multi-location campuses.",Security and Assurance,Exception,Desktop,2019-07
Identrust's DoD ECA Program,"In order to post RFQs for the Air Force's mandatory use contract vehicle, NETCENTS, I will require access to their system called AFWAY. I attempted to register on the AFWAY site and it required that I have Root certificates in order to complete registration. I attempted to download the certificates however I was unsuccessful. I contacted the AFWAY IT Helpdesk and they were unable to assist me. The attached information was provided to try to attain ECA Certificates for access to DoD CAC enabled sites. Is there any assistance that you all can provide with regard to obtaining access thru the GSA network in order to register on the AFWAY site. The site for registration is https://afway.af.mil. I have attached the email from the AFWAY helpdesk on troubleshooting the registration portion, however the steps didn't work.",Miscellaneous Software,Proposed,SaaS,-
ImageMagick 7.x,ImageMajick 7 is a Hhigh Dynamic Range Imaging tool.,Image Processing & Graphic Design,Exception,Server,2019-12
InVision Sync 2.0,"InVision Sync allows developers to sync local design prototypes with the InVision Design Website. It keeps projects in sync with a folder on your local machine, plus offers real-time desktop notifications of comments, views, new screens, and more. Without InVision Sync, developers are required to log into the web portal and manually copy each piece of the design.",IDE-Integrated Development Environment,Denied,SaaS,-
Informatica Data Quality 10.1,"Informatica Data Quality alllows business users to rapidly develop business rules without relying on IT. Our integrated platform also allows you to easily manage exceptions for prompt remediation, and incorporate human tasks into your existing workflow.","Data Quality,Reporting and Analysis",Exception,Server,2018-12
Inkscape 0.91,"Inkscape is free and open-source vector graphics editor; it can be used to create or edit vector graphics such as illustrations, diagrams, line arts, charts, logos and complex paintings.",Image Processing & Graphic Design,Exception,Desktop,2019-02
Inquire add-in for Excel,"Compare versions of a workbook, analyze a workbook for problems or inconsistencies, or see links between workbooks or worksheets. If Microsoft Office 365 or Office Professional Plus 2013 is installed on your computer, the Spreadsheet Inquire add-in is available in Excel.",Miscellaneous Software,Approved - Preferred,Desktop,2018-10
Insights,"A project management tool created to customize websites and domains with logos, look, and feel.",Project Management Tools,Pilot,SaaS,2018-01
IntelliJ 14.0,"In addition to being the most intelligent Java IDE, IntelliJ IDEA does provide out-of-the-box support for web, enterprise and mobile frameworks, which all together bring you an unparalleled user experience.",Development Tool,Not yet submitted,Desktop,-
Intellisync Corporation Intellisync Mobile Suite 8,"The Intellisync Mobile Suite software was designed for corporations and wireless carriers. It included four modules, that can be installed independently or in any combination: wireless email, systems/device management, file sync and application sync. A specific application reverse proxy was sold as Intellisync Secure Gateway, for more secure firewall configuration.The intent is to provide database synchronization with the company's application sync product; email and PIM synchronization with wireless email, and mobile device management and static file distribution with device management/file sync. These products support synchronization with a corporation's Microsoft Exchange Server, Domino mail servers or Novell GroupWise, as well as POP and IMAP mail support.",Miscellaneous Software,Sunsetting,Server,2018-05
Interact-AS,"This software listens to conversation and attempts to provide live captioning to the customer, who has hearing impairments. Technically it is similar to Nuance Dragon Naturally Speaking. Where it differs is that it does not focus on the speech of a single user, making it more effective as an accommodation for meetings with different persons and or multiple persons.",- Not Identified,Proposed,Desktop,-
InternetExplorerDriver 3.x,"The InternetExplorerDriver is a standalone server which implements WebDriver's wire protocol. This driver has been tested with IE 7, 8, 9, 10, and 11 on appropriate combinations of Vista, Windows 7, Windows 8, and Windows 8.1. As of 15 April 2014, IE 6 is no longer supported.The driver supports running 32-bit and 64-bit versions of the browser. The choice of how to determine which ""bit-ness"" to use in launching the browser depends on which version of the IEDriverServer.exe is launched. If the 32-bit version of IEDriverServer.exe is launched, the 32-bit version of IE will be launched. Similarly, if the 64-bit version of IEDriverServer.exe is launched, the 64-bit version of IE will be launched.",IT Testing and Analysis,Exception,Server,2019-12
IntraVision OnTime,Calendaring software used to book meeting rooms.,Miscellaneous Software,Sunsetting,Desktop,2018-05
Intuit Quicken 2015,"Easily manage your investments and meet your goals. Make better buy/sell decisions by seeing all your investments in one place. Track cost basis, estimate capital gains, and more to make tax time easier.",Workplace Productivity,Exception,Desktop,2018-05
Invision,"Invision is a prototyping, collaboration & workflow platform.",Collaboration Software,Exception,SaaS,2018-09
IrfanView 4.x,IrfanView is a graphic viewer . Ability to view and print large TIF files is needed to do research for utilities payments.,Image Processing & Graphic Design,Exception,Desktop,2019-11
JBoss Dev Studio Integration Pack 10.x,"Red Hat JBoss Developer Studio Integration Stack is a set of Eclipse-based development tools. It further enhances the IDE functionality provided by Red Hat JBoss Developer Studio (JBDS), with plug-ins specifically for use when developing for other Red Hat JBoss products.",IDE-Integrated Development Environment,Exception,Desktop,2019-12
JBoss Developer Studio (JBDS) 10.x,JBoss Developer Studio (JBDS) (also known as JBoss DevStudio or Dev Studio) is a development environment created and currently developed by JBoss (a division of Red Hat) and Exadel.,IDE-Integrated Development Environment,Exception,Desktop,2019-07
JBoss Developer Studio (JBDS) 11.x,JBoss Developer Studio (JBDS) (also known as JBoss DevStudio or Dev Studio) is a development environment created and currently developed by JBoss (a division of Red Hat) and Exadel.,IDE-Integrated Development Environment,Exception,Desktop,2019-09
JBoss EAP 5.2,"JBoss Enterprise Application Platform is an open source platform for development, deployment, and management of Web 2.0 applications.",Application Servers,Proposed,Server,-
JBoss ESB,"JBossESB is the next generation of Enterprise Application Integration (EAI) - better and without the vendor-lockin characteristics of old. As such, many of the capabilities mirror those of existing EAI offerings: Business Process Monitoring, Integrated Development Environment, Human Workflow User Interface, Business Process Management, Connectors, Transaction Manager, Security, Application Container, Messaging Service, Metadata Repository, Naming and Directory Service, Distributed Computing Architecture.","SOA Framework,Service Discovery",Not yet submitted,Desktop,-
JBoss Fuse 6.x,"Red Hat JBoss Fuse is an agile, lightweight, and modern integration platform.",Miscellaneous Software,Exception,Server,-
JBoss Portal Server 6.x,The Red Hat JBoss Portal is the result of two mature Java projects: JBoss Portal and eXo Portal. This community project takes the best of both offerings and incorporates them into a single J2EE deployment archive. The aim is to provide an intuitive user-friendly portal and a framework to address the requirements of today's Web 2.0 applications.,Application Servers,Exception,Server,2019-10
JBoss jBPM,jBPM is a flexible Business Process Management (BPM) Suite. It makes the bridge between business analysts and developers. Traditional BPM engines have a focus that is limited to non-technical people only. jBPM has a dual focus: it offers process management features in a way that both business users and developers like it.,Business Process Management System,Not yet submitted,Desktop,-
JFrog Artifactory 4.x,"JFrog provides open source communities with solutions to automate software package management. Artifactory, JFrog's open source project, was released to speed up development cycles using binary repositories. Bintray, JFrog's social SaaS platform, was created for developers to distribute and share their software.",Software Configuration Management,Exception,Server,2019-02
JQuery 1,"jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting ofHTML.jQuery is the most popular JavaScript library in use today. jQuery is free, open-source software licensed under the MIT License.",Scripting Language,Not yet submitted,SaaS,-
JQuery 2,"jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.jQuery is the most popular JavaScript library in use today. jQuery is free, open-source software licensed under the MIT License.",Scripting Language,Not yet submitted,SaaS,-
JReport Designer Version 13 Update 3,"JReport Designer is a 100% Java, report design tool that facilitates rapid report development, precise layouts, flexible output, and actionable reporting, regardless of your OS or hardware configuration.",Reporting and Analysis,Proposed,- Not Identified,-
JSON,"JavaScript Object Notation (JSON) is an open standard format that uses human-readable text to transmit data objects consisting of attribute–value pairs. It is the most common data format used for asynchronous browser/server communication (AJAJ), largely replacing XML which is used by AJAX.",IDE-Integrated Development Environment,Not yet submitted,Server,-
JSPELL Page Scholar HTML,"JSpell is a spell checker software API. The Page Scholar implementation of JSpell enables spell checking in the user interfaces of software such as web pages (HTML, ASP, JSP, CGI, etc.), Java applets and applications. There are various JSpell components, some of which allow spell checking in HTML Form and Text Input Fields and some, which allow spell checking inside Java Applets and Applications.",Data Quality,Not yet submitted,Server,-
JamfPro software Suite Agent (Desktop) 9.99,This software will be installed on each Macintosh in the enterprise for endpoint management purposes.,Asset Management,Approved - Preferred,Desktop,2019-09
Jamsoftware Casper Suite Agent 9.96,Casper Suite Software is a server-client software package approved for use here at GSA to manage Mac Endpoints throughout the enterprise. This software was the finalist in our evaluation of other solutions.,Mobility Technology Services,Approved - Preferred,Server,2018-11
JasperReports Server Community Edition 6.3,"Jaspersoft BI Enterprise Edition comes with our multi-tenant enabled BI Server and provides our full breadth of self-service reporting and dashboard capabilities. Non-technical users can use the web-based tools to build their own reports, perform advanced analysis, and view interactive dashboards. The Enterprise Edition comes with the assurance of professional quality technical support and commercial licensing protection",Reporting and Analysis,Approved - Preferred,Server,2018-11
Java,"Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.",Programming Language,Not yet submitted,Server,-
Java 2 5.0,"Java Platform, Standard Edition (Java SE) software is the premier platform for rapidly developing and deploying secure, portable applications that run on server and desktop systems spanning most operating systems.",Programming Language,Not yet submitted,Server,-
Java Access Bridge 2.0,The Java Access Bridge (JAB) exposes accessibility information about Java components to screen readers and other assistive technologies running on the Windows platform.,508 Accessibility Software,Exception,Desktop,2019-01
Java Cryptography Extension (JCE) Unltd Strength Jurisdiction Policy Files 8,"JCE is an officially released Standard Extension to the Java Platform. JCE provides a framework and implementation for encryption, key generation and key agreement, and Message Authentication Code (MAC) algorithms. This add-on software is required for the latest version of Tridium Niagara, which is used to manage building systems. Region 7 is first out of the gate, but this will roll out into other regions in the coming months.",Remote Access and Remote Control,Approved - Preferred,Desktop,2018-04
Java Portlet Specification 2,The Java Portlet Specification defines a contract between the portlet container and portlets and provides a convenient programming model for Java portlet developers,Scripting Language,Not yet submitted,Desktop,2018-01
JavaScript,"JavaScript is a high level, dynamic, untyped, and interpreted programming language. It has been standardized in the ECMAScript language specification.",Programming Language,Not yet submitted,Server,-
JavaServer Pages 2.0,"Improves current implementation: bug fixes and performance improvements Provides API for use by other tools, such as Netbeans Provides a sandbox for new JSP features; provides a reference implementation of next JSP spec",Servers/Computers,Not yet submitted,Server,-
Jenkins 2.19,"Jenkins is a cross-platform, continuous integration and continuous delivery application that increases your productivity through an open-source automation server. Jenkins provides hundreds of plugins to support building, deploying and automating any project.",Continuous Integration,Exception,Desktop,2019-01
Jet Brains RubyMine,JetBrains is an Integrated Development Environment with comprehensive support for web applications using the Ruby on Rails framework and is also well suited to work with Ruby code,IDE-Integrated Development Environment,Proposed,Desktop,-
JetBrains IntelliJ IDEA 2016.3,"IntelliJ IDEA is a Java integrated development environment (IDE) for developing computer software. It is developed by JetBrains (formerly known as IntelliJ), and is available as an Apache 2 Licensed community edition, and in a proprietary commercial edition. Both can be used for commercial development.","Development Tool,IDE-Integrated Development Environment",Approved - Preferred,Desktop,2019-02
JetBrains PHP Storm 2016.2,"JetBrains PhpStorm is a commercial, cross-platform IDE for PHP built on JetBrains' IntelliJ IDEA platform. It provides an editor for PHP, HTML and JavaScript with on-the-fly code analysis, error prevention and automated refactorings for PHP and JavaScript code. PhpStorm is built on IntelliJ IDEA, which is written in Java. Users can extend the IDE by installing plugins created for the IntelliJ Platform or write their own plugins. All features available in WebStorm are included in PhpStorm, which adds support for PHP and databases.",Development Tool,Not yet submitted,Desktop,-
JetBrains Webstorm 2016.2,"Lightweight yet powerful IDE, perfectly equipped for complex client-side development and server-side development with Node.js",Development Tool,Proposed,Desktop,-
Jinfonet JReport 13.1,"Jinfonet Software Inc provides the JReport product suite, a Java reporting solution that delivers customizable business intelligence. The product, JReport, can be deployed as an embedded reporting engine in other applications, as a stand-alone system, or in a cloud environment.",Reporting and Analysis,Exception,Desktop,2018-05
Johnson Controls (JCI) Launcher version 1.5,The Launcher application is used as a GUI interface that allows the end user to connect to the Johnson Controls server to see the graphics and controls for their buildings.,Building Automation,Exception,Desktop,2019-02
Johnson Controls Graphic Generation Tool,Graphic Generation Tool (GGT) is used to create Graphics+ objects representing your HVAC systems and floor plan layouts. The GGT is a Microsoft® Windows® based applicationthat lets you create graphical representations of your building automation system to allow the Metasys® system theability to monitor and control your facility from these interactive graphics.,Building Automation,Proposed,Server,-
Johnson Controls International - Graphic Control Tool (GCT),The Launcher application is used as a GUI interface that allows the end user to connect to the Johnson Controls server to see the graphics and controls for their buildings.,Building Automation,Exception,Desktop,2019-02
Johnson Controls Metasys 6.1,"The Launcher provides you with a convenient way to access any release of the Site Management Portal (SMP) and System Configuration Tool (SCT) user interfaces. It also provides a simple method of creating bookmarks for any of your website links.If your site or engines have been upgraded to Release 6, Launcher also removes a previous dependency on the public Java Runtime Engine (JRE).",Building Automation,Denied,Server,-
Johnson Controls Metasys 8.x,"Connects your commercial HVAC, lighting, security and protection systems enabling them to communicate on a single platform to deliver the information needed, allowing to make smarter, savvier decisions while enhancing occupants' comfort, safety and productivity.",Building Automation,Approved - Maintain,Server,2020-04
Juniper Network Connect 7,Network Connect is a software package from Juniper Networks that interfaces with its Secure Access hardware and provides a Virtual Private Network (VPN) solution.,Mobility Technology Services,Denied,Desktop,-
Juniper Networks Junos Pulse Secure 5,"Pulse Secure is a client application that connects your device to IAS's VPN (https://vpn.ias.edu). Once installed, the client provides connectivity to the SSL VPN directly without the need to open a web browser and log in.",Mobility Technology Services,Exception,Desktop,2018-04
Juniper Networks Junos Pulse Secure 8.2,"Pulse Secure is a client application that connects your device to IAS's VPN (https://vpn.ias.edu). Once installed, the client provides connectivity to the SSL VPN directly without the need to open a web browser and log in.",Mobility Technology Services,Proposed,Desktop,-
Juniper Secure Access SSL VPN 7.0,VPN software,Mobility Technology Services,Denied,Desktop,-
Junit 4.12,JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.,Reporting and Analysis,Proposed,Server,-
Just Another Gibbs Sampler (JAGS) 3.4,"JAGS is Just Another Gibbs Sampler. It is a program for analysis of Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC) simulation not wholly unlike BUGS. JAGS was written with three aims in mind:To have a cross-platform engine for the BUGS language To be extensible, allowing users to write their own functions, distributions and samplers.To be a plaftorm for experimentation with ideas in Bayesian modelling",Web Analytics,Not yet submitted,Desktop,-
KeePass 2.35,"KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key file. So you only have to remember one single master password or select the key file to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish)",Security and Assurance,Grandfathered Exception,Desktop,2019-05
KeePassXC,"KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key file. So you only have to remember one single master password or select the key file to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish)",Security and Assurance,Proposed,Desktop,-
KiSSFLOW,"KiSSFLOW - A simple workflow software with an intuitive 5-step workflow wizard makes designing every workflow process a joy.The seamless integration with Google Apps Suite makes our workflow Management tool the obvious choice for organizations which are looking for on-demand cloud business process management solutions. Our workflow software is supposed to make everything easier in your organization including HR process, vacation request approval process, travel expense approval process, purchase requisition workflow process, purchase order process, payment approval process, employee onboarding process, invoice approval workflow process, timesheet approval process and more which can be automated easily. If automated workflow is what you are looking for, then KiSSFLOW is the best workflow management software you need. More reliable and cost effective than traditional business workflow automation software, KiSSFLOW is the ideal cloud workflow software for every smart organization today.",Business Process Management System,Exception,SaaS,2019-03
Knime Analytics Platform 3.x,"The Konstanz Information Miner, is an open source data analytics, reporting and integration platform. KNIME integrates various components for machine learning and data mining through its modular data pipelining concept.",Reporting and Analysis,Exception,Desktop,2020-01
Kurzweil 3000 Version 15 for Windows,"Kurzweil Education provides literacy solutions, tools and training for those with learning differences and challenges, or people with blindness or partially sighted.",508 Accessibility Software,Not yet submitted,Desktop,-
LAS Software,This is to support Lightweight Activation Station at GSA. This software assist people in activating GSA Access Card. This software is provided by Managed Service Office (MSO). The MSO is part of FAS at GSA.,Security and Assurance,Exception,- Not Identified,2020-03
Lascar EasyLog Software 7.2,"The core of Lascar's data logging solution is the free software supplied with each data logger. Using a wizard format to guide the user through setup of the data logger and subsequent download of collected data, the software puts the 'easy' into EasyLog.",IDE-Integrated Development Environment,Exception,Desktop,2017-12
Lascar EasyLog Software 7.5,"The core of Lascar's data logging solution is the free software supplied with each data logger. Using a wizard format to guide the user through setup of the data logger and subsequent download of collected data, the software puts the 'easy' into EasyLog.",IDE-Integrated Development Environment,Exception,Desktop,2019-01
Legrand WattStopper 4.08,Lighting controls software used on a GSA GFE virtual server that will control the building lighting systems.,Building Automation,Proposed,Desktop,-
Lever.co,"Lever.co is a collaborative applicant tracking system. Lever is a recruiting tool designed to help companies take candidates through the hiring pipeline. Features include a browser extension for sourcing, bulk emailing capabilities, archiving or tagging candidates, and email scheduling. Reporting tools are designed allow managers and executives to have an overview of where they are tracking on recruiting goals.",Collaboration Software,Denied,SaaS,-
Liferay CE Portal 7.0,"Liferay Portal is a free and open source enterprise portal software product.It is primarily used to power corporate intranets and extranets. Written in Java, Liferay Portal is a web platform with features commonly required for the development of websites and portals. Liferay includes a built-in web content management system allowing users to build websites and portals as an assembly of themes, pages, portlets/gadgets and a common navigation. Liferay can be described as a content management framework or a web application framework. Liferay's support for plugins extends into multiple programming languages, including support for PHP and Ruby portlets.",Portal Content Management,Approved - Preferred,Desktop,2019-12
Linux 2,Linux is a Unix-like and mostly POSIX-compliant computer operating system assembled under the model of free and open-source software development and distribution.,Network Operating System,Sunsetting,Server,2017-09
Linux Ubuntu v15,"Ubuntu is a Debian-based Linux operating system and distribution for personal computers, smartphones and network servers. It uses Unity as its default desktop environment.",Operating System,Denied,Server,-
Livescribe Desktop 2.8,Livescribe Desktop helps you transfer your notes and recordings to your computer to play them back.,Collaboration Software,Approved - Preferred,Desktop,2018-05
Lookback Live,Perform real-time remote user research. Communicate directly with users see what they see and get their reactions. Test anywhere on laptops and mobile devices no cables or cameras required.,IT Testing and Analysis,Denied,SaaS,-
Lovett Software XML Notepad 2.7,XML Notepad provides a simple intuitive User Interface for browsing and editing XML documents.,Miscellaneous Software,Exception,Desktop,2019-03
Lucidchart,"Lucidchart is a diagramming and visualization app. Draw Diagrams and Collaborate Real Time. Online flowcharts, diagrams, UML sketches, and ER models made easy. Use Microsoft Visio",Electronic Publishing,Denied,SaaS,-
Lucidworks Fusion 1,"Lucidworks Fusion provides the enterprise-grade capabilities needed to design, develop, and deploy powerful search apps at any scale. Fusion works as a standalone search platform or as an extension of your existing Solr implementation.",Development Tool,Not yet submitted,Server,-
Lumin PDF,"View, edit and annotate PDF documents from your browser. Lumin PDF allows you to share and edit PDF files in real-time. Highlight, edit, annotate, and sign/send PDF files from your browser.Save as PDF and use Adobe to sign/edit",Electronic Publishing,Denied,SaaS,-
Lutron Quantum 3.2,"Quantum is a lighting control and energy management system that provides total light management by tying the most complete line of lighting controls, motorized window shades, digital ballasts and LED drivers, and sensors together under one software umbrella. Quantum is ideal for new construction or retrofit applications and can easily scale from a single area to a building, or to a campus with many buildings.",Building Automation,Exception,Server,2018-11
M-Tech Identity Management Suite 4,Full identity management suite.,Identity and Access Management,Denied,Server,-
MCACES MII 4.3,MII is the second generation of the Micro-Computer Aided Cost Estimating System (MCACES),Cost Estimation,Proposed,Desktop,-
MS Log Parser 2.2,"Log Parser 2.2 is a powerful, versatile tool that provides universal query access to text-based data such as log files, XML files and CSV files, as well as key data sources on the Windows operating system such as the Event Log, the Registry, the file system, and Active Directory.",Data Management,Proposed,Desktop,-
Magic Solutions Support Magic,Help desk automation and asset management software,HelpDesk Software,Sunsetting,Server,2018-07
ManageEngine Application Manager 12.5,ManageEngine Applications Manager is an application performance monitoring solution that proactively monitors business applications and servers.Monitor the health and status of every server managed by TechOps as well as application performance monitoring of critical business apps. There are 54 licensed users who use this in PBS. It is critical to the successful operations of all PBS systems.,Network Monitoring,Exception,Server,2019-08
ManageEngine OpManager 11.0,"OpManager is an integrated network management software for networks. It provides out-of-the-box offers network monitoring , physical and virtual server monitoring, flow-based bandwidth analysis, firewall log analysis and archiving, configuration and change management, and IP address and switch port management.",Network Monitoring,Not yet submitted,Server,-
ManuSoft SuperPurge 2016,"SuperPurge is designed to give AutoCAD users complete control over the contents of their drawing files. A dialog interface provides graphical access to hidden drawing database objects such as layers, dictionaries, proxy objects, and other symbol table objects. Even referenced objects may be purged safely and cleanly with the 'Hard' purge mode. SuperPurge supports the following AutoCAD platforms, including vertical market solutions based on these platforms.",CAD-Computer-Aided Design,Exception,Desktop,2019-10
MatchWare MindView 4 Business,"MindView is a professional mind mapping software that allows you to visually brainstorm, organize and present ideas.",Mind Mapping,Denied,Desktop,-
Mathcad Prime 3.x,"PTC Mathcad is Engineering Math Software That Allows You to Perform, Analyze, and Share Your Most Vital Calculations.",Building Management,Approved - Maintain,- Not Identified,2020-02
MatrixSecurity Sitemaster 200 3.0,"SITEMASTER 200 was developed to make the task of data entry as effortless as possible. Navigating the program is simple, and powerful for looking up data. Data records are linked and highly relational, reducing typing and eliminating redundant data entry.",Building Management,Exception,Desktop,2019-10
McAfee Antivirus 4,"McAfee best-of-breed anti-virus products safeguard your extended enterprise network, with comprehensive, multi-tiered protection for literally every system from desktops, file servers, email servers and Internet gateways to remote and wireless devices.",Intrusion Detection and Prevention,Approved - Maintain,Desktop,2018-02
McAfee NetShield,Product used to protect virus-infected files transmitted to and from servers. It provides added security by scanning for viruses and other server locations.,Intrusion Detection and Prevention,Sunsetting,Server,2018-02
MeadCo Neptune Plug-in 1,"MeadCo's Neptune is a 100% Netscape-compatible plug-in which hosts Microsoft's WebBrowser control. It will work when embedded in documents rendered by WebKit-based browsers such as Safari for Windows and Google Chrome, Opera 4.0 – 10.x and any Gecko-based browser such as Firefox, running on any windows platform with microsoft's underlying web componentry integrated.The WebBrowser control adds browsing, document viewing, and data downloading capabilities to your applications. Applications using this control will allow the user to browse sites on the Internet's World Wide Web, as well as folders in the local file system and on a network.",Web Browser,Denied,Desktop,-
Meltwater 0,"Meltwater is an online media intelligence tool that helps companies make better, more informed decisions based on insights from the outside. Stay on top of billions of real-time editorial, blog, and social media conversations, and extract the insights you need to understand and drive brand perception for your company. Winvale deploys Meltwater's global Software as a Service (Saas) disruptive productivity solutions to aid public sector organizations to drive growth and build brands.",Miscellaneous Software,Proposed,SaaS,-
Mercury Search,"The Mercury search interface provides a single portal to very quickly search for data and information contained in disparate data management systems, each of which may use different metadata formats. The search interface then allows users to perform a variety of fielded, spatial, and temporal searches across these metadata sources.",Data Management,Approved - Maintain,Desktop,2020-04
Meridian Systems Proliance ePM 5,Electronic Project Management solution for construction projects.,Project Management Tools,Exception,Desktop,2018-05
Metaspolit Pro,Enterprise Penetration Testing software,"Vulnerabilities Scanning,Intrusion Detection and Prevention",Approved - Preferred,Server,2018-02
MetroTalk,"A fluid Google Voice experience on Windows Phone. Removed from the Windows Phone store on May 1, 2014. Use Google Voice on GSA issued Mobile Phones",Telephony,Denied,SaaS,-
MiKTeX,"Rendering R markdown files to PDF documents, which requires a TeX installation.",PDF Software,Exception,Desktop,2019-10
Micro Consultants MULTI-PAR Bidding System 6,"Multi-ParTM Bidding System, the leader in multi parcel auction software, now has PlatTrackerTM Plus! A few of its key features are:· Show which bidders are leading by displaying a colorized plat map! After each bid, the parcels are color coded with every leading bidder's color. Designing your PlatTracker Plus screen is easy as 1-2-3. Import an aerial picture or a plat, create the parcel boundaries just by clicking your mouse, then add a parcel label on top of each parcel.",Asset Management,Exception,Server,2019-02
Microsoft .NET Framework 3.0,.NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primarily on Microsoft Windows. It includes a large class library known as Framework Class Library (FCL) and provides language interoperability (each language can use code written in other languages) across several programming languages.Version 3.0 of .NET Framework is included with Windows Server 2008.,Programming Environment,Sunsetting,Server,2017-12
Microsoft .NET Framework 3.5,"The .NET Framework provides a comprehensive programming model for building all kinds of applications on Windows, from mobile to web to desktop.",Programming Environment,Sunsetting,Server,2017-12
Microsoft .NET Framework 4.0,"The .NET Framework provides a comprehensive programming model for building all kinds of applications on Windows, from mobile to web to desktop.",Programming Environment,Exception,Desktop,2019-02
Microsoft .NET Framework 4.5,"The .NET Framework provides a comprehensive programming model for building all kinds of applications on Windows, from mobile to web to desktop.",Programming Environment,Not yet submitted,Server,-
Microsoft .NET Framework 4.6,"The .NET Framework provides a comprehensive programming model for building all kinds of applications on Windows, from mobile to web to desktop.",Programming Environment,Exception,Desktop,2019-04
Microsoft 2000 Active Directory (5.0),"Active Directory (AD) is a directory service that Microsoft developed for Windows domain networks and is included in most Windows Server operating systems as a set of processes and services.Microsoft previewed Active Directory in 1999, released it first with Windows 2000 Server edition, and revised it to extend functionality and improve administration in Windows Server 2003. Additional improvements came with Windows Server 2003 R2, Windows Server 2008, and Windows Server 2008 R2. With the release of the last, Microsoft renamed the domain controller role (see below) as Active Directory Domain Services (AD DS).",Identity and Access Management,Denied,Server,-
Microsoft Access 2000 Standard Edition,"Microsoft Access is an information management tool that helps you store information for reference, reporting, and analysis. Microsoft Access helps you analyze large amounts of information, and manage related data.",Database,Sunsetting,Desktop,2018-03
Microsoft Access 2003,"Microsoft Access is an information management tool that helps you store information for reference, reporting, and analysis. Microsoft Access helps you analyze large amounts of information, and manage related data.",Database,Sunsetting,Desktop,2018-03
Microsoft Access 2007,"Microsoft Access, also known as Microsoft Office Access, is a database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools. It is a member of the Microsoft Office suite of applications, included in the Professional and higher editions or sold separately. Microsoft Access stores data in its own format based on the Access Jet Database Engine. It can also import or link directly to data stored in other applications and databases.Microsoft Access 2007 introduced a new database format: ACCDB. It supports links to SharePoint lists and complex data types such as multivalue and attachment fields.",Database,Sunsetting,Desktop,2018-03
Microsoft Access 2010,"Microsoft Access, also known as Microsoft Office Access, is a database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools. It is a member of the Microsoft Office suite of applications, included in the Professional and higher editions or sold separately. Microsoft Access stores data in its own format based on the Access Jet Database Engine. It can also import or link directly to data stored in other applications and databases.Microsoft Access 2010 introduced a new version of the ACCDB format supported hosting Access Web solutions on a SharePoint 2010 server.",Database,Not yet submitted,Desktop,-
Microsoft Access 97 Standard Edition,"Microsoft Access is an information management tool that helps you store information for reference, reporting, and analysis. Microsoft Access helps you analyze large amounts of information, and manage related data.",Database,Sunsetting,Desktop,2018-03
Microsoft Access XP,"Microsoft Access is an information management tool that helps you store information for reference, reporting, and analysis. Microsoft Access helps you analyze large amounts of information, and manage related data.",Database,Sunsetting,Desktop,2018-03
Microsoft Active Directory Topology Diagrammer 2.x,"The Microsoft Active Directory Topology Diagrammer reads an Active Directory configuration using LDAP, and then automatically generates a Visio diagram of your Active Directory and /or your Exchange Server topology. The diagramms may include domains, sites, servers, organizational units, DFS-R, administrative groups, routing groups and connectors and can be changed manually in Visio if needed.","Infrastructure,Network Monitoring",Exception,Server,2020-01
Microsoft ActiveSync 4.5,"ActiveSync is a mobile data synchronization app developed by Microsoft, originally released in 1996. It synchronizes data with handheld devices and desktop computers.",Miscellaneous Software,Sunsetting,Desktop,2018-05
Microsoft Azure for Government,"Microsoft Azure Government delivers a cloud platform built upon the foundational principles of security, privacy & control, compliance, and transparency. Public Sector entities receive a physically isolated instance of Microsoft Azure that employs world-class security and compliance services critical to U.S. government for all systems and applications built on its architecture. These services include FedRAMP and DoD compliance certifications, CJIS state-level agreements, the ability to issue HIPAA Business Associate Agreements, and support for IRS 1075.",Cloud Based Dev Platform,Pilot,SaaS,2018-05
Microsoft Bitlocker (server),"BitLocker lets you encrypt the hard drive(s) on your Windows 7 and Vista Enterprise, Windows 7 and Vista Ultimate or Windows Server 2008 and R2.",Servers/Computers,Approved - Preferred,Server,2019-08
Microsoft C# 4.0,"C# (pronounced as see sharp) is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.C# is intended to be a simple, modern, general-purpose, object-oriented programming language. The most recent version is C# 5.0.",Programming Language,Approved - Maintain,Desktop,2018-01
Microsoft DTS for SQL Server,"Data Transformation Services, or DTS, is a set of objects and utilities to allow the automation of extract, transform and load operations to or from a database. The objects are DTS packages and their components, and the utilities are called DTS tools. DTS was included with earlier versions of Microsoft SQL Server, and was almost always used with SQL Server databases, although it could be used independently with other databases.DTS has been superseded by SQL Server Integration Services in later releases of Microsoft SQL Server though there was some backwards compatibility and ability to run DTS packages in the new SSIS for a time.",ETL-Extract Transform Load,Sunsetting,Server,2018-03
Microsoft Excel 2013,"Microsoft Excel is a spreadsheet developed by Microsoft for Windows, Mac OS X, and iOS. It features calculation, graphing tools, pivot tables, and a macro programming language called Visual Basic for Applications.",Electronic Publishing,Denied,Desktop,-
Microsoft Forefront Identity Lifecycle Manager 2007,"Microsoft Forefront Identity Manager (FIM) is a state-based identity management software product, designed to manage users' digital identities, credentials and groupings throughout the lifecycle of their membership of an enterprise computer system. FIM integrates with Active Directory and Exchange Server to provide identity synchronization, certificate management, user password resets and user provisioning from a single interface.",Identity and Access Management,Denied,Server,-
Microsoft IIS 6,"Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server created by Microsoft for use with Windows NT family. IIS supports HTTP, HTTPS, FTP, FTPS, SMTP and NNTP. It has been an integral part of the Windows NT family since Windows NT 4.0.",Web Servers,Sunsetting,Server,2017-09
Microsoft IIS 7,Microsoft Internet Information Server is a web server software from Microsoft that runs under Windows NT. It supports Netscape's SSL security protocol and turns an NT-based PC into a web site.,Web Servers,Approved - Maintain,Server,2020-01
Microsoft IIS 8,Microsoft Internet Information Server is a web server software from Microsoft that runs under Windows NT. It supports Netscape's SSL security protocol and turns an NT-based PC into a web site.,Web Servers,Not yet submitted,Server,-
Microsoft Internet Explorer 11,A Microsoft-built Internet browser product.,Web Browser,Approved - Preferred,Desktop,2018-05
Microsoft Internet Explorer 5,A Microsoft-built Internet browser product.,Web Browser,Denied,Desktop,-
Microsoft Internet Explorer 6,A Microsoft-built Internet browser product.,Web Browser,Denied,Desktop,-
Microsoft Internet Explorer 7,A Microsoft-built Internet browser product.,Web Browser,Denied,Desktop,-
Microsoft Internet Explorer 8,A Microsoft-built Internet browser product.,Web Browser,Denied,Desktop,-
Microsoft Internet Explorer 9,A Microsoft-built Internet browser product.,Web Browser,Denied,Desktop,-
Microsoft Money,"Microsoft Money is a personal finance management software program by Microsoft. It has capabilities for viewing bank account balances, creating budgets, and tracking expenses, among other features",Cost Estimation,Denied,Desktop,-
Microsoft Office 2000 Professional Edition,"Microsoft Office 2000 is a release of Microsoft Office, an office suite for Microsoft Windows family of operating systems. Released to manufacturing on March 29, 1999 and shipped on June 7, 1999, it succeeded Microsoft Office 97 and preceded Microsoft Office XP.The Professional Edition includes Word 2000, Excel 2000, Outlook 2000, Small Business Tools, PowerPoint 2000, Publisher 2000, and Access 2000.",Electronic Publishing,Sunsetting,Desktop,2017-11
Microsoft Office 2003 Compatibility Pack for Office 2007 Files,Enables Microsoft Office 2003 applications to read files generated in Office 2007.,Electronic Publishing,Sunsetting,Desktop,2017-11
Microsoft Office 97 Professional Edition,"Updated version of MS Office 95 that provides more features. Suite of Microsoft's primary desktop applications for Windows and Macintoshes. Office 97 includes some combination of Word, Excel, PowerPoint, Access and Schedule.",Electronic Publishing,Sunsetting,Desktop,2017-11
Microsoft Office Converter Pack,"Provides file converters and image filters for Microsoft Office programs, from Microsoft Office 97 to Microsoft Office 2003.",Electronic Publishing,Approved - Maintain,Desktop,2017-11
Microsoft Office Home and Business for Mac 2016,"Office Home & Business 2016 for Mac is designed for users and small businesses that want Office with the power of Outlook for email, calendars, and contacts. It’s Office updated to take advantage of the last Mac features, including Retina display and full screen view. RITM0262612RT2016-87128",Electronic Publishing,Denied,Desktop,-
Microsoft Office Professional 2007,"Microsoft Office 2007 (codenamed Office 12) is a version of Microsoft Office, a family of office suites and productivity software for Windows, developed and published by Microsoft. It was released to volume license customers on November 30, 2006 and to retail customers on January 30, 2007, the same respective release dates of Windows Vista. It was preceded by Office 2003 and succeeded by Office 2010. Office 2007 introduced a new graphical user interface called the Fluent User Interface, which uses ribbons and an office start menu instead of menu bars and toolbars. Office 2007 requires Windows XP with Service Pack 2 or higher, Windows Server 2003 with Service Pack 1 or higher, Windows Vista or Windows 7. Office 2007 is the last version of Microsoft Office to support Windows XP Professional x64 Edition.The Professional Edition includes Word 2007, Excel 2007, Outlook 2007, PowerPoint 2007, Publisher 2007, and Access 2007.",Electronic Publishing,Sunsetting,Desktop,2017-11
Microsoft Office Professional Edition 2003,"Microsoft Office 2003 is an office suite written and distributed by Microsoft for their Windows operating system. Released to manufacturing on August 19, 2003 and launched on October 21, 2003, it was the successor to Office XP and the predecessor to Office 2007. It is the first version to officially work on Windows 7.The Professional Edition includes Word 2003, Excel 2003, Outlook 2003, PowerPoint 2003, Publisher 2003, and Access 2003.",Electronic Publishing,Sunsetting,Desktop,2017-11
Microsoft Office Professional Plus 2010,"Microsoft Office 2010 (also called Office 2010 and Office 14) is a version of the Microsoft Office productivity suite for Microsoft Windows. It is the successor to Microsoft Office 2007 and the predecessor to Microsoft Office 2013. Office 2010 includes extended file format support, user interface updates, and a changed user experience. A 64-bit version of Office 2010 is available, although not for Windows XP or Windows Server 2003.The Professional Edition includes Word 2010, Excel 2010, OneNote 2010, InfoPath Designer and Filler 2010, PowerPoint 2010, Publisher 2010, and Access 2010.",Electronic Publishing,Approved - Preferred,Desktop,2020-10
Microsoft Office XP Professional Edition,"Microsoft Office XP is an office suite created and distributed by Microsoft for Windows operating system. Released to manufacturing (RTM) on March 5, 2001 and launched on May 31, 2001, it is the successor to Office 2000 and the predecessor to Office 2003, and was known as Office 10 in the early stages of its development cycle. Despite the ""XP"" branding, Office XP does not require Windows XP or higher; rather, ""XP"" was a marketing term for its era.The Professional Edition includes Word 2002, Excel 2002, Outlook 2002, PowerPoint 2002, and Access 2002.",Electronic Publishing,Sunsetting,Desktop,2017-11
Microsoft OneDrive,"OneDrive (formerly SkyDrive) is an online cloud storage service from Microsoft. OneDrive integrates with Microsoft Office so users can access Word, Excel and Powerpoint documents in OneDrive. The system allows users to simultaneously edit Office documents, edit documents in browsers, and create and share folders.",Storage,Denied,Desktop,-
Microsoft Outlook 2007,"Microsoft Outlook is a personal information manager from Microsoft, available as a part of the Microsoft Office suite. Although often used mainly as an email application, it also includes a calendar, task manager, contact manager, note taking, journal, and web browsing.",Email Client,Sunsetting,Desktop,2018-05
Microsoft Outlook 2010,"Microsoft Outlook is a personal information manager from Microsoft, available as a part of the Microsoft Office suite. Although often used mainly as an email application, it also includes a calendar, task manager, contact manager, note taking, journal, and web browsing.",Email Client,Exception,Desktop,2018-05
Microsoft Power Business Intelligence Desktop,"Power BI Desktop provides advanced query, modeling, and report creation features that enables you to build data models and create reports. Power BI Desktop lets you create a collection of queries, data connections, and reports that can easily be shared with others. Power BI Desktop integrates proven Microsoft technologies - the powerful Query engine, data modeling, and visualizations.","Modeling,Reporting and Analysis",Denied,Desktop,-
Microsoft Power Pivot Add-in for EXCEL,SQL Server PowerPivot for Excel is an add-in to Excel 2010 that you can download from the Web and use to create or view a PowerPivot workbook.,Miscellaneous Software,Approved - Preferred,Desktop,2018-05
Microsoft Power Query for Excel Add-In 2.40,"Microsoft Power Query for Excel is a free Excel add-in that provides a seamless experience for data discovery, data transformation and enrichment for Information Workers, BI professionals and other Excel users. With Power Query you can Identify the data you care about from the sources you work with; Discover relevant data from inside and outside your organization using the search capabilities within Excel; Combine data from multiple, disparate data sources and shape it in order to prepare the data for further analysis in tools like Excel and Power Pivot, or visualization in tools like Power View and Power Map.",Miscellaneous Software,Proposed,Desktop,-
Microsoft Powershell 5,"PowerShell (including Windows PowerShell and PowerShell Core) is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language built on the .NET Framework.",Scripting Language,Exception,Desktop,2019-07
Microsoft Project 1997,Standard commercial software for project planning and management which allows for collaborative planning and project supervision.,Project Management Tools,Denied,Desktop,-
Microsoft Project Professional 2003,Standard commercial software for project planning and management which allows for collaborative planning and project supervision.,Project Management Tools,Sunsetting,Desktop,2018-05
Microsoft Project Professional 2007,Commercial software for project planning and management which allows for collaborative planning and project supervision.,Project Management Tools,Exception,Desktop,2018-05
Microsoft Project Professional 2016,Standard commercial software for project planning and management which allows for collaborative planning and project supervision.,Project Management Tools,Exception,Desktop,2020-03
Microsoft Project Standard 2007,Standard commercial software for project planning and management which allows for collaborative planning and project supervision.,Project Management Tools,Sunsetting,Desktop,2018-05
Microsoft Project Standard 2010,Standard commercial software for project planning and management which allows for collaborative planning and project supervision.,Project Management Tools,Exception,Desktop,2018-05
Microsoft Remote Desktop Connection Manager 2.7,RDCMan manages multiple remote desktop connections.,Remote Access and Remote Control,Exception,Desktop,2018-08
Microsoft Remote Server Administration Tools,Remote Server Administration Tools for Windows 10 lets IT administrators manage Windows Server from a remote computer,Remote Access and Remote Control,Proposed,Desktop,-
Microsoft SCCM (Agent),Microsoft SCCM (Agent) is a comprehensive management solution for computer systems utilizing Microsoft Windows operating systems.,Asset Management,Proposed,Desktop,-
Microsoft SCCM (Server),Microsoft SCCM (Server) is a comprehensive management solution for computer systems utilizing Microsoft Windows operating systems.,Asset Management,Proposed,Desktop,-
Microsoft SQL Server 2005,"Microsoft SQL Server is a relational database management system developed by Microsoft. As a database, it is a software product whose primary function is to store and retrieve data as requested by other software applications, be it those on the same computer or those running on another computer across a network (including the Internet).",Database,Sunsetting,Server,2017-10
Microsoft SQL Server 2008,"Microsoft SQL Server is a relational database management system developed by Microsoft. As a database, it is a software product whose primary function is to store and retrieve data as requested by other software applications, be it those on the same computer or those running on another computer across a network (including the Internet).",Database,Sunsetting,Server,2017-10
Microsoft SQL Server 2012,"Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications which may run either on the same computer or on another computer across a network.",Database,Sunsetting,Server,2017-10
Microsoft SQL Server 2014,"Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications which may run either on the same computer or on another computer across a network.",Database,Approved - Maintain,Server,2019-02
Microsoft SQL Server 2016,"Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications which may run either on the same computer or on another computer across a network.",Database,Approved - Maintain,Server,2018-11
Microsoft SQL Server 2017,"Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications which may run either on the same computer or on another computer across a network.",Database,Exception,Server,2020-02
Microsoft SQL Server Express 2008 R2 SP2,"Microsoft SQL Server Express is a version of Microsoft's SQL Server relational database management system that is free to download, distribute and use. It comprises a database specifically targeted for embedded and smaller-scale applications. The product traces its roots to the Microsoft Database Engine (MSDE) product, which was shipped with SQL Server 2000. The ""Express"" branding has been used since the release of SQL Server 2005.",Database,Denied,Server,-
Microsoft SQL Server Express 2012,"Microsoft SQL Server Express is a version of Microsoft's SQL Server relational database management system that is free to download, distribute and use. It comprises a database specifically targeted for embedded and smaller-scale applications. The product traces its roots to the Microsoft Database Engine (MSDE) product, which was shipped with SQL Server 2000. The ""Express"" branding has been used since the release of SQL Server 2005.",Database,Not yet submitted,Desktop,-
Microsoft SQL Server Express 2014,"Microsoft SQL Server Express is a version of Microsoft's SQL Server relational database management system that is free to download, distribute and use. It comprises a database specifically targeted for embedded and smaller-scale applications. The product traces its roots to the Microsoft Database Engine (MSDE) product, which was shipped with SQL Server 2000. The ""Express"" branding has been used since the release of SQL Server 2005.",Database,Denied,Server,-
Microsoft SQL Server Management Studio 2012,"SQL Server Management Studio is a software application is used for configuring, managing, and administering all components within Microsoft SQL Server. The tool includes both script editors and graphical tools which work with objects and features of the server.",Database Connectivity,Approved - Preferred,Desktop,2018-03
Microsoft SQL Server Management Studio 2016,"SQL Server Management Studio is a software application is used for configuring, managing, and administering all components within Microsoft SQL Server. The tool includes both script editors and graphical tools which work with objects and features of the server.",Database Connectivity,Exception,Desktop,2019-06
Microsoft Security Accounts Manager Windows Server 2003,The Security Account Manager (SAM) is a database present on servers running Windows Server 2003 that stores user accounts and security descriptors for users on the local computer.,Identity and Access Management,Denied,Server,-
Microsoft SharePoint Designer 2010,"Microsoft SharePoint Designer (SPD) is a specialized HTML editor and web design freeware for creating or modifying Microsoft SharePoint sites, workflows and web pages.SharePoint Designer 2010, the successor to SharePoint Designer 2007, was released to web on April 21, 2010 in two flavors for IA-32 and x64 CPUs. Unlike its predecessor, however, it does not operate in absence of Microsoft SharePoint Server or Microsoft SharePoint Foundation and therefore cannot be used as a generic HTML editor.",Collaboration Software,Denied,Server,-
Microsoft SharePoint Designer 2013,"SharePoint Designer 2013 is the tool of choice for the rapid development of SharePoint applications. Using SharePoint Designer, advanced users and developers alike can rapidly create SharePoint solutions in response to business needs. Advanced users can compose no-code solutions that encompass a variety of common scenarios, from collaborative sites and web publishing to Line-Of-Business data integration, business intelligence solutions, and human workflows, leveraging the building blocks available in SharePoint in an easy to use environment. In addition, developers can use SharePoint Designer 2013 to get a quick start on SharePoint development projects.",Collaboration Software,Exception,Desktop,2018-05
Microsoft Silverlight 5,"Silverlight is a powerful development tool for creating engaging, interactive user experiences for Web and mobile applications. Silverlight is a free plug-in, powered by the .NET framework and compatible with multiple browsers, devices and operating systems, bringing a new level of interactivity wherever the Web works.",Multimedia Content Management,Approved - Preferred,Desktop,2021-10
Microsoft Snapshot Viewer 10,Download and view .snp files that are no longer view-able with MS Access 2010.,Image Processing & Graphic Design,Approved - Preferred,Desktop,2018-08
Microsoft SqlXml 4.0 Service Pack 1 (SP1),SQLXML enables XML support for your SQL Server Database. It allows developers to bridge the gap between XML and relational data. You can create XML View of your existing relational data and work with it as if it was an XML file.,Programming Environment,Approved - Preferred,Desktop,2019-12
Microsoft Streets and Trips 2013,Mapping program with maps of the US and Canada.,GIS-Geographic Information System,Exception,Desktop,2017-10
Microsoft Visio 2003,Drawing and diagramming program for Windows that includes a variety of pre-drawn shapes and picture elements that can be dragged and dropped onto the illustration.,Electronic Publishing,Sunsetting,Desktop,2017-11
Microsoft Visio Professional 2010,"We require Visio Professional in order to connect charts to data sources for workforce analysis and planning. Due to frequent changes in workforce data, we require the data linking functionality in order to maintain up-to-date staffing plans/charts. The charts are used for situational awareness and to display data for senior leadership to enable decision making. The data linking functionality allows for easier updating as well as formatting charts based on data fields; reducing the amount of time required to manually update and format existing charts.",Reporting and Analysis,Proposed,Desktop,-
Microsoft Visio Standard 2010,Drawing and diagramming program for Windows that includes a variety of pre-drawn shapes and picture elements that can be dragged and dropped onto the illustration.,Electronic Publishing,Approved - Preferred,Desktop,2019-11
Microsoft Visio Viewer 2003,The Microsoft Visio Viewer is a free download that lets anyone view Visio drawings without having Visio installed on their computer.,Electronic Publishing,Sunsetting,Desktop,2017-11
Microsoft Visual Basic .NET 2005,"Programming language and environment developed by Microsoft. Visual Basic allows a substantial amount of code to be added by dragging and dropping controls, such as buttons and dialog boxes.",Programming Language,Not yet submitted,Desktop,2018-01
Microsoft Visual Basic .NET 2010,"Programming language and environment developed by Microsoft. Visual Basic allows a substantial amount of code to be added by dragging and dropping controls, such as buttons and dialog boxes.",Programming Language,Not yet submitted,Desktop,2018-01
Microsoft Visual Basic 6,"Programming language and environment developed by Microsoft. Visual Basic allows a substantial amount of code to be added by dragging and dropping controls, such as buttons and dialog boxes.",Programming Language,Sunsetting,Desktop,2018-01
Microsoft Visual Basic Script 5,"VBScript (Visual Basic Scripting Edition) is an Active Scripting language developed by Microsoft that is modeled on Visual Basic. It is designed as a ""lightweight"" language with a fast interpreter for use in a wide variety of Microsoft environments. VBScript uses the Component Object Model to access elements of the environment within which it is running; for example, the FileSystemObject (FSO) is used to create, read, update and delete files.VBScript has been installed by default in every desktop release of Microsoft Windows since Windows 98 in Windows Server since Windows NT 4.0 Option Pack; and optionally with Windows CE (depending on the device it is installed on).",Scripting Language,Not yet submitted,Desktop,2018-01
Microsoft Visual C++ Redistributable Package 2010,The Microsoft Visual C++ 2010 Redistributable Package installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ 2010 installed.,IDE-Integrated Development Environment,Not yet submitted,Server,-
Microsoft Visual FoxPro 9.0 Professional Edition,Xbase development system for Windows. It includes object orientation and client/server support.,Database,Sunsetting,Server,2018-03
Microsoft Visual Source Safe v8,"Microsoft Visual SourceSafe (VSS) is a source control program, oriented towards small software development projects. Like most source control systems, SourceSafe creates a virtual library of computer files.",Programming Environment,Denied,Desktop,-
Microsoft Visual Studio 2005,"Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs for Microsoft Windows, as well as web sites, web applications and web services.",IDE-Integrated Development Environment,Denied,Desktop,-
Microsoft Visual Studio 2008,"Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs for Microsoft Windows, as well as web sites, web applications and web services. Visual Studio uses Microsoft software development platforms such as Windows API, Windows Forms, Windows Presentation Foundation, Windows Store and Microsoft Silverlight. It can produce both native code and managed code.",IDE-Integrated Development Environment,Sunsetting,Desktop,2017-12
Microsoft Visual Studio 2010,"Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs for Microsoft Windows, as well as web sites, web applications and web services. Visual Studio uses Microsoft software development platforms such as Windows API, Windows Forms, Windows Presentation Foundation, Windows Store and Microsoft Silverlight. It can produce both native code and managed code.",IDE-Integrated Development Environment,Sunsetting,Desktop,2017-12
Microsoft Visual Studio 2010 SP1 (installer),"This web installer downloads and installs Visual Studio 2010 Service Pack 1. An Internet connection is required during installation. Please Note: This installer is for all editions of Visual Studio 2010 (Express, Professional, Premium, Ultimate, Test Professional).",IDE-Integrated Development Environment,Not yet submitted,Server,-
Microsoft Visual Studio 2010 Tools for Office Runtime,The Visual Studio 2010 Tools for Office Runtime must be installed on each computer that runs solutions that are created by using the Microsoft Office developer.,IDE-Integrated Development Environment,Approved - Preferred,Desktop,2018-11
Microsoft Visual Studio 2012 Express,"Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop console and graphical user interface applications along with Windows Forms or WPF applications, websites, web applications, and web services in both native code together with managed code for all platforms supported by Microsoft Windows, Windows Mobile, Windows CE, .NET Framework, .NET Compact Framework and Microsoft Silverlight.",IDE-Integrated Development Environment,Not yet submitted,Desktop,-
Microsoft Visual Studio 2012 Professional,"Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop console and graphical user interface applications along with Windows Forms or WPF applications, websites, web applications, and web services in both native code together with managed code for all platforms supported by Microsoft Windows, Windows Mobile, Windows CE, .NET Framework, .NET Compact Framework and Microsoft Silverlight.",IDE-Integrated Development Environment,Not yet submitted,Desktop,-
Microsoft Visual Studio 2013,"Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs for Microsoft Windows, as well as web sites, web applications and web services. Visual Studio uses Microsoft software development platforms such as Windows API, Windows Forms, Windows Presentation Foundation, Windows Store and Microsoft Silverlight. It can produce both native code and managed code.",IDE-Integrated Development Environment,Not yet submitted,Desktop,-
Microsoft Visual Studio 2017 Professional,"Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop console and graphical user interface applications along with Windows Forms or WPF applications, websites, web applications, and web services in both native code together with managed code for all platforms supported by Microsoft Windows, Windows Mobile, Windows CE, .NET Framework, .NET Compact Framework and Microsoft Silverlight.",IDE-Integrated Development Environment,Exception,Desktop,2019-12
Microsoft Visual Studio Community Edition 2015,"Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs for Microsoft Windows, as well as web sites, web applications and web services. Visual Studio uses Microsoft software development platforms such as Windows API, Windows Forms, Windows Presentation Foundation, Windows Store and Microsoft Silverlight. It can produce both native code and managed code.",IDE-Integrated Development Environment,Not yet submitted,Desktop,-
Microsoft Visual Studio Community Edition 2017,"Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs for Microsoft Windows, as well as web sites, web applications and web services. Visual Studio uses Microsoft software development platforms such as Windows API, Windows Forms, Windows Presentation Foundation, Windows Store and Microsoft Silverlight. It can produce both native code and managed code.",IDE-Integrated Development Environment,Not yet submitted,Desktop,-
Microsoft Visual Studio Enterprise 2015,"An integrated, end-to-end solution for teams of any size with demanding quality and scale needs. Take advantage of comprehensive tools and services for designing, building and managing complex enterprise applications.",IDE-Integrated Development Environment,Exception,Desktop,2019-12
Microsoft WBS Modeler add-in for Visio 2010,Help improve the project planning process by generating a project plan from a graphical work breakdown structure (WBS) using this Visio 2010 add-in in combination with Microsoft Project.,Project Management Tools,Proposed,Desktop,-
Microsoft WebMatrix 3,"WebMatrix, a Microsoft IDE, allows users to build web site with an open-source code editor designed to build web and cloud applications. Formal support ends on November 1st, 2017",IDE-Integrated Development Environment,Not yet submitted,Desktop,-
Microsoft Windows 10,"Operating systems for personal computers. Windows provides a graphical user interface (GUI), virtual memory management, multitasking, and support for many peripheral devices. And includes the new Edge browser built for Windows 10.",Operating System,Approved - Preferred,Desktop,2018-12
Microsoft Windows 2000,Windows 2000 Professional was designed as the desktop operating system for businesses and power users. It is the client version of Windows 2000.,Operating System,Denied,Desktop,-
Microsoft Windows 2000 Server Standard,"Windows 2000 Server shares the same user interface with Windows 2000 Professional, but contains additional components for the computer to perform server roles and run infrastructure and application software.",Network Operating System,Sunsetting,Server,2017-09
Microsoft Windows 2000 Terminal Server,"Remote Desktop Services (RDS), known as Terminal Services in Windows Server 2008 and earlier, is one of the components of Microsoft Windows that allows a user to take control of a remote computer or virtual machine over a network connection. Remote Desktop Services is Microsoft's implementation of thin client, where Windows software and the entire desktop of the computer running Remote Desktop Services, are made accessible to a remote client machine that supports Remote Desktop Protocol.",Network Operating System,Sunsetting,Server,2017-09
Microsoft Windows 2003 Active Directory 5.2 R2,"Active Directory (AD) is a directory service that Microsoft developed for Windows domain networks and is included in most Windows Server operating systems as a set of processes and services. An AD domain controller authenticates and authorizes all users and computers in a Windows domain type network: assigning and enforcing security policies for all computers and installing or updating software. Microsoft released Active Directory first with Windows 2000 Server edition, and revised it in Windows Server 2003. Additional improvements came with Windows Server 2003 R2, Windows Server 2008, and Windows Server 2008 R2. With the release of the last, Microsoft renamed the domain controller role as Active Directory Domain Services (AD DS). It is also included in Windows Server 2012 and Windows Server 2012 R2.",Identity and Access Management,Denied,Server,-
Microsoft Windows 2003 Terminal Server 5.2,Microsoft Windows Terminal Server lets users run Windows-based applications on a remote computer running one of the Windows Server 2003 family of operating systems.,Network Operating System,Sunsetting,Server,2017-09
Microsoft Windows 2008 Active Directory 6.1,Active Directory (AD) is a directory service that Microsoft developed for Windows domain networks and is included in most Windows Server operating systems as a set of processes and services. An AD domain controller authenticates and authorizes all users and computers in a Windows domain type network: assigning and enforcing security policies for all computers and installing or updating software.,Identity and Access Management,Denied,Server,-
Microsoft Windows 2008 Active Directory R2 6.1,Active Directory (AD) is a directory service that Microsoft developed for Windows domain networks and is included in most Windows Server operating systems as a set of processes and services.An AD domain controller authenticates and authorizes all users and computers in a Windows domain type network—assigning and enforcing security policies for all computers and installing or updating software.,Identity and Access Management,Approved - Preferred,Server,2018-02
Microsoft Windows 2008 Terminal Server 6.1,"Terminal Services in Windows Server 2008 provides technologies that enable users to access Windows-based programs that are installed on a terminal server, or to access the full Windows desktop. With Terminal Services, users can access a terminal server from within a corporate network or from the Internet.In Windows Server 2008 R2, Terminal Services was renamed Remote Desktop Services.",Thin Client Server,Not yet submitted,Server,-
Microsoft Windows 7 6.0,"Operating systems for personal computers. Windows provides a graphical user interface (GUI), virtual memory management, multitasking, and support for many peripheral devices.Valid for Windows 7 until end of life January 14, 2020.",Operating System,Approved - Maintain,Desktop,2020-01
Microsoft Windows 98 4.1,"Operating systems for personal computers. Windows provides a graphical user interface (GUI), virtual memory management, multitasking, and support for many peripheral devices.",Operating System,Denied,Desktop,-
Microsoft Windows CE/Mobile 7,Microsoft Windows CE (now officially known as Windows Embedded Compact and previously also known as Windows Embedded CE) is an operating system developed by Microsoft for embedded systems. Windows CE is optimized for devices that have minimal memory.,Mobile,Denied,Server,-
Microsoft Windows DebugView v4.81,"DebugView is an application that lets you monitor debug output on your local system, or any computer on the network that you can reach via TCP/IP. It is capable of displaying both kernel-mode and Win32 debug output, so you don't need a debugger to catch the debug output your applications or device drivers generate, nor do you need to modify your applications or drivers to use non-standard debug output APIs. It runs on Windows Server 2008 or higher.",Development Tool,Exception,Server,2019-04
Microsoft Windows ME (4),"Windows ME is a graphical operating system from Microsoft released to manufacturing in June 2000, and launched in September 2000.",Operating System,Denied,Desktop,-
Microsoft Windows Media Player 11,"Windows Media Player (WMP) is a software application from Microsoft used to play, store and organize digital audio, images and video.",Multimedia Content Management,Sunsetting,Desktop,2017-11
Microsoft Windows Media Player 12,"Windows Media Player (WMP) is a software application from Microsoft used to play, store and organize digital audio, images and video.",Multimedia Content Management,Approved - Preferred,Desktop,2020-01
Microsoft Windows Mobile Device Center 6,"The Windows Mobile Device Center enables you to set up new partnerships, synchronize content and manage music, pictures and video with Windows Mobile powered devices (Windows Mobile 2003 or later). The Windows Mobile Device Center combines an efficient business-data synchronization platform with a compelling user experience. The Windows Mobile Device Center helps you to quickly set up new partnerships, synchronize business-critical information such as e-mail, contacts and calendar appointments, easily manage your synchronization settings, and transfer business documents between your device and PC.",Mobility Technology Services,Exception,Desktop,2018-04
Microsoft Windows NT 4 Terminal Server Edition 4.0,"Multipurpose 32-bit server operating system that supports preemptive multitasking. Its features include rich application, communication, file, and print services as well as advanced media and web features, creating a complete end-to-end solution.",Thin Client Server,Denied,Server,-
Microsoft Windows NT 4.0,"Multipurpose 32-bit server operating system that supports preemptive multitasking. Its features include rich application, communication, file, and print services as well as advanced media and web features, creating a complete end-to-end solution.",Network Operating System,Denied,Desktop,-
Microsoft Windows NT 6.1,"Multipurpose 32-bit server operating system that supports preemptive multitasking. Its features include rich application, communication, file, and print services as well as advanced media and web features, creating a complete end-to-end solution.",Network Operating System,Denied,Desktop,-
Microsoft Windows Powershell 2,"PowerShell is an automation platform and scripting language for Windows and Windows Server that allows you to simplify the management of your systems. Unlike other text-based shells, PowerShell harnesses the power of the .NET Framework, providing rich objects and a massive set of built-in functionality for taking control of your Windows environments.",Programming Environment,Not yet submitted,Server,-
Microsoft Windows SDK 7.1,"The Windows SDK provides tools, compilers, headers, libraries, code samples, and a new help system that developers can use to create applications that run on Microsoft Windows.",IDE-Integrated Development Environment,Not yet submitted,Server,-
Microsoft Windows SDK for Windows 7,"The Windows SDK provides tools, compilers, headers, libraries, code samples, and a new help system that developers can use to create applications that run on Microsoft Windows. You can use the Windows SDK to write applications using the native (Win32/COM) or managed (.NET Framework) programming model",IDE-Integrated Development Environment,Exception,Desktop,2019-02
Microsoft Windows Server 2000,"A collection of software that manages and controls the computer hardware resources, data processes and provide common services for computer programs that allows users and application programs to make use of it.",Network Operating System,Sunsetting,Server,2017-09
Microsoft Windows Server 2003,Windows Server 2003 (sometimes referred to as Win2K3) is a server operating system produced by Microsoft.,Network Operating System,Sunsetting,Server,2017-09
Microsoft Windows Server 2003 Enterprise Edition,"A collection of software that manages and controls the computer hardware resources, data processes and provide common services for computer programs that allows users and application programs to make use of it.",Network Operating System,Denied,Server,-
Microsoft Windows Server 2003 R2 Enterprise Edition 5.2 Svc Pk2,"A collection of software that manages and controls the computer hardware resources, data processes and provide common services for computer programs that allows users and application programs to make use of it.",Network Operating System,Denied,Server,-
Microsoft Windows Server 2003 R2 Enterprise x64 Edition 5.2,"A collection of software that manages and controls the computer hardware resources, data processes and provide common services for computer programs that allows users and application programs to make use of it.",Network Operating System,Denied,Server,-
Microsoft Windows Server 2003 R2 Standard Edition,"A collection of software that manages and controls the computer hardware resources, data processes and provide common services for computer programs that allows users and application programs to make use of it.",Network Operating System,Denied,Server,-
Microsoft Windows Server 2003 R2 Standard x64 Edition,"A collection of software that manages and controls the computer hardware resources, data processes and provide common services for computer programs that allows users and application programs to make use of it.",Network Operating System,Denied,Server,-
Microsoft Windows Server 2003 Standard,"Windows Server 2003 (sometimes referred to as Win2K3) is a server operating system produced by Microsoft, released on April 24, 2003. An updated version, Windows Server 2003 R2, was released to manufacturing on December 6, 2005. Its successor, Windows Server 2008, was released on February 4, 2008. It is based on Windows XP, basically becoming an enhanced version of XP. Microsoft Windows Server 2003 Standard is aimed towards small to medium sized businesses.",Network Operating System,Sunsetting,Server,2017-09
Microsoft Windows Server 2008 Datacenter,"The Datacenter edition represents the top end of the Windows Server 2008 product range and is targeted at mission critical enterprises requiring stability and high uptime levels. Windows Server 2008 Datacenter edition is tied closely to the underlying hardware through the implementation of custom Hardware Abstraction Layers (HAL). As such, it is currently only possible to obtain Datacenter edition as part of a hardware purchase.",Network Operating System,Not yet submitted,Server,-
Microsoft Windows Server 2008 Enterprise x32 Edition,"A collection of software that manages and controls the computer hardware resources, data processes and provide common services for computer programs that allows users and application programs to make use of it.",Network Operating System,Sunsetting,Server,2017-09
Microsoft Windows Server 2008 Enterprise x64 Edition,"A collection of software that manages and controls the computer hardware resources, data processes and provide common services for computer programs that allows users and application programs to make use of it.",Network Operating System,Approved - Maintain,Server,2017-09
Microsoft Windows Server 2008 R2 Enterprise,"Windows Server 2008 R2 is a server operating system produced by Microsoft. There are seven editions: Foundation, Standard, Enterprise, Datacenter, Web, HPC Server, Itanium and Windows Storage Server 2008 R2 (Essentials Edition).",Network Operating System,Not yet submitted,Server,-
Microsoft Windows Server 2008 R2 Standard,"Windows Server 2008 R2 is a server operating system produced by Microsoft. There are seven editions: Foundation, Standard, Enterprise, Datacenter, Web, HPC Server, Itanium and Windows Storage Server 2008 R2 (Essentials Edition).",Network Operating System,Approved - Maintain,Server,2017-09
"Microsoft Windows Server 2008 R2 Standard x64 Edition, Svc Pk 1","A collection of software that manages and controls the computer hardware resources, data processes and provide common services for computer programs that allows users and application programs to make use of it.",Network Operating System,Approved - Maintain,Server,2017-09
Microsoft Windows Server 2008 Standard Edition,"A collection of software that manages and controls the computer hardware resources, data processes and provide common services for computer programs that allows users and application programs to make use of it.",Network Operating System,Approved - Maintain,Server,2017-09
Microsoft Windows Server 2012,"Windows Server 2012, codenamed Windows Server 8, is the sixth release of Windows Server. It is the server version of Windows 8 and succeeds Windows Server 2008 R2. Two pre-release versions, a developer preview and a beta version, were released during development. The software was generally available to customers starting on September 4, 2012",Network Operating System,Not yet submitted,Server,-
Microsoft Windows Server 2012 R2,"Windows Server 2012 has no support for Itanium-based computers, and has four editions. Various features were added or improved over Windows Server 2008 R2 (with many placing an emphasis on cloud computing), such as an updated version of Hyper-V, an IP address management role, a new version of Windows Task Manager, and ReFS, a new file system. Windows Server 2012 received generally good reviews in spite of having included the same controversial Metro-based user interface seen in Windows 8.",Network Operating System,Approved - Preferred,Desktop,2019-03
Microsoft Windows Storage Server 2008 R2,"Windows Storage Server 2008 R2 is a Windows Server 2008 R2 operating system, but it is specifically optimized for use with network-attached storage devices. A computer that runs Windows Storage Server 2008 R2 is referred to as a storage appliance. Storage appliances that have Windows Storage Server 2008 R2 preinstalled and partially preconfigured are available from various OEMs.Windows Storage Server 2008 R2 provides enhancements in file share and storage management scenarios, in addition to integrating storage appliance management components and functionality.",Network Operating System,Approved - Maintain,Server,2017-09
Microsoft Windows XP SP3,"Operating systems for personal computers. Windows provides a graphical user interface (GUI), virtual memory management, multitasking, and support for many peripheral devices.",Operating System,Denied,Desktop,-
Microsoft Word 10 Templates,"The term template, when used in the context of word processing software, refers to a sample document that has already some details in place; those can be adapted (that is added/completed, removed or changed, differently from a fill-in-the-blank approach as in a form) either by hand or through an automated iterative process, such as with a software assistant. Once the template is completed, the user can edit, save and manage the result as an ordinary word processing document. Word processing templates enable the ability to bypass the initial setup and configuration time necessary to create standardized documents such as a resume. They also enable the automatic configuration of the user interface of the word processing software, with features such as autocompletion, toolbars, thesaurus, and spelling options.",Miscellaneous Software,Proposed,Desktop,-
Microsoft Yammer,"Yammer is used for private communication within organizations and is an example of enterprise social software. Yammer, Inc. is a freemium enterprise social networking service.",Collaboration Software,Denied,SaaS,-
Microstrategy Desktop 10.2,"MicroStrategy Desktop is a data discovery tool that includes built-in templates, and makes it easy to build custom visualizations and interactive dashboards.",Reporting and Analysis,Exception,Desktop,2019-02
Microstrategy Developer 10.2,"A fast, user-friendly desktop tool that lets you intuitively access and explore data to create visualizations on your PC or MAC.",Reporting and Analysis,Exception,Desktop,2018-11
Microstrategy Developer 10.4,"A fast, user-friendly desktop tool that lets you intuitively access and explore data to create visualizations on your PC or MAC.",Reporting and Analysis,Exception,Desktop,2019-01
Microstrategy Server 10.2,"MicroStrategy Intelligence Server delivers world-class monitoring, reporting, and analysis on one integrated platform, offering next-generation Business Intelligence capabilities for the full range of BI applications. MicroStrategy Intelligence Server is the architectural foundation of the MicroStrategy platform",Reporting and Analysis,Approved - Preferred,Server,2018-12
Microstrategy Web 10.2,"MicroStrategy Web is a highly interactive, easy to use interface for all Business Intelligence (BI) reporting, analysis, and monitoring. Mapping services to create sophisticated Geospatial Information System (GIS) applications through the use of MicroStrategy GIS Connectors.",Reporting and Analysis,Approved - Preferred,SaaS,2018-12
Minitab Minitab 16,Analyze your data and improve your products and services with the leading statistical software used for quality improvement worldwide.,Reporting and Analysis,Sunsetting,Desktop,2018-05
Minitab Minitab 17,"Minitab 17 has all the tools you need to effectively analyze your data. By guiding you to the right analysis and giving you clear results, Minitab helps you find meaningful solutions to your toughest business problems.http://www.minitab.com/en-us/products/minitab/features-list/The Minitab software package includes 'Borrow' utility and it is also approved for use.",Reporting and Analysis,Approved - Preferred,Desktop,2018-05
Mioplanet Pixel Ruler 3.1,Pixel Ruler is a free application that claims to allow you to use your mouse to dynamically measure pixels.,Miscellaneous Software,Denied,Server,-
Monarch Instrument Track-It Data Logger,"The Track-It Pressure/Temp and Vacuum/Temp Data Loggers are battery powered stand alone water tight compact data loggers that record up to 64,000 samples. They can be configured to record both Pressure and Temperature or Vacuum and Temperature or either parameter alone to maximize data storage space. The unit is easily configured using the included Track-It Software. Simply connect the included USB cable to the logger and an open USB port on your PC and the Track-It™ Software automatically identifies the logger.",Building Management,Exception,Desktop,2020-02
MongoDB Community Server 3.4,MongoDB is a free and open-source cross-platform document-oriented database program.,Database,Approved - Preferred,Server,2019-04
Monster Government Solutions,"Finding and recruiting the best talent is imperative to reaching your strategic goals. Monster Government Solutions delivers the best recruitment media, technologies, and platforms for finding, hiring, and developing workforces. Monster Government Solutions helps agencies search, compare, rank, and manage talent across all potential pools in just seconds. Built specifically for government, Monster Hiring Management is a federally compliant, flexible, and proven applicant-tracking solution that reduces the complexity of the federal hiring process.",Customer Relationship Management,Not yet submitted,SaaS,-
Mozilla FireFox,"Mozilla Firefox (known simply as Firefox) is a free and open-source web browser developed for Windows, OS X, and Linux, with a mobile version for Android, by the Mozilla Foundation and its subsidiary, the Mozilla Corporation.Mozilla releases a major version every 2 months.",Web Browser,Exception,Desktop,2019-12
Mozilla Foundation Javascript 1,"JavaScript is a dynamic computer programming language. It is most commonly used as part of web browsers, whose implementations allow client-side scripts to interact with the user, control the browser, communicate asynchronously, and alter the document content that is displayed. It is also used in server-side network programming with frameworks such as Node.js, game development and the creation of desktop and mobile applications. JavaScript is officially managed by Mozilla Foundation.",Scripting Language,Approved - Maintain,Desktop,2018-01
Mozilla Thunderbird Email Client 31.6,"Thunderbird is a free email application that’s easy to set up and customize. The purpose of this software is to access mbox files which are exported from google vault for ediscoveries. This is for users requesting access to an exported copy of mail (ediscovery, legal, foia, etc). Previously for ediscoveries, files were in pst format which could be used via microsoft outlook. Google has changed and now files are exported only in mbox format and thunderbird can view that, not outlook.",Email Client,Exception,Desktop,2018-05
MultiOneTimePassword-CredentialProvider,"The MultiOneTimePassword Credential Provider (mOTP-CP) aims to improve the overall security of the Windows logon process by adding an authenticator. The additional authenticator is ""Something That You Have"" and consists of the validation of an one-time password (OTP).The CP's base behaves like the built-in Password Credential Provider, so that Windows' default authentication (""Something That You Know"", username and password) and enhanced authentication (""Something That You Have"", one-time password, token, etc.) are indepent from each other, but both may be required to authenticate a user.You can use software or hardware tokens like mobileOTP and Google Authenticator for Windows logon, but can also receive one-time passwords over the air by SMS or have a scratch passwords list for offline authentication.",Identity and Access Management,Proposed,Desktop,-
Mural,"Digital workspaces for visual collaboration, inspiration and innovation anytime, anywhere, on any device.",Collaboration Software,Approved - Maintain,SaaS,2018/09
MySQL AB MySQL 5 (Enterprise Edition),MySQL is the world's second most widely used open-source relational database management system (RDBMS).,Database,Not yet submitted,Server,2018-03
MySQL Connector/ODBC,"Connector/ODBC is a standardized database driver for Windows, Linux, Mac OS X, and Unix platforms",Database Connectivity,Proposed,Desktop,-
MySQL Query Analyzer,Analyze and fix MySQL Queries that are taking long time to run.,Database Admin Tools,Proposed,Desktop,-
MySmartPlans MySmartPlans 2,MySmartPlans is a project-centric dashboard automatically organizing and distributing ALL the project information to ALL stakeholders during the entire construction life cycle.,Project Management Tools,Exception,Server,2018-05
MythicSoft FileLocator Network Pro,"Navigate and understand your data whether it’s a line of source code, an entry in a log file, a legal brief, or even just a Christmas letter to your family, FileLocator Pro helps you find things fast.Its unique features make it possible to dig out information in even the most obscure file formats.",Search and Index,Pilot,Server,2018-07
NIH-CIT SmartCardVerify,2-Factor Authentication software developed and maintained by the NIH Center for Info Technology. It is for Client Engineering's Macintosh Centralization and Management Project,Building Management,Denied,Server,-
NPM 2.x,Needed for front end code development (Angular 2),Plugins/Libraries,Exception,Desktop,2019-10
National Storm Water Calculator,EPA Stormwater installed on my laptop to pull observed weather data.,Miscellaneous Software,Proposed,- Not Identified,-
Navigo 4,Navigo 4 is a web-based software for analyzing functional similarity that allow Administrative Users easy and effortless way to update and add information to the system.,Data Backup,Proposed,Desktop,-
NetApp DataOntap 9.x,"NetApp ONTAP 9 unifies data management across flash, disk, and cloud to simplify your storage environment. It bridges current enterprise workloads and new emerging applications. It builds the foundation for a Data Fabric, making it easy to move your data where it is needed across flash, disk, and cloud resources.","Storage,Data Management",Exception,Server,2020-03
NetApp OnCommand System Manager 3.1,"NetApp® OnCommand® System Manager storage management software offers administrators a simple, powerful, browser-based management tool that make it easy to configure and manage individual and clustered NetApp® storage systems. In sites running 7-Mode and clustered Data ONTAP you can manage both environments from a single instance of System Manager.",Storage,Exception,Server,2019-05
NetApp OnCommand Unified Manager 7.x,"NetApp OnCommand Unified Manager is a graphical management product that provides comprehensive monitoring and key management capabilities for NetApp ONTAP systems to help manage the availability, capacity, protection, and performance risks of your storage systems. You can deploy Unified Manager on a Linux server, on a Windows server, or as a virtual appliance on a VMware host.","Storage,Data Management",Exception,Server,2020-03
NetBeans.org NetBeans 8.1,"NetBeans is an Integrated Development Environment (IDE) tool that lets you quickly and easily develop Java desktop, mobile, and web applications, as well as HTML5 applications with HTML, JavaScript, and CSS. The IDE also provides a great set of tools for PHP and C/C++ developers. It is free and open source and has a large community of users and developers around the world.",IDE-Integrated Development Environment,Approved - Preferred,Desktop,2018-10
NetCentric Technologies CommonLook Office 1,"A companion to the core Microsoft Office writing tools, CommonLook Office makes it easy for any user to create accessible, Section 508 compliant PDF documents directly from Microsoft Word or PowerPoint 2007 or 2010.",PDF Software,Approved - Preferred,Desktop,2018-05