Skip to content

Tutorial Import Module

onikolaiev edited this page May 9, 2024 · 2 revisions

Import the fscps.tools module

This tutorial will show you how to import the fscps.tools on a machine where you already installed the fscps.tools.

You need to import / load the fscps.tools module into PowerShell every time you need to use a command from it.

Prerequisites

  • PowerShell 5.1
  • fscps.tools module installed

Please visit the Install as an Administrator or the Install as a Non Administrator tutorials to learn how to install the tools.

Start PowerShell (Run As Administrator)

Locate the PowerShell icon, if you don't have it on your desktop or in the task pane, we can locate it in the Windows Start Menu. Search for it or type PowerShell.

You need to right click on the PowerShell icon and select the "Run As Administrator" option for the menu.

Start PowerShell

Locate the PowerShell icon, if you don't have it on your desktop or in the task pane, we can locate it in the Windows Start Menu. Search for it or type PowerShell.

Import module

You need to import / load the #d365fo.to module into the current PowerShell console. Type the following command:

Import-Module -Name fscps.tools

Closing comments

In this tutorial we showed you how to import the fscps.tools into your PowerShell console.

Clone this wiki locally