Trying to get the Solarwinds Veeam Backup and Recovery Template working, After installing the powershell plugin via BPS_x64.msi, when trying to run Powershell commands , I could not […]
Tag: powershell
VMware PowerCLi Powershell Script to get VMWare Tools out of Date and Virtual Machine Hardware Versions
365 Useful Commands for Powershell Administration
Add Permissions $LiveCred = Get-Credential$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic –AllowRedirectionImport-PSSession $Session//Add to OutlookUserA to BAdd-MailboxPermission -identity [email protected] -user [email protected] -AccessRights FullAccess //Don’t add to OutlookAdd-MailboxPermission […]
Remote Assistance in Xenapp 7.x (Non Data Collectors)
We use this great script http://deptive.co.nz/remote-assistance-powershell-gui-for-xenapp/ for remote assistance on a Citrix Farm , however it does not work with 7 out of the box , to get this […]
New User Powershell Script
To copy
Olympus System Configuration Program Retention XML
Recently we had a task to update all the Finished folders in Olympus to remove old items old than 2 months. I tried to use the Group […]
Send a Robocopy Job notification via Powershell
How to Upload and Insert Quick Copy ( Quick Step Settings) Into Exchange
Per my backup script before , this restores You will need to go through and change the values in %
Use Exchange EWS/Powershell to Copy Outlook Quick Copy AKA Quick Step Settings
Wow , possible my biggest EWS Powershell script, Big thanks go to Glen for the missing piece of the jigsaw. The project started as a way to copy Quick […]
Search for File Across Multiple Servers or Roaming Profiles with Powershell
Recently we need to search a load of servers locally for files that existed ( lingered ) on peoples local user proflile We then needed to search […]
Check if a user has incorrect or missing Custom Attribute Value
The following will check members in a group and make sure they have a custom attritbute value
Discovery Mailbox Search Exclude External Mail Export to PST
This Exports a report of emails and also a copy of all the emails to a mailbox ( Disovery ) you can do this via the Web […]