"Sharing knowledge is not about giving people something, or getting something from them. That is only valid for information sharing. Sharing knowledge occurs when people are genuinely interested in helping one another develop new capacities for action; it is about creating learning processes. " This blog is to Share and Gain knowledge with all those who are interested and in IT :) Bijesh
Tuesday, April 24, 2018
Sunday, April 22, 2018
Wednesday, April 18, 2018
Command to enable-ping-response-on-windows
netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow
Regards
Bijesh
Regards
Bijesh
Powershell -To get List of Windows servers from Active Directory
Get-ADComputer -Filter { OperatingSystem -Like '*Windows Server*' } -Properties OperatingSystem | Select Name,OperatingSystem
Regards
Bijesh
Regards
Bijesh
Vmware launched VMware vSphere 6.7
https://blogs.vmware.com/vsphere/2018/04/introducing-vmware-vsphere-6-7.html
Regards
Bijesh
Regards
Bijesh
Subscribe to:
Posts (Atom)