You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openidm/modules/connectors-guide/pages/chap-powershell.adoc
+3-3
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
27
27
The PowerShell Connector Toolkit is not a complete connector in the traditional sense. Rather, it is a framework within which you must write your own PowerShell scripts to address the requirements of your Microsoft Windows ecosystem. You can use the PowerShell Connector Toolkit to create connectors that can provision any Microsoft system, including, but not limited to, Active Directory, MS SQL, MS Exchange, SharePoint, Azure, and Office365. Essentially, any task that can be performed with PowerShell can be executed through connectors based on this toolkit.
28
28
29
-
The PowerShell Connector Toolkit is available, with a subscription, from the link:https://backstage.forgerock.com/[ForgeRock Backstage, window=\_blank] site.
29
+
The PowerShell Connector Toolkit is available on the link:https://github.com/OpenIdentityPlatform/OpenICF.Net/releases/[GitHub, window=\_blank].
30
30
31
31
OpenIDM includes Active Directory and Azure sample scripts for the PowerShell connector that can help you get started with this toolkit. For more information, see xref:samples-guide:chap-powershell-samples.adoc#chap-powershell-samples["Samples That Use the PowerShell Connector Toolkit to Create Scripted Connectors"] in the __Samples Guide__.
32
32
@@ -44,7 +44,7 @@ To implement the scripted PowerShell connector, you need to install the followin
44
44
45
45
* Microsoft .NET Framework 4.5 or later. Connectors created with the PowerShell Connector Toolkit run on the .NET platform and require the installation of a .NET connector server on the Windows system. To install the .NET connector, follow the instructions in xref:integrators-guide:index.adoc["Installing and Configuring a .NET Connector Server"] in the __Integrator's Guide__.
46
46
47
-
* PowerShell version 2.0 or above. The PowerShell Connector Toolkit is not bundled with OpenIDM, but is available, with a ForgeRock community account, from link:https://backstage.forgerock.com/[ForgeRock Backstage, window=\_blank]. To install the connector, download the archive (`mspowershell-connector-1.4.2.0.zip`) and extract the `MsPowerShell.Connector.dll` to the same directory where the Connector Server (`ConnectorServerService.exe` or the legacy version `ConnectorServer.exe`) is located.
47
+
* PowerShell version 2.0 or above. The PowerShell Connector Toolkit is not bundled with OpenIDM, but is available on the link:https://github.com/OpenIdentityPlatform/OpenICF.Net/releases/[GitHub, window=\_blank]. To install the connector, download the archive (`mspowershell-connector-1.5.0.0.zip`) and extract the `MsPowerShell.Connector.dll` to the same directory where the Connector Server (`ConnectorServerService.exe` or the legacy version `ConnectorServer.exe`) is located.
48
48
49
49
If you're running a supported version of Microsoft Windows Server, you should already meet these requirements.
For instructions on editing this file, see xref:integrators-guide:chap-resource-conf.adoc#net-connector-openidm["Configuring OpenIDM to Connect to the .NET Connector Server"] in the __Integrator's Guide__.
75
75
76
-
. Download the PowerShell Connector Toolkit archive (`mspowershell-connector-1.4.2.0.zip`) from the link:https://backstage.forgerock.com/[ForgeRock Backstage, window=\_blank] site.
76
+
. Download the PowerShell Connector Toolkit archive (`mspowershell-connector-1.5.0.0.zip`) from the link:https://github.com/OpenIdentityPlatform/OpenICF.Net/releases/[GitHub, window=\_blank].
77
77
+
78
78
Extract the archive and move the `MsPowerShell.Connector.dll` to the folder in which the connector server application executable files (`ConnectorServerService.exe` and the legacy `ConnectorServer.exe`) are located.
Copy file name to clipboardExpand all lines: openidm/modules/getting-started/pages/chap-basic-install.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ On Windows systems, after installing Java, set the `JAVA_HOME` environment varia
107
107
====
108
108
This procedure assumes that you are downloading and starting OpenIDM as a regular (not administrative) user named `user`.
109
109
110
-
. Download enterprise software releases through the ForgeRock link:https://backstage.forgerock.com/[BackStage, window=\_blank] site. ForgeRock enterprise releases are thoroughly validated builds for ForgeRock customers who run OpenIDM in production deployments, and for those who want to try or test with release builds.
110
+
. Download enterprise software releases from the link:https://github.com/OpenIdentityPlatform/OpenIDM/releases[GitHub, window=\_blank].
111
111
+
112
112
For more information on the contents of the OpenIDM binary package, see xref:integrators-guide:appendix-file-layout.adoc#appendix-file-layout["File Layout"] in the __Integrator's Guide__.
Copy file name to clipboardExpand all lines: openidm/modules/install-guide/pages/chap-install.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
85
85
Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)
86
86
----
87
87
88
-
. Download enterprise software releases through the ForgeRock link:https://backstage.forgerock.com/[BackStage, window=\_blank] site. ForgeRock enterprise releases are thoroughly validated builds for ForgeRock customers who run OpenIDM in production deployments, and for those who want to try or test with release builds.
88
+
. Download software releases from the link:https://github.com/OpenIdentityPlatform/OpenIDM/releases[GitHub, window=\_blank].
89
89
90
90
. Unpack the contents of the .zip file into the install location:
Copy file name to clipboardExpand all lines: openidm/modules/integrators-guide/pages/chap-resource-conf.adoc
+4-4
Original file line number
Diff line number
Diff line change
@@ -1065,7 +1065,7 @@ Version 1.5 of the .NET connector server includes a new communication protocol t
1065
1065
.Installing the .NET Connector Server
1066
1066
====
1067
1067
1068
-
. Download the OpenICF .NET Connector Server from the ForgeRock link:https://backstage.forgerock.com/[BackStage, window=\_blank] site.
1068
+
. Download the OpenICF .NET Connector Server from the linkhttps://github.com/OpenIdentityPlatform/OpenICF.Net/releases[GitHub, window=\_blank].
1069
1069
+
1070
1070
The .NET connector server is distributed in two formats. The `.msi` file is a wizard that installs the Connector Server as a Windows Service. The `.zip` file is simply a bundle of all the files required to run the Connector Server.
1071
1071
+
@@ -1401,14 +1401,14 @@ In certain situations, it might be necessary to set up a remote Java Connector S
1401
1401
.Installing a Remote Java Connector Server for Unix/Linux
1402
1402
====
1403
1403
1404
-
. Download the OpenICF Java Connector Server from the ForgeRock link:https://backstage.forgerock.com[Backstage, window=\_blank] site.
1404
+
. Download the OpenICF Java Connector Server from the https://github.com/OpenIdentityPlatform/OpenICF/releases[GitHub, window=\_blank].
1405
1405
1406
1406
. Change to the appropriate directory and unpack the zip file. The following command unzips the file in the current directory:
Copy file name to clipboardExpand all lines: openidm/modules/samples-guide/pages/chap-powershell-samples.adoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
27
27
OpenICF provides a generic PowerShell Connector Toolkit that enables you to run PowerShell scripts on any external resource. The PowerShell Connector Toolkit is not a complete connector, in the traditional sense. Rather, it is a framework within which you must write your own PowerShell scripts to address the requirements of your Microsoft Windows ecosystem. You can use the PowerShell Connector Toolkit to create connectors that can provision any Microsoft system. This chapter describes sample connector implementations that enable you to provision to an Active Directory server instance, and to Azure Active Directory (Azure AD).
28
28
29
-
The PowerShell Connector Toolkit is available, with a subscription, from the link:https://backstage.forgerock.com/[ForgeRock Backstage, window=\_blank] site.
29
+
The PowerShell Connector Toolkit is available on the link:https://github.com/OpenIdentityPlatform/OpenICF.Net/releases[GitHub, window=\_blank].
For instructions on editing this file, see xref:integrators-guide:chap-resource-conf.adoc#net-connector-openidm["Configuring OpenIDM to Connect to the .NET Connector Server"] in the __Integrator's Guide__.
63
63
64
-
. Download the PowerShell Connector Toolkit archive (`mspowershell-connector-1.4.2.0.zip`) from the link:https://backstage.forgerock.com/[ForgeRock Backstage, window=\_blank] site.
64
+
. Download the PowerShell Connector Toolkit archive (`mspowershell-connector-1.5.0.0.zip`) from the link:https://github.com/OpenIdentityPlatform/OpenICF.Net/releases/[GitHub, window=\_blank].
65
65
+
66
66
Extract the archive and move the `MsPowerShell.Connector.dll` to the folder in which the connector server application (`connectorserver.exe`) is located.
0 commit comments