Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8844543
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:30:53+00:00 2026-06-14T11:30:53+00:00

Currently i am working on taskpads for delegating some permissions to remote admins.I have

  • 0

Currently i am working on taskpads for delegating some permissions to remote admins.I have following questions;

-> For Importing active directory module in powershell , shopuld it be locally installed or can it be imported remotely from a windows 2008 R2 DC?

-> For taskpads to work on remote workstations, should the administrative tools be installed on all the remote machines or is there a centralized way of maintaining them?

Please do let me know if anymore clarifications/questions regarding my efforts.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T11:30:54+00:00Added an answer on June 14, 2026 at 11:30 am

    You can import remote module in this way (remoting must be enabled on remote server):

    Create a Powershell remote session to a server with the activedirectory module installed.

    $Session = New-PSsession -Computername Server1
    

    Use the newly created remote Powershell session to import the module to that session

    Invoke-Command -Command {Import-Module ActiveDirectory} -Session $Session
    

    Use that session with the modules to add the available commandlets from the activedirectory module to your local Powershell session adding a name prefix.

    Import-PSSession -Session $Session -Module ActiveDirectory -Prefix RM
    

    The code above enables the use of Active Directory commandlets on a computer that doesn’t have this module installed.

    Use AD commandlets in the Powershell command shell with modified names based on the -Prefix set above:

    Get-RMAdUser instead of the standard Get-ADUser
    Get-RMAdComputer instead of the standard Get-ADComputer

    You can avoid the -Prefix RM but it’s handy for remember that are imported from remote.

    For taskpad I’m pretty sure that must be present on each client installing RSAT with the ADUC mmc snap-in.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im currently working on a Python/Pygame module to wrap some basic sprite animation. Animation
Currently working with the following package structure: /package __init__.py final.py /write __init__.py write.py /data
Currently working on a VBScript to automate some of the dirty PST ingestion work
Currently working on something which uses ajax for some pagination. What I'm looking to
Im currently working with two actors in scala. One, the producer , produces some
Im currently working on a project that requires the following. I need to be
I'm currently working on learning some game development with Java. I'm working on the
I am currently working on a registration based website, and I have the server
Im currently working on making a flash platformer engine...but my collision detect needs some
Im currently working on creating some appwidgets for my application; one of those is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.