# File lib/specinfra/command/windows/base/iis_app_pool.rb, line 31
    def check_has_identity_type(name, type)
      Backend::PowerShell::Command.new do
        using 'find_iis_component.ps1'
        exec "(FindIISAppPool -name '#{name}').processModel.identityType -eq '#{type}'"
      end
    end