Search found 9 matches

by larrybtagao
Sun May 08, 2022 5:24 pm
Forum: PowerShell Studio
Topic: Bypassing scheduled task creation during install
Replies: 3
Views: 2393

Re: Bypassing scheduled task creation during install

It does seem to create one and removes it immediately after installation. This is picked up by our monitoring tool. Event ID: 4698 Message: A scheduled task was created. User: admin01 Computer: testdomain.local Task name: \__citrixadmins_installers_admin01_Powershell Studio_SPS22Setup_5.8.202_030422...
by larrybtagao
Sun May 08, 2022 5:03 am
Forum: PowerShell Studio
Topic: Bypassing scheduled task creation during install
Replies: 3
Views: 2393

Bypassing scheduled task creation during install

Product, version and build: Powershell Studio 5.8.202 Operating system: Windows Server 2019 PowerShell version(s): 5.1 This is not really an issue per se but I was wondering if there's a way to "bypass" the creation of a scheduled task in Windows Task Scheduler during the installation of P...
by larrybtagao
Mon May 14, 2018 10:08 pm
Forum: Former and Future Customers - Questions
Topic: Properties and Methods Expansion
Replies: 12
Views: 53590

Re: Properties and Methods Expansion

Thanks David. Awaiting management approval to purchase this for my team. Can I check though if type information is still on track to be added in subsequent release. I see that it has already been added to 'Select-Object'
by larrybtagao
Mon Apr 16, 2018 7:00 pm
Forum: Former and Future Customers - Questions
Topic: Properties and Methods Expansion
Replies: 12
Views: 53590

Re: Properties and Methods Expansion

Hi David - Was just wondering, is the build for April out yet?
by larrybtagao
Wed Mar 21, 2018 10:43 pm
Forum: Former and Future Customers - Questions
Topic: Properties and Methods Expansion
Replies: 12
Views: 53590

Re: Properties and Methods Expansion

Hi David, For the benefits of others reading this forum, a trick that I use to determine the type of each element in an array if 'GetType()' returns an object array is to pipe it to 'get-member'. It tells you the typename of each element in the array. You can have an an int and string in the array a...
by larrybtagao
Tue Mar 20, 2018 9:16 pm
Forum: Former and Future Customers - Questions
Topic: Properties and Methods Expansion
Replies: 12
Views: 53590

Re: Properties and Methods Expansion

Hi David, As you can see yourself from your screenshot, the primalsense provides only the methods for a generic PSObject (some are not even applicable like the 'getEnumerator' which only works for hashtable), not the methods and properties for an instance of a specific object e.g System.Diagnostics....
by larrybtagao
Tue Mar 20, 2018 2:01 am
Forum: Former and Future Customers - Questions
Topic: Properties and Methods Expansion
Replies: 12
Views: 53590

Properties and Methods Expansion

I've been wondering if PS Studio has properties/methods "expansion" in intellisense for cmdlets like ISESteroids has. This feature reveals the properties and methods using dot notation As an example, typing (get-process). reveals all the properties and methods for a process object. I've be...
by larrybtagao
Tue May 03, 2016 9:24 am
Forum: Former and Future Customers - Questions
Topic: PowerShell Studio 2016 VMware vSphere PowerCLI 6.3 Release 1 PowerCLI cmdlets are not displayed in autocomplete
Replies: 6
Views: 12757

Re: PowerShell Studio 2016 VMware vSphere PowerCLI 6.3 Release 1 PowerCLI cmdlets are not displayed in autocomplete

I mean autocomplete/Intellisense (not just cmdlet coloring) works on PrimalScript, but not on Powershell Studio. Both were installed at the same time. I also noticed that only the PowerCLI cmdlets for script modules don't work (VMware.VimAutomation.Core, VMware.VimAutomation.SDK). The cmdlets for th...
by larrybtagao
Tue May 03, 2016 8:29 am
Forum: Former and Future Customers - Questions
Topic: PowerShell Studio 2016 VMware vSphere PowerCLI 6.3 Release 1 PowerCLI cmdlets are not displayed in autocomplete
Replies: 6
Views: 12757

Re: PowerShell Studio 2016 VMware vSphere PowerCLI 6.3 Release 1 PowerCLI cmdlets are not displayed in autocomplete

Hello. Just wondering if you managed to get this working. Experiencing this exact same issue with PowerCLI 6.0 Release 3 and Powershell Studio 2016 on Windows 10. I have PrimalScript installed and autocomplete for PowerCLI works with it but not with PS Studio. 'Get-module -listavailable' does list a...