Powershell Jobs
Powershell
Hire Powershell DevelopersHi All, I need a PowerShell script developed to identify what permissions a user has. Requirements : 1) Specify an AD username as an input parameter. 2) Transverse all folders on the server or specify the folder path 3) Returned all the users/groups with the level of permissions to that folder the specified user has. 4) Results should be exportable to csv The script needs to run on a Windows Server 2008 R2 OS and should run on PowerShell version 2.0
I need a powershell scrip to renew device certificates in all the stations in my environment using different credentials(Service Account) invoking from a list of machines in an CSV. Code that needs to run is: $cert = (Is Cert:LocalMachineMy | Where-Object{$ -eq 'CN=<FQDN of Computer>})[0]&certreq @('Enroll', '-machine', '-q', $, 'Renew', 'ReuseKeys')
I want to export users (first name,last name, email and department) from AzureAD (specific group/application) and send it to API endpoint. job to run daily/ every 6 hours.
Creating CICD pipelines as yaml code. Powershell scripting azure resource
Looking for someone who can help teach how to create a simple powershell gui!