Win2003 server a 2 problemy
zdravim
nejaq som sa dostal k adminovaniu 2003 servra (domenovy) u nas vo fimricke. Pracovne stanice su XP a w2k.... mam velku tucnu knihu (co planujen nastudovat) ale rychlo potrebujem vyriesit 2 veci :
1; kde (v akom spravcovi, nastaveniach ?) na servri uvidim, kto je prave aktivne prihlaseny na siet (v domene) a na akom pocitaci ???
2; na pracovnych staniciach mam XP SP2 s SK LP... ked sa tam prihlasim ako admin (ako som to instaloval), tak tam tu SK mutaciu aj mam. Ked sa vsak prihlasi hocijaky iny uzivatel - ma to v END verzii... KDE TO MAM PRESTAVIT, aby vsetci prihlaseny mali na staniciach aktivny SK LP ???
veeeelkaaaaa vdakaaaa za rychle odpovede... Jaro
este by ma velmo potesilo toto : na sieti mame 3 sietove tlaciarne... Existuje nejaky nastroj, co by monitoroval a niekde logoval, z akeho uctu(pocitaca) sa tlacilo na tu-ktoru tlaciaren v sieti ???
Re: Win2003 server a 2 problemy
1. Nikde :) -- idea, vytvorit logon script co to bude ukladat z toho spoustenyho kompu do textaku nekam na serveru, tedy kdo se kdy prihlasil...
2. Uff, Win s LP sem v ruce jeste nemel, problem bude nejspis v tom, jaky se nacita default profil. Profily jsou lokalni nebo cestovni? Kdyz vytvoris novyho lokalniho usera (ne domenovyho) chova se to jak?
Re: Win2003 server a 2 problemy
Citace:
Původně odeslal
HollyG
1. Nikde :) -- idea, vytvorit logon script co to bude ukladat z toho spoustenyho kompu do textaku nekam na serveru, tedy kdo se kdy prihlasil...
2. Uff, Win s LP sem v ruce jeste nemel, problem bude nejspis v tom, jaky se nacita default profil. Profily jsou lokalni nebo cestovni? Kdyz vytvoris novyho lokalniho usera (ne domenovyho) chova se to jak?
1. bych viděl spíše než řešit skripty apod. zapnout security auditing na serveru
2. bych viděl spíše na to se pohrabat v group policy, ale to asi nebude jen tak zpraku poradit :)
Re: Win2003 server a 2 problemy
kto je prave aktivne prihlaseny na siet uvidis v ovladaci panely - nastroje pro spavu - spravca pocitace - sdilene slozky
ale uvidis tam pouze ty co maji zrovna otevrene nejake sdilede slozky na serveru.
Re: Win2003 server a 2 problemy
Ty tiskárny nainstaluj na server, nasdílej je, nastav práva a poté je nainstaluj na jednotlivé stanice. Neinstaluj ty tiskárny přímu na stanice, ale instaluj je přes server. Když budeš mít zapnuté to auditování, tak se dozvíš, kdo na ně tiskl. Zároveň budeš mít páky na zakázání a omezování tisků.
Re: Win2003 server a 2 problemy
Citace:
Původně odeslal
Marty
1. bych viděl spíše než řešit skripty apod. zapnout security auditing na serveru
2. bych viděl spíše na to se pohrabat v group policy, ale to asi nebude jen tak zpraku poradit :)
1; ako a kde zapnut ???
2; v group policy som sa uz skusal hrabat... kde to mam zhruba hladat ???
Re: Win2003 server a 2 problemy
Citace:
Původně odeslal
briketa
Ty tiskárny nainstaluj na server, nasdílej je, nastav práva a poté je nainstaluj na jednotlivé stanice. Neinstaluj ty tiskárny přímu na stanice, ale instaluj je přes server. Když budeš mít zapnuté to auditování, tak se dozvíš, kdo na ně tiskl. Zároveň budeš mít páky na zakázání a omezování tisků.
Toto reseni je vyborne ale ma jedno uskali kdokoliv se prihlasi si bude muset namapovat sitovou tiskarnu. Lze to udelat pres skript ale je to znacne nepohodlne. Skoda ze se v MS nezamysleli nad moznosti pridat sitovou tiskarnu na trvalo pro vsechny
Re: Win2003 server a 2 problemy
Citace:
Původně odeslal
jarinko
1; ako a kde zapnut ???
2; v group policy som sa uz skusal hrabat... kde to mam zhruba hladat ???
na oboje se ti zítra mrknu..
Citace:
Původně odeslal
Geeker
Toto reseni je vyborne ale ma jedno uskali kdokoliv se prihlasi si bude muset namapovat sitovou tiskarnu. Lze to udelat pres skript ale je to znacne nepohodlne. Skoda ze se v MS nezamysleli nad moznosti pridat sitovou tiskarnu na trvalo pro vsechny
Jasně že to jde. http://members.shaw.ca/bsanders/NetPrinterAllUsers.htm
Citace:
Adding a network printer for all Users Windows 2000, XP and 2003 have the capability to have a Network Printer so that it is automatically available to any user that logs on at that computer. Unfortunately, the Add Printer wizard does not expose that capability - it can only add a Network Printer for the currently logged on user. So to add a printer globally (for all users) you have to a different tool.
The PrintUIEntry function of printui.dll has options for performing most printer management functions. It can perform these functions either on the same computer that printui.dll is running on or on another computer (i.e remotely). The general purpose rundll32 command can be used to execute PrintUIEntry function of printui.dll.
Some things to keep in mind:- The function for adding a printer globally is /ga. Globally in this context means that the action applies to all and any users that happen to logon at the target computer.
- The corresponding function for deleting a printer globally is /gd. If you attempt to delete a global printer by using the Delete function in the printer's context menu, it will appear to delete, but will reappear when the Print Spooler service is restarted.
- Only printers previously added using the /ga function can be deleted using /gd.
- You have to have administrative rights and permissions on the target computer to use these functions.
- If a printer is added remotely using the /ga function, it will not appear to the user until the Print Spooler service is restarted or the user next logs on. You can restart the print spooler remotely using these commands:
sc \\targetcomputername stop spooler
sc \\targetcomputername start spooler
Like any other commands these commands can be used inside a command file, such as addglobalprinterremotely (see below).
Here's a way of "installing" network printers on workstations so that they are available to all users (remotely).
The file at AddGlobalPrinterRemotely.cmd has the commands for adding a network printer remotely and restarting the print spooler on the target computer.
If you prefer not to download .cmd files, paste (or key) the following into your own .cmd file (e.g. AddGlobalPrinterRemotely.cmd)
rundll32 printui.dll,PrintUIEntry /ga /c\\%1 /n\\%2
start /wait sc \\%1 stop spooler
start /wait sc \\%1 start spooler
Then, at a command prompt key:
addglobalprinterremotely targetcomputername printservername\printersharename
For example to install the printer \\pserver\p1 on the workstation abc:
addglobalprinterremotely abc pserver\p1
To find out more about the rundll32 printui.dll,PrintUIEntry command, key (case sensitive):
rundll32 printui.dll,PrintUIEntry /?
Here's some details:
/c specifies the computer which is to be the target of the requested action.
If /c is not specified, the local computer is assumed. In other words, the /c option allows you to do printer management things on other computers without actually physically being there (i.e. remotely).
/n specifies which network printer is to be, in this case, added using the printer's UNC name (\\servername\printersharename).
/? is understood by PrintUIEntry to be a request for its Help information, which is displayed in a separate window.
The "start /wait" command runs the command (e.g. sc), then waits until the command actually terminates. Stopping and starting the print spooler takes a while, so without this, the next command (e.g. sc ... start spooler) may run before the spooler is actually stopped.
Re: Win2003 server a 2 problemy
Citace:
Původně odeslal
Marty
Borec. Diky. Mám to udělané na pár strojích ale o možnosti /ga
jsem nevedel.
Re: Win2003 server a 2 problemy
Citace:
Původně odeslal
jarinko
1; ako a kde zapnut ???
2; v group policy som sa uz skusal hrabat... kde to mam zhruba hladat ???
1. http://support.microsoft.com/kb/300549
2. vypadá to, že to přes GP nejde, taky jsem se, abych řekl pravdu, s language packem nesetkal, takže asi víc nepomůžu.