About 50 results
Open links in new tab
  1. Powershell modules not loading - social.technet.microsoft.com

    Some of the modules load, but not all of them. In particular I am trying to get the module loaded. From explorer, I can see the module, but when I navigate to the same directory in powershell, the module …

  2. Load Exchange powershell module in ps1 - social.technet.microsoft.com

    We have created a ps1 script which doesn't work. Manually copy-pasting the lines in exchange management shell it does work. I guess script needs importing exchange module at the begining.

  3. Import-Module failed - social.technet.microsoft.com

    Have you tried just locating the module via its path and just deleting it and if deleted then Powershell should stop trying to keep importing it when you open Powershell.

  4. Weird error "Could not load file or assembly 'Microsoft.SqlServer ...

    PS C:\tmp> Update-Module SqlServerUpdate-Module : The term 'Update-Module' is not recognized as the name of a cmdlet, function, script file, or operable program.

  5. New-PSSession - Access is denied!

    Sep 18, 2012 · I'm writing a script to execute a particular command (against Exchange 2010 Client Access Server) Since I can't load "NetworkLoadBalancingClusters" on regular desktop where …

  6. Powershell and powershell_ise errors - social.technet.microsoft.com

    Could not load file or assembly 'System.Configuration.Install, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. he module was expected to contain …

  7. SQL Script: Passing Parameters to SQL script with Batch File and …

    The PowerShell allows importing .NET namespaces and libraries and, in effect, you can write C# code to solve any problem you may have. The use invoke-sqlcmd cmdlet libraries to access SQL data is …

  8. Connecting to a SharePoint online through CSOM

    You can't just use a clear text password. Take a look at the following utility method to do the conversion. https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/convertto …

  9. Snapin vs module - social.technet.microsoft.com

    Oct 16, 2017 · All you need to do is to extract, usually zip file and put those module files into a particular location and powershell will auto-find the modules and commands and make them available to you.

  10. Root CA certificate marked as non-exportable

    I would go with this option. If you have pfx file, then you should re-import the file and enable key export during certificate import. My weblog: en-us.sysadmins.lv PowerShell PKI Module: …