Re: Remote Web Workplace permission template

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

From: Les Connor [SBS MVP] (les.connor_at_DEL.cfive.ca)
Date: 05/07/04


Date: Fri, 7 May 2004 11:00:08 -0500

Alex,

Where in the Server Management Console are you ? Having templates in the
members of isn't right. Was this an in-place upgrade ? In any case:

Do one of two things:

1) Provide a screen shot of what you are seeing.

2) Go to Server Managment | Standard Management | Users.

(either create a new user, by running the Add a User wizard, selecting the
User template, or:)

Click on Change User Permissions to start the wizard.
Select the User template
Select a user to change permissions for.

On the last screen, have a look at what configurations will be made, you
should see the default groups Internet Users, Remote Web Workplace users,
and Domain users. If you see something else, then perhaps you've made some
inadvertent changes to the Users template.

Continue on with the wizard, and then check the properties of the user
again.

-- 
Les Connor [SBS MVP]
-------------------------------------
SBS Rocks !
<anonymous@discussions.microsoft.com> wrote in message
news:9de001c43448$71338cf0$a601280a@phx.gbl...
> Thanks Les,
>
> That's the odd thing: In members of tab, there is power
> user template but no remote web workplace even though the
> users were created as you suggested.
>
> also when I press the "add" button in the members of tab
> and do a search for "remote", I don't see remote web
> workplace as an option to add
>
>
> Any other thoughts?
> >-----Original Message-----
> >Hi Alex,
> >
> >When you add users with the add user wizard from the
> Users node of Server
> >Management, the users are automatically members of the
> Remote Web Workplace
> >Users group. You might check the particular users
> properties, Members Of
> >tab, and see what groups they are members of.
> >
> >To correct membership, the best way is to run the Change
> User Permission
> >wizard from the Users node. If you select the Users
> template, then all user
> >accounts you select in the wizard will be refreshed with
> the appropriate
> >group membership.
> >
> >Don't include the Administrator account in this
> operation, though ;-).
> >
> >-- 
> >Les Connor [SBS MVP]
> >-------------------------------------
> >SBS Rocks !
> >
> >
> >
> >"Alex" <anonymous@discussions.microsoft.com> wrote in
> message
> >news:9d4c01c43441$5ff8dc80$a601280a@phx.gbl...
> >> Hello,
> >>
> >> I have put a couple of posts but as of yet no
> resolution.
> >> Hopefully, one of the microsoft reps or someone who has
> >> gone through the same can help.
> >>
> >> Basically, I can't find any Remote Web Workplace
> template
> >> to add for user permission. As such, only
> administrators
> >> have access and I have searched all the templates.
> >>
> >> Where can I either import or find this template if it
> is
> >> not seen on the server management section?
> >>
> >> Many thanks in advance,
> >>
> >> Alex
> >
> >
> >.
> >


Relevant Pages

  • Re: Integral and non-integral
    ... initializing static const members, or actually all members, in the class ... need for inline functions: In many cases, ... and space for no good reason) and causes tight coupling, ... template declaration and implementation. ...
    (comp.lang.cpp)
  • Re: Remote Web Workplace permission template
    ... In members of tab, ... user template but no remote web workplace even though the ...
    (microsoft.public.windows.server.sbs)
  • Re: Terms for method types?
    ... In such model we have a template of some kind to produce object ... common descriptions as bringing too much of parasite context, ... initial set of members. ... implying any particular programming language and ii) being meaningful ...
    (comp.lang.javascript)
  • Re: Shared Workspace document doesnt show the status of on line m
    ... I have the same issue and think I have worked out why members appear not to ... area created from any template other than inheriting form the parent template ... then online collaboration will not work. ... workspace area that shows Online and Not Online members status. ...
    (microsoft.public.sharepoint.portalserver)
  • Re: C++ pushback
    ... There are all sorts of macros that use member initialization of that form. ... Since the kernel uses a lot of data structures to strictly define binary formats for transmission to hardware, across a network, or to userspace, such changes can cause nothing but heartache. ... If they were not, one could simply make a base class having members outlined, and which class does not enforce type safety and is for inheritance only. ... This ugly-looking code can be nicely wrapped into a template, which, depending on the type, at compile time, picks the proper stage for initialization. ...
    (Linux-Kernel)