QUESTION IMAGE
Question
devise one powershell command that accomplishes the described action. answer with the command line, not the result. question 3 (1 point) view the data type of $logs using the gettype() method.
Step1: Recall PowerShell syntax
To use the GetType() method to view the data - type of a variable in PowerShell, we directly call the method on the variable.
$logs.GetType()
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
$logs.GetType()