Die Suche ergab 4 Treffer

von tjoene
26 Apr 2013, 10:50
Forum: Free Support
Thema: [Solved] Creating License Pool fails
Antworten: 2
Zugriffe: 2054

Re: Creating License Pool fails

Hello,

That solution worked!

Thanks!!

Jeroen
von tjoene
26 Apr 2013, 10:35
Forum: Free Support
Thema: [Solved] Creating License Pool fails
Antworten: 2
Zugriffe: 2054

[Solved] Creating License Pool fails

Hello,

I'm currently testing the licensing modules for my thesis on Automated Software Deployment. Unfortunately, I get an error when I try to create a license pool:
Opsi service error: [Exception] Failed to create license pool

I have found only 1 similar topic, but there is no solution in it ...
von tjoene
19 Mär 2013, 15:20
Forum: Free Support
Thema: Deploy Agent using Logon script
Antworten: 2
Zugriffe: 2126

Re: Deploy Agent using Logon script

Thanks, that worked!
von tjoene
19 Mär 2013, 11:14
Forum: Free Support
Thema: Deploy Agent using Logon script
Antworten: 2
Zugriffe: 2126

Deploy Agent using Logon script

Hi

I am trying to install the opsi agent using a logon script in Active Directory.
So far, I am able to call service_setup.cmd.

Option Explicit
DIM fso
DIM WshShell
DIM strCmd
DIM strUser
DIM strPass

Set fso = CreateObject("Scripting.FileSystemObject")

If (fso.FileExists("C:\Program Files\opsi ...