Xpert Knowledge Database

Monthly Archives: July 2014

Get Cluster size for all disks and volumes on a Windows machine using PowerShell and WMI

Get Cluster size for all disks and volumes on a Windows machine using PowerShell and WMI Get-WmiObject -Query “SELECT Label, Blocksize, Name FROM Win32_Volume WHERE FileSystem=’NTFS’” -ComputerName ‘.’ | Select-Object Label, Blocksize, Name See below an example of output:

Read More →

List the SQL connection authentication method. NTLM vs Kerberos

Run the following query to find out if the connections to SQL server are using NTLM or Kerberos:

Read More →

SQL Server Configuration Manager – Cannot connect to WMI provider – Invalid class [0x80041010]

Error 1 Cannot connect to WMI provider. You do not have permission or the server is unreachable. Note that you can only manage SQL Server 2005 and later servers with SQL Server Configuration Manager. Invalid namespace [0x8004100e] Error 2 SQL Server Configuration Manager – Cannot connect to WMI provider – Invalid class [0x80041010] To work […]

Read More →

Categories

  • Cloud 6
  • Scripting 15
  • Security 3
  • System Administration 45

Latest Articles

  • Import root CA into Jira or BitBucket keystore
  • List all private channel’s SharePoint sites in a tenant
  • List all SharePoint sites associated with Teams
  • Take back ownership of an orphan Teams private channel

Popular Articles

  • How to clear the CCM Cache
  • IBM IMM (Integrated Management Module) Defult Username and Password
  • Compute a hash from a string in PowerShell
  • Query HP server Storage Array details remotely via WMI and WBEM

Tags

Active Directory ActiveRoles ADFS BitBucket CCM Certificate Cluster DNS Firmware Graph API HTTPS Hyper-V IIS Jira LDAP Linux Microsoft Stream Moodle MSSQL MySQL O365 Password PowerShell root SAN SCCM SCVMM Secure string Sharepoint SharePoint Online Sharepoint Search SQL SSL sysadmin System Center System Center Configuration Manager System information Teams Trust provider User Profile Service Application Virtual Machine Manager website scanner website security website security scanner WMI

Archives

  • May 2022
  • April 2022
  • July 2021
  • April 2021
  • May 2017
  • December 2014
  • November 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
© Copyright 2016 - XpertKB.com