Categories
- Blog (1)
- Grandstream UCM (1)
- IP Telephony (45)
- KVM (1)
- Linux (54)
- Microsoft (5)
- Mikrotik (14)
- Network (16)
- Paloalto Firewall (1)
- Uncategorized (196)
- Vicidial (6)
- VMware (67)
-
Recent Posts
- Integrating VICIdial with CRM: Solving Custom Field and Data Sync Issues
- How to Remove +91 / 91 from Incoming Caller ID in VICIdial (Fix Lead Matching Issue)
- How to Retrieve VICIdial Admin Password from MySQL Database
- How to Manage KVM Virtual Machines on Ubuntu Server Using virsh
- Palo Alto UNAT Configuration – Step-by-Step Lab Guide (LAN → DMZ via WAN)
Author Archives: Gkhan
How to check Cisco Certification
How to check Cisco Certification . The Certification Tracking System is now part of the Cisco network and can be accessed by your Cisco.com login. In order to access the Certification Tracking system you must have a Cisco.com or an … Continue reading
Windows can not access the specified device,path or file. windows 2003
Windows can not access the specified device,path or file. windows 2003 Some time you copied a file on windows 2003 server and want to execute you got an error “Windows cannot access the specified device, path or file. You may not have … Continue reading
You have logged in with temporary profile. You cannot access your files copied to this profile
You have logged in with temporary profile. You cannot access your files copied to this profile Last week I got an issue with users profiles on windows 7 Machine.I cleared the registery key and its worked for me. “You have logged … Continue reading
The trust relationship between this workstation and the primary domain failed
The trust relationship between this workstation and the primary domain failed We power off some servers windows 2008 for more then one month and as we powerd on its started giving error while login in to the domain .”The trust … Continue reading
How to get User Account Properties from Command line
How to get User Account Properties from Command line If you want to get a quick information about a user account below is the command.. C:\Windows\system32> NET USER userid /DOMAIN After Executing the command you can get the following information about a … Continue reading
How to check Which updates are installed on this computer
How to check Which updates are installed on this computer If you want to quickly check the installed windows update Windows 7 and 8: DISM /Online /Get-Packages or: WMIC QFE List DISM will return far more details than WMIC. Windows … Continue reading
How to get Drivers List on windows
How to get Drivers List on windows If you want to know all about your drivers installed in your Windows PC below is the command DRIVERQUERY /V /FO CSV > %ComputerName%.csv For Remote PC DRIVERQUERY /S remote_PC /V /FO CSV … Continue reading
How to find FSMO Roles and Seize in windows 2008.
How to find FSMO Roles and Seize in windows 2008. Domain wide roles are configured in Active Directory users and computers. Right click and select domain and here option is operations master. Forest roles Domain Naming master is configured in … Continue reading
FSMO placement and optimization on Active Directory domain controllers
FSMO placement and optimization on Active Directory domain controllers Certain domain and enterprise-wide operations that are not well suited to multi-master updates must be performed on a single domain controller in the domain or in the forest. The purpose of … Continue reading
FSMO Roles
FSMO Roles in Microsoft Active Directory Domain Controller Schema Master – One master role holder per forest. The schema master FSMO role holder is the domain controller responsible for performing updates to the directory schema. Domain Naming Master – One … Continue reading