But... It seems it is there and just needs enabling, run the command below in CMD and restart Task Manager to see this very useful addition to your toolkit.
To enable disk performance counters.
To disable disk performance counters.
diskperf -n
How to remove a user registration from Office 365 SharePoint.
Useful for renaming a user or removing a user in order to reuse an email address.
Go to a site in your collection, Click the settings cog/Site Settings.
Under Users and Permissions, click People and Groups.
Click on any of the groups.
Go to the end of the current URL and change the GroupID to 0 (zero).
This will show you a list of all users and allow you to remove the user from the site collection from the Actions menu.
Run the following in Exchange Power Shell.
Add-ADPermission -Identity "Group Display Name" -User "User Display Name" -AccessRights WriteProperty -Properties "Member"
Have you ever wanted to make it easy to copy or distribute VPN settings to users computers? Or even to make it easy to back up the settings?
How about a single file that contains all of your VPN's, can be copied to any windows PC, double-clicked and there are all your VPN's again?
Do this.
1, Right-click the desktop and select New/Text File.
2, Change the filename to VPNs.pbk and you are done!
Double-click the file and it should ask you to set up a VPN or dialup connection. You can add multiple connections to the same file and the properties button gives you access to the settings for the currently selected connection.