The answer to this one is mixed. Microsoft states the NTFS has not been adopted to this technology and produces and error in the difference between the physical and virtual capacities of your Pass Through disks. Microsoft provides some guidance to help you utilize Thin Provisioning in your environments. Refer to this link to view the article.
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