Powe shell is not working and showing error
Hi Team , This PowerShell-Script is not working properly : # Import Active Directory moduleImport-Module ActiveDirectory# Get username from arguments passed by ServiceNow$UserName = $args[0] # ServiceNow passes input as argumentstry {# Get AD user ob...