No announcements
Found 735544 threads
-
3 Votes
Importing modules
ModuleQualified - Modules are imported automatically only when a user uses the module-qualified name of a command in the module <Module ...Answered | 8 Replies | 26819 Views | Created by damon2012 - Friday, August 1, 2014 7:31 AM | Last reply by jrv - Thursday, February 21, 2019 1:49 PM -
3 Votes
Import-Module -name vs Import-Pssession -module
If you just want to import module from a remote session, I suggest you use import-module cmdlet.Answered | 8 Replies | 873 Views | Created by david_jackowiak - Friday, November 2, 2018 2:09 PM | Last reply by LeeSeenLi - Friday, November 9, 2018 8:18 AM -
3 Votes
import-module activedirectory fails
Import-Module ServerManager Add-WindowsFeature RSAT-AD-PowerShell Source: ...Answered | 5 Replies | 76072 Views | Created by Aliah Murfy - Friday, September 28, 2012 3:46 AM | Last reply by Sa ravanan - Tuesday, July 16, 2019 11:26 AM -
1 Votes
Importing PowerShell module in C#
Got it, the module needs to be imported by its full path, and also the execution policy for both 64-bit powershell and 32-bit powershell need to be set to Unrestricted (or ...Answered | 2 Replies | 6058 Views | Created by Carol Wong - Friday, December 26, 2014 3:29 AM | Last reply by Eason Huang - Friday, December 26, 2014 7:18 AM -
1 Votes
import-module Lync
Could be because the Lync modules are not in a standard location.Answered | 1 Replies | 3300 Views | Created by roninuri - Tuesday, March 11, 2014 2:15 PM | Last reply by Rhys W Edwards - Tuesday, March 11, 2014 2:43 PM -
0 Votes
Importing modules
The module is only available on Server 2008 R2, but if you have PowerShell v2 on both ends, get ready to be ...Answered | 4 Replies | 4147 Views | Created by EtherJack - Thursday, May 20, 2010 11:09 PM | Last reply by Marco Shaw - Friday, May 21, 2010 10:11 AM -
1 Votes
LAPS Import-Module AdmPwd.PS Fail
Sadly, Microsoft documentation (LAPS_TechnicalSpecification.docx / Dependencies section) gives impression that only .NET Framework 4 is required, but WMF 4.0 is not mentioned by a ...Answered | 6 Replies | 23065 Views | Created by Russel__ - Tuesday, July 14, 2015 1:08 PM | Last reply by weedee - Tuesday, May 16, 2017 7:21 AM -
0 Votes
Trouble Importing AdmPwd.PS Module
These are not signed (and I cant seem to sign them without own code signing certs since they are not in the right ...Answered | 5 Replies | 2315 Views | Created by velestro1 - Thursday, August 8, 2019 11:44 AM | Last reply by jrv - Friday, October 25, 2019 4:33 PM -
16 Votes
Import-Pssession is not importing cmdlets when used in a custom module
I had a connect function and it would never import the module when using the function inside the module.Answered | 7 Replies | 24625 Views | Created by Douglas Plumley - Monday, December 3, 2012 4:20 PM | Last reply by Jeff Brown Tech - Thursday, April 6, 2017 9:16 PM -
0 Votes
How to Import Multiple Modules?
I get a similar error with a command like this: Import-Module PSRemoteRegistry PSTerminalServices but not with this ...Answered | 9 Replies | 11613 Views | Created by TechNetKing - Monday, January 30, 2012 6:26 PM | Last reply by Al Dunbar - Tuesday, January 31, 2012 5:57 PM -
0 Votes
How to import a module?
Hi Shabeaut, This should hopefully give you some guidance on importing the ...Answered | 1 Replies | 7608 Views | Created by Shabeaut - Thursday, July 5, 2012 9:02 PM | Last reply by Mike Dalton - Rackspace - Thursday, July 5, 2012 9:14 PM -
1 Votes
AppCrash in Microsoft Word 2010
Office 2010 Programming on Microsoft AnswersAnswered | 3 Replies | 3165 Views | Created by GururajanK - Friday, May 16, 2014 6:05 AM | Last reply by Dave Patrick - Friday, July 4, 2014 5:27 PM -
3 Votes
Import AD module
Long time no longer worked at 2008 and forgot then this module works on 2008R2.Answered | 6 Replies | 278731 Views | Created by Pilly170 - Friday, January 6, 2012 8:53 AM | Last reply by Lwin Min - Wednesday, April 15, 2015 7:13 AM -
1 Votes
Unable to Import Diagnostics module
Hi, To collect diagnostics data, you must import the Diagnostics module in the service model for each role from which you want to collect diagnostic data.Answered | 2 Replies | 2656 Views | Created by Emret luthra - Monday, April 27, 2015 5:36 AM | Last reply by Nithin.Rathnakar - Thursday, April 30, 2015 4:00 AM -
0 Votes
Importing custom modules in Scripts
You don't import anything into ConfigMgr -- that's not how PowerShell modules work.Answered | 1 Replies | 714 Views | Created by Virgil Celestino - Friday, May 18, 2018 10:02 PM | Last reply by Jason Sandys [MSFT] - Saturday, May 19, 2018 1:44 AM -
11 Votes
Import SCVMM powershell module
Import-Module -Name "virtualmachinemanager" You still have to install the Admin Console to get ...Answered | 3 Replies | 56148 Views | Created by rkr31 - Thursday, February 10, 2011 11:45 AM | Last reply by Tim Cerling - Monday, April 23, 2012 2:42 PM -
0 Votes
Import-module fail
Hi, By default, the PSmodulePath is ...Answered | 5 Replies | 4479 Views | Created by Kenneth Yeung - Friday, August 31, 2012 1:34 AM | Last reply by Knuckle-Dragger - Friday, August 31, 2012 7:34 AM -
0 Votes
Import Module previously dropped in WindowsPowerShell\Modules folder
Remove the old module and install the new one.Answered | 5 Replies | 1026 Views | Created by junidev - Monday, October 7, 2019 8:50 PM | Last reply by LeeSeenLi - Friday, November 8, 2019 2:13 PM -
0 Votes
Import-Module for ConfigurationManager 2012
You have to use Import-Module <path-to-SP1-admin-console>\bin\ConfigurationManager.psd1Torsten Meringer | http://www.mssccmfaq.deAnswered | 1 Replies | 3674 Views | Created by noor syed - Wednesday, September 19, 2012 2:07 PM | Last reply by TorstenM - Wednesday, September 19, 2012 4:41 PM -
2 Votes
Unable to import ActiveDirectory Module
install-module activedirectory import-module activedirectory.Answered | 10 Replies | 8387 Views | Created by djeinck - Wednesday, October 4, 2017 3:50 PM | Last reply by djeinck - Tuesday, October 10, 2017 4:38 PM - Items 1 to 20 of 735544 Next ›
No announcements