Search found 8 matches

by hitec92407
Sun Oct 09, 2011 7:26 am
Forum: Productivity Pack Support
Topic: ActiveXPoSH - quiet mode?
Replies: 3
Views: 6785

ActiveXPoSH - quiet mode?

Also...the script works.
It just that I get that momentary flash of a window when I run Exchange powershell commands.hitec924072011-10-09 14:40:34
by hitec92407
Sun Oct 09, 2011 7:01 am
Forum: Productivity Pack Support
Topic: ActiveXPoSH - quiet mode?
Replies: 3
Views: 6785

ActiveXPoSH - quiet mode?

Here is the complete test code. The sleep statements are for testing only. I'm using this with Exchange management tools (2007) but the window momentarily displays an any powershell command. And yes...it does appear to be a progress message of some sort. Hope you can help... '=======================...
by hitec92407
Sat Oct 08, 2011 8:17 am
Forum: Productivity Pack Support
Topic: ActiveXPoSH - quiet mode?
Replies: 3
Views: 6785

ActiveXPoSH - quiet mode?

Hi ActiveXPosh, Exhange 2007 EMS (32Bit), WinXP SP3 I'm using ActiveXPosh with vbscript. When I execute a powershell command, the command executes as expected. However, each time a command is executed with the ActiveXPoSH.Execute statement, a window very quickly opens and closes on the desktop. I th...
by hitec92407
Tue Oct 04, 2011 12:32 pm
Forum: Productivity Pack Support
Topic: ActivePoSh and Exchange 2007 shell
Replies: 1
Views: 3027

ActivePoSh and Exchange 2007 shell

Primalscript 2011, ActiveXPosh, Vista 64-Bit, Exchange 2007 EMS I'm having trouble with the following code. ==================================== CreateActiveXPoshActiveXPosh.Execute("Get-Mailbox user01") Function CreateActiveXPosh() Dim success ' Create the PowerShell connector object Set ...
by hitec92407
Sun Oct 02, 2011 7:33 am
Forum: Productivity Pack Support
Topic: ActiveXPosh-Docs?
Replies: 1
Views: 2837

ActiveXPosh-Docs?

Hi

1. Where can I find instruction on the Installation of ActiveXPosh?

2. Where can I find documentation on the use of ActiveXPosh?

I'll be using this with vbscript..

thanks
by hitec92407
Tue Sep 13, 2011 7:39 am
Forum: Former and Future Customers - Questions
Topic: HTA and Alternate Credentials
Replies: 1
Views: 6226

HTA and Alternate Credentials

I don't mean this to be a "cross post" but I was directed to post this here :0 I have an HTA that does things like add/remove AD users to groups. I need this to run with alternate credential using a service account with appropriate permissions to modify the AD accounts/groups. The HTA also...
by hitec92407
Tue Sep 13, 2011 7:34 am
Forum: Other Scripting Languages
Topic: HTA with Alternate Credentials
Replies: 1
Views: 3855

HTA with Alternate Credentials

A service account is a logon account that has permissions assigned to perform privileged operations. The program would be launched by a normal non-admin user but operations carried out by the user would be executed in the backgound using the service account. I've downloaded a copy of PrimalScript. W...
by hitec92407
Tue Sep 13, 2011 6:39 am
Forum: Other Scripting Languages
Topic: HTA with Alternate Credentials
Replies: 1
Views: 3855

HTA with Alternate Credentials

I have an HTA that does things like add/remove AD users to groups. I need this to run with alternate credential using a service account with appropriate permissions to modify the AD accounts/groups. The HTA also performs operations that use vbscript run method to execute powershell commands. I want ...