AD RMS (Rights Management Services), allows your users to designate who can do what with the content they create from Rights aware applications. For example, who can read a document and who can print it. This is done without IT staff making any changes to NTFS file permission. AD RMS works with Windows Vista, Windows 7, and Windows Server 2008. You can also utilize AD RMS with Windows XP, 2000, 2003. To do this, you wil need to download a separate version from Microsoft. The following link will direct you to the correct download for your platform: http://technet.microsoft.com/en-us/library/cc731051.aspx.
In the past, to run the GPResult command, you would need to either physically visit this client, have the user do it, or use and RDP connection. In all cases, this will disrupt the user. First, you need PowerShell remoting enabled on the target machine. You can do this via Group Policy . Open PowerShell and type this command. Invoke-Command –ScriptBlock {GPResult /r} –ComputerName <ComputerName> Replace <ComputerName> with the name of the target. Remember, the target needs to be online and accessible to you.
Comments