Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.480.992 Times

Restore Ad Object freeware
Filter: All | Freeware | Demo
 

Restore Ad Object

1 2 3 4 5 > 
Released: May 01, 2014  |  Added: May 25, 2014 | Visits: 1.294

Netwrix AD Object Restore Wizard Recovery of accidentally deleted Active Directory objects and rolling back unauthorized changes to users, groups, and other information in Active Directory is a routine and sometimes impossible to do task. Rolling back accidental deletions of users and OUs requires deep understanding of AD... Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 6.26 MB Download (147): Netwrix AD Object Restore Wizard Download

Released: December 26, 2012  |  Added: December 26, 2012 | Visits: 944

Active Directory Object Restore Wizard Recovery of accidentally deleted Active Directory objects and rolling back unauthorized changes to users, groups, and other information in Active Directory is a routine and sometimes impossible to do task. Rolling back accidental deletions of users and OUs requires deep understanding of AD... Platforms: Windows

License: Freeware Size: 5.18 MB Download (432): Active Directory Object Restore Wizard Download

Released: November 05, 2012  |  Added: November 05, 2012 | Visits: 524

Flash X-Tractor Lost your SWF file but still have a projector (EXE) version? Tembo Flash X-Tractor will restore the SWF object from any Macromedia and Adobe projector! Tembo Flash X-Tractor is new EXE2SWF and SWF2EXE tool. Program enables you to restore SWF object from any projector created with Macromedia and... Platforms: Windows

License: Freeware Size: 10.55 MB Download (54): Flash X-Tractor Download

Added: January 18, 2006 | Visits: 8.035

Quest Object Restore for Active Directory Restoring deleted objects and information in Active Directory can be a manual and time-consuming task. Native backup and recovery utilities require intense involvement by the administrator, knowledge of what objects were deleted or affected, and require a Domain Controller to be rebooted. As a... Platforms: Windows

License: Freeware Size: 1.01 MB Download (1126): Quest Object Restore for Active Directory Download

Added: August 27, 2010 | Visits: 768

Query Object Framework QOF, the Query Object Framework, provides a set of C Language utilities for performing generic structured complex queries on a set of data held by a set of C/C++ objects. Query Object Framework is unique in that it does NOT require SQL or any database at all to perform the query. Thus, it... Platforms: *nix

License: Freeware Size: 696.32 KB Download (87): Query Object Framework Download

Released: May 01, 2014  |  Added: May 28, 2014 | Visits: 1.665

Netwrix Group Policy Backup and Restore Group Policy is a key component of every Active Directory infrastructure and without regular backup and quick recovery capabilities can lead to system failures and downtime, user frustration, and security issues. Netwrix Group Policy Backup and Restore is a freeware product for automated... Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 6.26 MB Download (138): Netwrix Group Policy Backup and Restore Download

Released: January 11, 2013  |  Added: January 11, 2013 | Visits: 679

JiJiTechnologies AD Bulk Manager JIJiTechnologies AD Bulk manager Enables Active Directory Bulk Export Import Active Directory Bulk Users Creation Modification Active Directory Password Reset Bulk User Account Control Remove Delete Unlock Users Move ActiveDirectory Bulk Export Active Directory Bulk Unlock Users Active Directory... Platforms: Windows

License: Freeware Size: 4.27 MB Download (48): JiJiTechnologies AD Bulk Manager Download

Added: November 24, 2006 | Visits: 3.841

Ad Server Solutions Revolutionary ad serving Java technology with sophisticated ad targetting and real time reporting. The most affordable, portable and feature rich technology with high end scalability for all your online advertising needs.

License: Freeware Download (295): Ad Server Solutions Download

Added: June 25, 2006 | Visits: 6.789

Pop-Up Scanner Spyware Ad Remover Panicware is proud to provide Pop-Up Scanner - a free product that will scan your system for several specific sources of problems with spyware and adware related pop-up ad such as Aurora popups and Ceres popups, and windows that may not be blocked by traditional pop-up blocking or anti-spyware... Platforms: Windows

License: Freeware Size: 231 KB Download (332): Pop-Up Scanner Spyware Ad Remover Download

Added: June 15, 2013 | Visits: 1.325

Open Object Rexx Home of the Open Object Rexx Project. ooRexx is the open source version of IBM's Object REXX Interpreter. It is upwardly compatible with classic REXX and will execute classic REXX programs unchanged. The project is managed by the Rexx Language Assoc. Platforms: *nix

