Yes there are Group Policy entries that will prohibit specified applications from running. You can disable IEXPLORE for specific logon groups. However if they can login to the local machine ‘Group Policy’ won’t work. If you disable IE and they install another browser they still have ‘Internet’ access. A better solution is gateway/firewall rules. Put [...]
Check his user account in active directory/exchange tabs, sounds like its pointing to an old or non-existent server.
cscript //b //nologo script C:>cscript /? Usage: CScript scriptname.extension [option...] [arguments...] Options: //B Batch mode: Suppresses script errors and prompts from displaying //D Enable Active Debugging //E:engine Use engine for executing script //H:CScript Changes the default script host to CScript.exe //H:WScript Changes the default script host to WScript.exe (default) //I Interactive mode (default, opposite of [...]
There are different technical specs on this depending on what technology you are talking about. When speaking of network connections, such as dsl and adsl, synchronous dsl would be when the upload and download speeds are the same and asynchronous dsl would be when the download speed is much higher than the upload speed, (this [...]
Are you hosting your own mail? Is it only one particular user having the problem? Has this problem been going on from the beginning of the setup of that machine or was it working at one point then stopped? If it stopped working at some point I would look at any and all updates that [...]
Using bulk collect into a collection will be faster, but talking about that amount of records, it could be also dangerous because of the per-session memory it would consume. In this case you could use the LIMIT clause, to fetch only a smaller group of records, process them, and then fetch another group. Here is [...]
To simply access the Lotus Notes client workspace, do this: 1. Start your Lotus Notes client. 2. Single-LEFT-mouse-click on the “Databases” icon in the client’s bookmark bar (the vertical bar that runs up and down the far left side of your Lotus Notes client). 3. Single-LEFT-mouse-click on the “Workspace” icon. Or, to re-configure your Lotus [...]
First of all have you made any hardware additions or changes? memory, hard drives new printer? If so un-do what you did! Next can you get into the machine in safe mode by pressing F8 before the windows logo appears? and then choosing safe mode? If you can check the event log by right clicking [...]
You need to create and Auto reply agent. 1. Goto Create ->Agent 2. In the properties box, enter any name for the agent and select ” After Mail Arrives” in the first drop down in runtime section. 3. Close the properties box and click on Add action button at the bottom of the window. 4. [...]
You don’t have LDAP setup correctly. Configure the LDAP settings for Citrix and that will fix your problems.
I know the differences, but I found this on Google (which explains it better)… An unmanaged switch is a glorified hub. It means that the switch does its thing with no user interaction. For most people, that’s quite all right. The switch’s benefits over a hub are full bandwidth to each port, rather than smushing [...]
Just subtract one date from the other and the number of days between will be calculated by Oracle. Magic!
Often it is asked how to create a batch file to map network drives for users at logon. Here’s how I did it at one site where I had a small number of users, but each user had a different set of mapped drives they needed to access. Note, in this posting, “sbs1“ is the [...]
Hi, T.codes related to PO in SAP R/3 : you can display the PO using T.code ME23. ME21 - CREATE A PURCHASE ORDER ME22 - CHANGE A PURCHASE ORDER ME23 - DISPLAY A PURCHASE ORDER Thanks vh Hi, If your using SAP version ECC 6.0 then the T-code for viewing P.O is ME23n and to [...]
Notes lets you create a personal or a digital signature for your mail. You can create personal signatures from a text, HTML, or image (graphic) file. The file can exist anywhere in your operating system, but you may want to store it in your Notes data folder for convenience. You can have Notes automatically add [...]
Go to ‘Start -> Control Panel -> User Accounts -> Manage Your Credentials -> Look under Generic Credentials’. Edit the Microsoft Outlook *** Email address is removed for privacy *** and change the password. Now launch your Outlook 2010 again to ensure that it is working or not.
First, I would recommend that you always create a new GPO for each “setting” you want to control and always leave your “Default Domain Policy” in its original form. To add the shortcut to all users desktop, you will need to open group policy manager and right click on your domain name. Select “Create and [...]
Use the netsh command in your batch file: To disable the interface run: netsh interface set interface "Local Area Connection" DISABLED To enable the interface run: netsh interface set interface "Local Area Connection" ENABLED If the OS is Win XP the above method will probably not work. In that case, here is another (a little [...]
Hello Krishh, Layer 2 handles traffic at MAC level so just above the physical layer, while Layer 3 is more complex. You can read more here. —————— It would be useful to consider the whole OSI model and how layer 2 and layer 3 fit into it. The network layer provides the functional and procedural [...]
SELECT * FROM <TABLE_NAME> FETCH FIRST 1 ROW ONLY -- FOR MULTIPLE ROWS SELECT * FROM <TABLE_NAME> FETCH FIRST <NUM> ROWS ONLY Please let me know if you need any information -Vijay Kanth Hello, In a relational design, you first have to answer the question “first what?” The previous example will return 1 row, but [...]







