Search found 56 matches

by ErnieB
Thu Nov 09, 2017 5:29 am
Forum: PowerShell Studio
Topic: PowerShell Studio not showing methods
Replies: 5
Views: 2158

PowerShell Studio not showing methods

SAPIEN Technologies, Inc., PowerShell Studio 2017 v5.4.145 Windows 10 x64 Hello Can you please help me with the following question as it is very frustrating and I find myself reverting back to using PowerGUI which does provide intelesense on as I would expect (however I do not want to keep reverting...
by ErnieB
Wed Aug 09, 2017 5:42 am
Forum: PowerShell Studio
Topic: Intellisense not working after loading module
Replies: 6
Views: 2743

Re: Intellisense not working after loading module

OK that worked fine,

thanks
EBrant
by ErnieB
Wed Aug 09, 2017 2:27 am
Forum: PowerShell Studio
Topic: Intellisense not working after loading module
Replies: 6
Views: 2743

Re: Intellisense not working after loading module

Originally I meant to say Import-Module ActiveDirectory highlight and execute the above line in the script (right click run selection) but I do not see any of the cmdlets or their parameters appear in Intellisense e.g. if I type Get-ADU for example Intellisense does not over to complete to Get-ADUse...
by ErnieB
Wed Aug 09, 2017 2:23 am
Forum: PowerShell Studio
Topic: Intellisense not working after loading module
Replies: 6
Views: 2743

Re: Intellisense not working after loading module

PS
I am on Windows 10 x64
by ErnieB
Wed Aug 09, 2017 2:22 am
Forum: PowerShell Studio
Topic: Intellisense not working after loading module
Replies: 6
Views: 2743

Re: Intellisense not working after loading module

Here is my PowerShell Studio version

SAPIEN Technologies, Inc., PowerShell Studio 2017 v5.4.143

Thanks
EBrant
by ErnieB
Tue Aug 08, 2017 3:20 am
Forum: PowerShell Studio
Topic: Intellisense not working after loading module
Replies: 6
Views: 2743

Intellisense not working after loading module

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build: 32 or 64 bit versi...
by ErnieB
Thu Aug 03, 2017 3:50 am
Forum: PowerShell
Topic: Cannot load Security.Cryptography.X509Certificates.RSACertificateExtensions
Replies: 1
Views: 2897

Cannot load Security.Cryptography.X509Certificates.RSACertificateExtensions

Hello can someone please help me with the following (perhaps I am missing a DLL) One Windows 2012 R2 I need to load Security.Cryptography.X509Certificates.RSACertificateExtensions part as part of a larger PowerShell script I get the standard message Add-Type -AssemblyName Security.Cryptography.X509C...
by ErnieB
Tue Jun 27, 2017 1:31 pm
Forum: PowerShell Studio
Topic: Add-Type still not showing Types
Replies: 10
Views: 4580

Re: Add-Type still not showing Types

OK Thanks David I will give it a try and let you know how I get on
by ErnieB
Tue Jun 13, 2017 2:10 am
Forum: PowerShell Studio
Topic: Intellisense not working
Replies: 5
Views: 2475

Re: Intellisense not working

Thank you David

I like PowerShell Studio very much, and look forward to this functionality when released.

EBrant
by ErnieB
Thu Jun 08, 2017 9:06 am
Forum: PowerShell Studio
Topic: Intellisense not working
Replies: 5
Views: 2475

Re: Intellisense not working

Hello David Thank you for the reply, I am not sure I full understand your answer. You said "PowerShell Studio gathers PrimalSense without running PowerShell scripts" therefore if I type the code $Y = [pscustomobject]@{ 'name' = 'Ernie'; 'town' = 'Poole' } If PrimalSense gathers information...