We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy Get-UMSProfile.ps1 and change
Begin { $UriArray = @($Computername, $TCPPort, $ApiVersion) $BaseURL = ('https://{0}:{1}/umsapi/v{2}/profiles' -f $UriArray) }
to
Begin { $UriArray = @($Computername, $TCPPort, $ApiVersion) $BaseURL = ('https://{0}:{1}/umsapi/v{2}/masterprofiles' -f $UriArray) }
Copy Get-UMSProfileAssignment.ps1 and change
Copy Get-UMSProfileDirectory.ps1 and change
Begin { $UriArray = @($Computername, $TCPPort, $ApiVersion) $BaseURL = ('https://{0}:{1}/umsapi/v{2}/directories/profiledirectories' -f $UriArray) if ($Filter) { $FilterString = New-UMSFilterString -Filter $Filter } }
Begin { $UriArray = @($Computername, $TCPPort, $ApiVersion) $BaseURL = ('https://{0}:{1}/umsapi/v{2}/directories/masterprofiledirectories' -f $UriArray) if ($Filter) { $FilterString = New-UMSFilterString -Filter $Filter } }
The documentation for these new Functions / CmdLets has to be added
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Get-UMSMasterProfile
Copy Get-UMSProfile.ps1 and change
to
Get-UMSMasterProfileAssignment
Copy Get-UMSProfileAssignment.ps1 and change
to
Get-UMSMasterProfileDirectory
Copy Get-UMSProfileDirectory.ps1 and change
to
Documentation
The documentation for these new Functions / CmdLets has to be added
The text was updated successfully, but these errors were encountered: