GPO : Default Group Policies and Settings
By default, the group policy objects Default Domain Policy and the Default Domain Controllers Policy are created when we create …
By default, the group policy objects Default Domain Policy and the Default Domain Controllers Policy are created when we create …
GPOs can be configured Locally, at the Site level, the Domain level or at the Organizational Unit (OU) level. Group …
We can enable and disable Exchange ActiveSync feature for mailbox users using the powershell cmdlet Set-CASMailbox. This article contains Powershell …
We can find and list users with ActiveSync disabled using the Powershell cmdlet Get-CASMailbox. This article contains Powershell script to …
Ping is used to check if a remote machine is online or offline. It is a small network packet sent …
In C#, We can test if a remote computer is online or offline using Ping service. For security reason, the …
In Powershell, you can iterate through list of objects (or collection of objects) using ForEach loop. You can either initialize …
We can enable and disable Exchange ActiveSync feature for mailbox users using Set-CASMailbox cmdlet. In this article, I am going …
We can logoff a remote desktop user session by using the command line tool Logoff. Logoff command syntax: LOGOFF [sessionname …
We can list all the Remote Desktop sessions by using the command line tool QWinsta and we can disconnect RDP …