Friday, March 10, 2023

Ping Ip address and get computer name

 Ping -a 192.168.0.0 

Monitor discovered apps with Intune find which computers have an app

 Monitor discovered apps with Intune

Intune provides an aggregated list of detected apps on the Intune enrolled devices in your tenant.

Sign in to the Microsoft Endpoint Manager admin center.

Select Apps > Monitor > Discovered apps.

Monday, February 6, 2023

AutoDesk Desktop Connector and AddinProcess.exe

Desktop Connector uses the AddinProcess.exe 

This is normal operation for Desktop Connector.  These AddinProcess.exe are a normal Microsoft component for running out of process addins which Desktop Connector utilizes:

https://docs.microsoft.com/en-us/dotnet/api/system.addin.hosting.addinprocess?view=netframework-4.8

They do not shut down by themselves even when Revit and the add-in is terminated and they consume memory because they are not associated with Revit, they are associated with Desktop Connector.

Friday, January 6, 2023

AutoDesk Desktop Connector clean up shell folders Uninstall

 

Removes old folders:

C:\Program Files\Autodesk\Desktop Connector\ShellCleanup.exe

Desktop Connector Support | Desktop Connector | Autodesk Knowledge Network


A clean uninstall and reinstall of the Autodesk Desktop Connector | Desktop Connector | Autodesk Knowledge Network


Uninstall DTC the application through the Control Panel.

Delete the following folders: 

C:\Users\<USERNAME>\AppData\Local\Autodesk\Desktop Connector

C:\Users\<USERNAME>\AppData\Local\Autodesk\Web Services\DesktopConnector

%userprofile% Delete ACCDocs

HKEY_CURRENT_USER>SOFTWARE>Autodesk>Autodesk Desktop Connector

HKEY_LOCAL_MACHINE>SOFTWARE>Autodesk>Desktop Connector

Run Microsoft Uninstall too to make sure Desktop connector is completely removed. See: Fix problems that block programs from being installed or removed

Reboot the computer before reinstalling the application.

Reinstall Desktop Connector. 


PowerShell get the MSI codes for installed products.

 Get-WMIObject -Query "SELECT * FROM Win32_Product" | FT

Tuesday, November 8, 2022

Check open ports in Windows

 

  • Easiest: Open the Start menu > type command > right-click the Command Prompt app > Run as administrator.
  • Type netstat -ab > press Enter > look for items in the "LISTENING" state. 

Monday, July 18, 2022

If the TotalWidth value is larger than the DataWidth value you have ECC memory.

CMD 


wmic MEMORYCHIP get DataWidth,TotalWidth

If the TotalWidth value is larger than the DataWidth value you have ECC memory.

Example output:

//ECC Memory
DataWidth  TotalWidth
64         72

//Non-ECC Memory
DataWidth  TotalWidth
64         64
Or
wmic memphysical get memoryerrorcorrection

wmic memphysical get memoryerrorcorrection

This will return a code based on the type of memory installed:

Value Meaning 
0 (0x0) Reserved 

1 (0x1) Other 

2 (0x2) Unknown 

3 (0x3) None 

4 (0x4) Parity 

5 (0x5) Single-bit ECC 

6 (0x6) Multi-bit ECC 

7 (0x7) CRC

Popular Posts

Search This Blog

Blog Archive