Primo.ActiveDirectory 0.0.4

dotnet add package Primo.ActiveDirectory --version 0.0.4
                    
NuGet\Install-Package Primo.ActiveDirectory -Version 0.0.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Primo.ActiveDirectory" Version="0.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Primo.ActiveDirectory" Version="0.0.4" />
                    
Directory.Packages.props
<PackageReference Include="Primo.ActiveDirectory" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Primo.ActiveDirectory --version 0.0.4
                    
#r "nuget: Primo.ActiveDirectory, 0.0.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Primo.ActiveDirectory@0.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Primo.ActiveDirectory&version=0.0.4
                    
Install as a Cake Addin
#tool nuget:?package=Primo.ActiveDirectory&version=0.0.4
                    
Install as a Cake Tool

About

Primo.ActiveDirectory is a set of ready-to-use activities for Primo RPA Studio designed to automate work with Active Directory. It addresses the need to build automation algorithms for interaction with Active Directory for execution by the Primo RPA robot. Key activities include: creating, deleting, changing properties of, and moving Active Directory objects in the "Computers", "General", "Groups", and "Users" groups. The package can be added to any Primo RPA Studio project via the built-in dependency manager.

How to Use

In Primo RPA Studio, create a project that will be executed by the Primo RPA robot. Install this package via the ".Dependencies → Manage Dependencies" menu; the "Active Directory" node with child nodes and package elements will appear in the Elements tree.

The "Active Directory connection" element is the container for all other elements of the package. There are four groups of elements for working with the corresponding objects of Active Directory: "Computers", "General", "Groups", and "Users". Each group contains elements for creating, deleting, changing properties of, and moving objects of the group type.

Key Features

  • Wide range of elements for automation of interaction with Active Directory
  • High performance
  • Supports .NET Framework 4.6.1+

Main Types

  • Primo.ActiveDirectory.ActiveDirectoryService
  • Primo.ActiveDirectory.Elements.WFADScope

Feedback

Bug reports and contributions are welcome at Primo RPA chat

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.4 85 3/24/2026
0.0.3 411 4/27/2023
0.0.2 313 4/4/2023