Hi All,
I have one query regarding one WMI Class. I have one server machine whose OS is windows server 2016 machine on which IIS 10.0 is installed. I have installed Microsoft FTP Service on that machine.
In services.msc is am able to see "Microsoft FTP Service". But when i am trying to access its name through PowerShell using WMI Class IIsFtpService. I am not getting any result.
My PowerShell command is as shown below,
Get-WmiObject -class IIsFtpService -namespace ROOT\MicrosoftIISv2
This command works on IIS 7.0
But the above mentioned command does not work on IIS 8.0 and IIS 10.0.
Please help and let me know the solution if you have faced the same problem.