GIAC GCWN Certification Sample Questions

GCWN Dumps, GCWN PDF, GCWN VCE, GIAC Certified Windows System Administrator VCE, GIAC GCWN PDFThe purpose of this Sample Question Set is to provide you with information about the GIAC Certified Windows System Administrator (GCWN) exam. These sample questions will make you very familiar with both the type and the difficulty level of the questions on the GCWN certification test. To get familiar with real exam environment, we suggest you try our Sample GIAC GCWN Certification Practice Exam. This sample practice exam gives you the feeling of reality and is a clue to the questions asked in the actual GIAC Certified Windows System Administrator (GCWN) certification exam.

These sample questions are simple and basic questions that represent likeness to the real GIAC Certified Windows System Administrator exam questions. To assess your readiness and performance with real-time scenario based questions, we suggest you prepare with our Premium GIAC GCWN Certification Practice Exam. When you solve real time scenario based questions practically, you come across many difficulties that give you an opportunity to improve.

GIAC GCWN Sample Questions:

01. Which cmdlet in PowerShell can be used to display a list of running services?
a) Get-Process
b) Get-Service
c) List-Service
d) Find-Service
 
02. Which PowerShell cmdlet would you use to enable auditing for changes to file and folder permissions on a Windows system?
a) Enable-ObjectAuditing
b) Set-AclAudit
c) Audit-FileSystem
d) Set-AuditRule
 
03. What cmdlet can be used to remove an Active Directory user using PowerShell?
a) Remove-ADUser
b) Delete-ADUser
c) Remove-UserAD
d) Remove-ADPrincipal
 
04. A critical server in your organization runs several PowerShell scripts that automate system maintenance tasks. You need to prevent unauthorized users from running additional PowerShell commands or altering these scripts. What measures should you implement to meet this requirement?
a) Allow unrestricted execution for all PowerShell scripts but monitor system logs
b) Set PowerShell to Constrained Language mode and remove all existing PowerShell scripts
c) Configure AppLocker to allow only specific signed scripts to run and set the execution policy to "AllSigned"
d) Disable PowerShell on the server to block script execution
 
05. What cmdlet would you use to define a function in PowerShell that can take parameters?
a) Define-Function
b) Set-Function
c) New-PSFunction
d) Function {}
 
06. In PowerShell, what is the role of Set-ADAccountPassword?
a) To set or reset the password of an Active Directory account
b) To lock a user account after a password policy violation
c) To enforce password complexity requirements
d) To monitor password changes in Active Directory
 
07. Which of the following types of certificates is typically used for encrypting emails in an organization?
a) SSL Certificate
b) Code Signing Certificate
c) S/MIME Certificate
d) Root CA Certificate
 
08. In a Public Key Infrastructure (PKI), which of the following is responsible for storing public keys and ensuring their availability for verification?
a) Certificate Revocation List (CRL)
b) Certificate Store
c) Online Certificate Status Protocol (OCSP)
d) Key Escrow
 
09. You are tasked with securing PowerShell usage on a Windows endpoint to mitigate the risk of malware executing via scripts. Which of the following actions would you take to harden PowerShell on this system?
a) Set the execution policy to "AllSigned" and enable module logging
b) Disable PowerShell completely to prevent any execution
c) Remove PowerShell from all user profiles
d) Allow unrestricted execution for all PowerShell scripts
 
10. In PowerShell, how do you create an array containing multiple values?
a) $array = {1, 2, 3}
b) $array = (1, 2, 3)
c) $array = @("1", "2", "3")
d) $array = "1", "2", "3"

Answers:

Question: 01
Answer: b
Question: 02
Answer: d
Question: 03
Answer: a
Question: 04
Answer: c
Question: 05
Answer: d
Question: 06
Answer: a
Question: 07
Answer: c
Question: 08
Answer: b
Question: 09
Answer: a
Question: 10
Answer: c

Note: For any error in GIAC Certified Windows System Administrator (GCWN) certification exam sample questions, please update us by writing an email on feedback@edusum.com.

Rating: 5 / 5 (1 vote)