Disabling or deleting an account is referred to as deprovisioning the account

Indicate whether the statement is true or false

True —If a user quits, is fired, or goes on some type of extended leave, you need to deprovision the user's account to prevent unauthorized access—in other words, prevent someone from logging on using this account.

Computer Science & Information Technology

You might also like to view...

Macro actions can be selected from the Action Catalog pane or from the Add New Action box

Indicate whether the statement is true or false

Computer Science & Information Technology

Select all that apply. Which of the following statement(s) about global variables is(are) true?

a. A global variable is accessible only to the main function. b. A global variable is declared in the high-est-level block in which it is used. c. A global variable can have the same name as a variable that is declared locally within a function. d. A global variable is the same as a named constant. e. If a function contains a local variable with the same name as a global variable, the global variable's name takes precedence within the function.

Computer Science & Information Technology