OVSADM.exe contra GUI-adm

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi - I hope to find inspiration in this group about the following. A hint
about sample scripts, an idea or two will be received with thanks !

We are a gymnasium (students age 17 to aprox 25 Y) with MS solutions
;-( for about 2.400 users each with own SUB-web-site on
MS2003/IISv6-server.
(eg http: // home.svend-es.dk/userid for the virtual school-site + subwebs
per user)

Until now only a few of the students have asked for FPSE , and having used
the GUI interface to install and set %domain%/userid have worked fine.

BUT in 2 mth most of the students have to use FPSE .

Now we want to use OWSADM.exe and some nice scripting to automate the
sub-webs - and fspe on these.

We have used the script below but it does not work as fine as the GUI
interface did.
1 the "link" to ...
http://home.svend-es.dk/userid/_vti_bin/_vti_adm/fpadmdll.dll does not work
2 when the users publish from FP2003 from local disk/file to eg.
home.svend-es.dk/userid , they are promted for (our domain=SE )
domain\userid + pw - and allthough uid and pw er correct they er refused to
publish.
3 using the top-web adm interface the sub-webs are in the list but something
is missing - rigths ?? roles ???

Script used until now with %1 value eg userid for user=userid and
website= home.svend-es.dk/userid
We hope later to let our user-adm system automate the sub-web
administration.
-------------------------------
@echo off
cd home
REM the script is placed just outside of the virtual server
"home.svend-es.dk"
c:\"Program Files\Common Files\Microsoft Shared\Web Server
Extensions\50\Bin\owsadm.exe" -o install -sp publish -w %1 -u se\%1 -t
msiis
c:\"Program Files\Common Files\Microsoft Shared\Web Server
Extensions\50\Bin\owsadm.exe" -o userroles -c add -u se\%1 -n
admin,Author,Collab,Advauthor,Browser -w %1
cd ..
________________________

Sinc
Svend Langelund


.



Relevant Pages

  • Re: Same Internal Server Error from last two days
    ... I am trying to run a Hello World Perl Script in Apache 2.2. ... But its constantly giving me Internal Server Error.The script ... # have to place corresponding `LoadModule' lines at this location so the ...
    (perl.beginners)
  • Re: Same Internal Server Error from last two days
    ... I am trying to run a Hello World Perl Script in Apache 2.2. ... But its constantly giving me Internal Server Error.The script Runs perfectly fine from the command prompt. ... # This is the main Apache HTTP server configuration file. ... LoadModule actions_module modules/mod_actions.so ...
    (perl.beginners)
  • Same Internal Server Error from last two days
    ... I am trying to run a Hello World Perl Script in Apache 2.2. ... But its constantly giving me Internal Server Error.The script ... # have to place corresponding `LoadModule' lines at this location so the ...
    (perl.beginners)
  • Re: Regarding a selection for mobile code/scripting language
    ... Client Side scripting, so the server can send script commands to the client. ... I decided they should be scripted and mobile code. ...
    (Vuln-Dev)
  • Re: HTTPSConnection script fails, but only on some servers (long)
    ... (HTTP/CONNECT + switch to HTTPS) ... wget and my python script. ... >>The python script works with server A, ... the problem seems to depend on both the client ...
    (comp.lang.python)