Skip to content
  • Blog stories
  • Wiki
  • About
  • Events
IdefixWiki IdefixWiki
IdefixWiki IdefixWiki
  • Blog stories
  • Wiki
  • About
  • Events
IdefixWikiMicrosoft

AD: Count members in a group using PowerShell

Start powershell Run: Import-module ActiveDirectory Run: (Get-ADGroupMember -Identity “GROUPNAME”).count (replace GROUPNAME with the group you want to count)
rasmussen.julian@gmail.comOct 8, 2012
IdefixWikiMicrosoft

Add PDF icon on your SharePoint farm

When a new and fresh SharePoint 2010 farm is installed and you are starting to upload documents, you...
rasmussen.julian@gmail.comSep 26, 2012
IdefixWikiMicrosoft

How to clear move-requests in Exchange 2007/2010

Run this command in powershell to clear completed move-requests Get-MoveRequest -MoveStatus Completed | Remove-MoveRequest
rasmussen.julian@gmail.comSep 11, 2012
IdefixWikiMicrosoft

How to get Cisco VPN client to work in Windows 8

When trying to connect a Cisco VPN client within Windows 8 it will fail with the following error:...
rasmussen.julian@gmail.comSep 9, 2012
IdefixWikiMicrosoft

Set passwords to never expire in office 365

First, Enable .net 3.5 on your system. Then, Download and Install Microsoft Online Services Sign-In Assistant Microsoft Online...
rasmussen.julian@gmail.comAug 30, 2012
IdefixWikiMicrosoft

How to activate Windows 8 Enterprise

To activate a Windows 8 Enterprise that was installed manualy use this command in elevated “command promt” to...
rasmussen.julian@gmail.comAug 16, 2012
IdefixWikiMicrosoft

How to find sip adress for Lync federation

To find out how to check for sip federation server:   In the second line you type in...
rasmussen.julian@gmail.comAug 14, 2012
IdefixWikiMicrosoft

SharePoint 2010 Backup

First off you need to have a service account that is “sysadmin” on the SharePoint databases and is...
rasmussen.julian@gmail.comJun 20, 2012
IdefixWikiMicrosoft

Exporting distribution list membership to Excel

Easy one-liner for exporting members of a distribution list: Get-DistributionGroupMember -identity "company-dl" | Export-Csv C:\MyFile.Csv you can also use “-not” that gives you...
rasmussen.julian@gmail.comJun 19, 2012
1617181920
  • Blog stories
  • Wiki
  • About
  • Events

Copyright © 2025 - IdefixWiki