Returns the group membership that satisfies a resource access request. Use this command to simulate the "best fit" calculation to see what groups are returned if you request read or read and write access to a specific resource.
Note: This PowerShell cmdlet does not support NFS or Cloud resources (since these types of resources cannot be published to the IT Shop).
Syntax:
Get-QSelfServiceMethodsToSatisfyRequest [-Path] <String> [-DomainName] <String> [-ActionIdentifier] <String> [[-ClientCulture] [<String>]] [[-ResourceTypeString] [<String>]] [<CommonParameters>]
| Parameter | Description | 
|---|---|
| Path | Specify the path of the resource. | 
| DomainName | Specify the name of the domain where the resource is located. | 
| ActionIdentifier | Specify the type of self-service action: 
 | 
| ClientCulture | (Optional) Set the client culture. | 
| ResourceTypeString | (Optional) Specify the type of resource for which to request access: 
 | 
Examples:
| Example | Description | 
|---|---|
| Get-QSelfServiceMethodsToSatisfyRequest -Path "\\2K8RDJSQL\CS\Test Data\Email_Addresses.txt" -DomainName VMSET6 -ActionIdentifier "RequestReadAccess" -ResourceTypeString NTFS\File | Returns the groups that satisfy the "RequestReadAccess" request for a NTFS/File. | 
