36.
Assume that someone is going to break into your system and cause significant damage to it,
because someone almost certainly will. Treat security as a barrier that keeps honest people
honest. A determined cracker will always find a way in, so your only defense is to rely on
monitoring and constant maintenance to detect the intrusions when they occur.
37.
One of the essential issues to remember about working with scripts is that they can use any
registered object on the machine. In addition to the special WScript object, a script can access
any other object on the system, such as the media player. All you need to remember is the
CreateObject()
method used to create new objects based on existing system classes.
38.
Make sure you use the OCList utility to determine which features are installed on Server
Core. You don??™t have any other utility you can use for the task since Server Core doesn??™t provide
a GUI. Use the OCSetup utility to add new roles and features to your server as needed.
These utilities are new to Server Core, so you??™ll have to make special note of them.
39.
Use wildcard characters to create file specifications when you need to process more than one
file with a single command.
Pages:
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344