License: Freeware Size: 14.54 MB Download (134): Open Object Rexx Download

Released: December 23, 2009  |  Added: December 30, 2009 | Visits: 2.088

Advanced System Restore Is it possible that one program can repair all PC maintenance problems? The Advanced System Restore made it. Advanced System Restore provides an all-in-one and super convenient solution for PC maintenance and protection. All protection, restoration, and optimization work will be done with 1-click... Platforms: Windows

License: Freeware Size: 7.27 MB Download (535): Advanced System Restore Download

Added: January 27, 2010 | Visits: 1.207

Color::Object Color::Object is a OO-Color Module. A module for manipulation Colors within RGB, HSV and HSL color-spaces for usage within PDF-Documents especially with the Text::PDF::API modules. SYNOPSIS use Color::Object; $cl = Color::Object->new; $cl = Color::Object->newRGB($r,$g,$b); $cl =... Platforms: *nix

License: Freeware Size: 3.07 KB Download (103): Color::Object Download

Added: October 08, 2010 | Visits: 842

Object::Declare Object::Declare is a Perl module for declarative object constructor. SYNOPSIS use Object::Declare [MyApp::Column, MyApp::Param]; my %objects = declare { param foo => !is global, is immutable, valid_values are qw( more values ); column bar => field1 is value, field2 is... Platforms: *nix

License: Freeware Size: 27.65 KB Download (99): Object::Declare Download

Added: September 24, 2010 | Visits: 943

Bio::Root::Object Bio::Root::Object is a core Perl 5 object. SYNOPSIS # Use this module as the root of your inheritance tree. Object Creation require Bio::Root::Object; $dad = new Bio::Root::Object(); $son = new Bio::Root::Object(-name => Junior, -parent => $dad, -make => full); See the new() method... Platforms: *nix

License: Freeware Size: 4.7 MB Download (102): Bio::Root::Object Download

Added: January 01, 2010 | Visits: 1.733

The Object Oriented Database Kit The Object Oriented Database Kit is a set of tools to help database applications developers to handle database communication, reporting, and printing. It has a solid, stable, and easy to use API. The project is also GUI toolkit agnostic and portable.. Platforms: *nix

License: Freeware Size: 18.43 KB Download (114): The Object Oriented Database Kit Download

Added: February 25, 2010 | Visits: 774

Object::LocalVars Object::LocalVars is a Perl module with outside-in objects with local aliasing of $self and object variables. SYNOPSIS package My::Object; use strict; use Object::LocalVars; give_methods our $self; # this exact line is required our $field1 : Prop; our $field2 : Prop; sub as_string :... Platforms: *nix

License: Freeware Size: 40.96 KB Download (94): Object::LocalVars Download

Added: February 17, 2010 | Visits: 931

Object::Transaction Object::Transaction is a virtual base class for transactions on files containing serialized hash objects. SYNOPSIS use Object::Transaction; transaction($coderef, @codeargs); commit(); abandon(); $there_is_a_pending_transaction = transaction_pending() package Pkg; @ISA =... Platforms: *nix

License: Freeware Size: 17.41 KB Download (90): Object::Transaction Download

Added: April 07, 2010 | Visits: 990

Object Relational Membrane Object Relational Membrane is a Python package that provides the functionality of an object relational layer like EJB or other persistence storage systems. Object Relational Membrane is a thin compatibility layer between SQL table layouts and Object Oriented Python. While providing a good deal... Platforms: *nix

License: Freeware Size: 174.08 KB Download (89): Object Relational Membrane Download

Added: June 04, 2010 | Visits: 1.102

Locale::Object::Language Locale::Object::Language Perl module contains language information objects. Locale::Object::Language allows you to create objects containing information about languages such as their ISO codes, the countries theyre used in and so on. SYNOPSIS use Locale::Object::Language; my $eng =... Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): Locale::Object::Language Download

Added: May 02, 2010 | Visits: 1.124

JOAP::Server::Object JOAP::Server::Object is a base class for Things Servable By JOAP Servers. ABSTRACT This verbosely-named OO package -- sorry about that -- is the base class for object servers, classes, and instances inside a JOAP server. It is probably not such a hunky-dory idea to inherit from this class... Platforms: *nix

License: Freeware Size: 122.88 KB Download (90): JOAP::Server::Object Download

1 2 3 4 5 >