Tools etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
Tools etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

12 Eylül 2023 Salı

How to Uninstall McAfee DLP Endpoint

PsExec uygulaması ile McAfee DLP Endpoint kaldırılması.
  1. PsExec uygualaması
  1. Registry Uninstall yolundaki McAfee DLP Endpoint UninstallString değeri
PsExec.exe -s -i cmd
Registry içerisindeki McAfee DLP UninstallString değeri


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

Altında McAfee DLP uygulaması bilgilerinden UninstallString değeri

1 Mart 2022 Salı

Desktop Central Agent - Konfigurasyon Update Kontrol

Uzak sistemde, powershell ile Desktop Central Agent konfigurasyon kontrol işlemini aşağıdaki şekilde yapabiliriz.

PS C:\Windows> Enter-PSSession hostname

[hostname]: PS C:\Users\username\Documents> cd 'C:\Program Files (x86)\DesktopCentral_Agent\bin'

[hostname]: PS C:\Program Files (x86)\DesktopCentral_Agent\bin> .\cfgUpdate.exe

Loadlibrary succeeded 

GetProcaddress succeeded 

Notification is succeeded

Configuration is in Progress...

[hostname]: PS C:\Program Files (x86)\DesktopCentral_Agent\bin> Exit-PSSession

PS C:\Windows> 

ManageEngine Desktop Central Agent Uninstallation

Execute this command from the client computers to uninstall the Desktop Central Agent.

%SystemRoot%\system32\msiexec.exe /x{6AD2231F-FF48-4D59-AC26-405AFAE23DB7} MSIRESTARTMANAGERCONTROL=Disable REBOOT="ReallySuppress" /qn

https://www.manageengine.com/products/desktop-central/desktop_agent_user_uninstallation.html


12 Mart 2018 Pazartesi

SSL / DigiCert Certificate Utility for Windows

DigiCert Certificate Utility for Windows

Certificate Management & Troubleshooting Made Easy

The free DigiCert Certificate Utility for Windows is an indispensable tool for administrators and a must-have for anyone that uses SSL Certificates for Websites and servers or Code Signing Certificates for trusted software.

https://www.digicert.com/util/

https://www.digicert.com/util/DigiCertUtil.zip



6 Eylül 2017 Çarşamba

Disk Blocksize / fsutil fsinfo drives

C:\Users\ali>fsutil fsinfo drives

Drives: A:\ C:\ D:\ E:\ F:\ G:\ H:\ I:\ J:\ K:\ L:\ M:\ N:\ O:\

C:\Users\ali>fsutil fsinfo ntfsInfo O:
NTFS Volume Serial Number :       0x6edcb102dcb0c59d
Version :                         3.1
Number Sectors :                  0x000000007ffbefff
Total Clusters :                  0x000000000fff7dff
Free Clusters  :                  0x00000000014a1648
Total Reserved :                  0x0000000000000000
Bytes Per Sector  :               512
Bytes Per Cluster :               4096
Bytes Per FileRecord Segment    : 1024
Clusters Per FileRecord Segment : 0
Mft Valid Data Length :           0x0000000383480000
Mft Start Lcn  :                  0x00000000000c0000
Mft2 Start Lcn :                  0x0000000000000002
Mft Zone Start :                  0x000000000ead8a20
Mft Zone End   :                  0x000000000eae5240
RM Identifier:        23FDB521-58C0-11E7-9588-005056B3559C

22 Şubat 2017 Çarşamba

Deploying agent using PsExec utility

Deploying agent using PsExec utility

Steps to install the agent using psexec utility:

Create a network share (eg. \\MyServer\MyShare).

Download the agent and save it in the created network share.
Download the PsTools and install it in one of the Windows machine.
Open a command prompt and navigate to the directory where the PsTools is installed
Create a text file and enter name of device line by line in the file.
Execute the below command to install the agent on each computer listed in the file.

psexec.exe @<file name> -u <domain name\user name> -p <password> msiexec /i <msi file name>

For eg: psexec.exe @ComputersList.txt -u WORKGROUP\administrator -p password msiexec /i "\\assetexplorer\msi\ManageEngineAssetExplorerAgent.msi"

5 Kasım 2015 Perşembe

Using PsInfo

Using PsInfo

By default PsInfo shows information for the local system. Specify a remote computer name to obtain information from the remote system. Since PsInforelies on remote Registry access to obtain its data, the remote system must be running the Remote Registry service and the account from which you runPsInfo must have access to the HKLM\System portion of the remote Registry.
In order to aid in automated Service Pack updates, PsInfo returns as a value the Service Pack number of system (e.g. 0 for no service pack, 1 for SP 1, etc).
Usage: psinfo [[\\computer[,computer[,..] | @file [-u user
[-p psswd]]] [-h] [-s] [-d] [-c [-t delimiter]] [filter]
\\computerPerform the command on the remote computer or computers specified. If you omit the computer name the command runs on the local system, and if you specify a wildcard (\\*), the command runs on all computers in the current domain.
@fileRun the command on each computer listed in the text file specified.
-uSpecifies optional user name for login to remote computer.
-pSpecifies optional password for user name. If you omit this you will be prompted to enter a hidden password.
-hShow list of installed hotfixes.
-sShow list of installed applications.
-dShow disk volume information.
-cPrint in CSV format.
-tThe default delimiter for the -c option is a comma, but can be overriden with the specified character.
filterPsinfo will only show data for the field matching the filter. e.g. "psinfo service" lists only the service pack field.

Example Output

c:> psinfo \\development -h -d

PsInfo v1.6 - local and remote system information viewer
Copyright (C) 2001-2004 Mark Russinovich
Sysinternals - www.sysinternals.com

    System information for \\DEVELOPMENT:
    Uptime: 28 days, 0 hours, 15 minutes, 12 seconds
    Kernel version: Microsoft Windows XP, Multiprocessor Free
    Product type Professional
    Product version: 5.1
    Service pack: 0
    Kernel build number: 2600
    Registered organization: Sysinternals
    Registered owner: Mark Russinovich
    Install date: 1/2/2002, 5:29:21 PM
    Activation status: Activated
    IE version: 6.0000
    System root: C:\WINDOWS
    Processors: 2
    Processor speed: 1.0 GHz
    Processor type: Intel Pentium III
    Physical memory: 1024 MB
    Volume Type Format Label Size Free Free
    A: Removable 0%
    C: Fixed NTFS WINXP 7.8 GB 1.3 GB 16%
    D: Fixed NTFS DEV 10.7 GB 809.7 MB 7%
    E: Fixed NTFS SRC 4.5 GB 1.8 GB 41%
    F: Fixed NTFS MSDN 2.4 GB 587.5 MB 24%
    G: Fixed NTFS GAMES 8.0 GB 1.0 GB 13%
    H: CD-ROM CDFS JEDIOUTCAST 633.6 MB 0%
    I: CD-ROM 0% Q: Remote 0%
    T: Fixed NTFS Test 502.0 MB 496.7 MB 99%
    OS Hot Fix Installed
    Q147222 1/2/2002
    Q309521 1/4/2002
    Q311889 1/4/2002
    Q313484 1/4/2002
    Q314147 3/6/2002
    Q314862 3/13/2002
    Q315000 1/8/2002
    Q315403 3/13/2002
    Q317277 3/20/2002


Raporları oluşturmak için Flex üzerindeki master server'a PuTTY üzerinden appadmin ile giriş yapın ve "sudo -i" ile root kulla...