зеркало из
1
0
Форкнуть 0
minor change in readme
This commit is contained in:
Alek Markovik 2021-10-12 11:41:03 -05:00 коммит произвёл GitHub
Родитель cd9a8f1406
Коммит a9d3504764
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@ To Start - Clone Project locally. This project has been verified to work in Visu
To use code import module
`import-module .\Microsoft.Services.WorkflowAssessment.Root.dll -verbose`
Run to get workflows using the sites.csv using CSOM code permissons needed is a farm admin, and can be done from any PC that has connection to SharePoint web server
Run to get workflows using the sites.csv using CSOM code. Permissions needed is at least site collection admin for each of the site in the sites.csv, and can be done from any PC that has connection to SharePoint web server
`Get-WorkflowAssociationsForOnprem -SiteCollectionURLFilePath .\sites.csv -DomainName contoso -AssessmentOutputFolder .\Output`
## Contributing