• Stars
    star
    1
  • Language
    PowerShell
  • Created about 5 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Creating a Winrar SFX executable to run powershell code to obtain last logged in user display name

More Repositories

1

Brandon-Carey-IEAutomation

"Iโ€™m looking for some help and I canโ€™t find the answer. Maybe you guys can help me. Iโ€™m trying to automate IE, but it seems you have to be a local admin (ad\admbran) to do it properly, and the website Iโ€™m going to only authorizes with my regular creds (ad\bran). So I need to know how I can load the process of internet explorer with my user profile but run the whole thing as my local admin so it works."
PowerShell
1
star
2

Tyler-McDonald-ExcelSignature

"I have a macro built in PowerShell to open the Signature tool for Excel. I am trying to automate inserting a signature block on an Excel report. The macro works as it should, but I can not get sendkeys("~") to work within Excel to simluate clicking the OK button so the signature block is inserted. It does pass the enter key but it passes it to PowerShell." - Solution was to use COM Object interface for excel and leverage the Add signature method
PowerShell
1
star
3

IronScripter2019-CounterView

The Get-Counter cmdlet is very useful in obtaining performance counter information. Unfortunately, the Chairman feels the output is less than friendly. Especially if you wish to consume the output such as with additional filtering, exporting to a json file or writing to a database. Your challenge is to create a PowerShell function that takes the output from Get-Counter and transforms it into a more user friendly object. Each counter sample should be a separate object with these properties: Timestamp Computername CounterSet Counter Value You are free to use whatever property names you want as long as it is clear what the values represent.
PowerShell
1
star