Sign in
MEA Center of Expertise
Tags
#
Active Directory
Analysis Services
App-V
architecture
Availability
Azure
bandwidth calculator
BI
Cloud
Cloud Computing
COEX
Column Store Index
Cool Tools
Data Warehouse
Denali
Developers
Development
device replacement
DPE
DTC
dubai
Exchange 2010
Footprint
Francais
Free Cool Tools
Free Tools
French
Gartner
Gateway
guide
Hardware inventory
hashtags
HD7
Hotmail
HP
HTC
Hyper-v
hyper-v replica
hypervisor
IBM
IBM Domino
Index
ip phones
Kerberos Tips
Lin .NET Code
Linux
LotusNotes
lyn
Lync
Lync 2013
Lync Architecture
Lync bandwidth
Lync features
Lync hardware requirements
lync kit. lync 2010
Lync new features
Lync Port requirements
lync powerpack
Lync Server roles
Market place
Marketplace
Microsoft Events
Microsoft Tools
No Code
office 365
old phones
Open Door
Open Interoperability Program
Outbound calls
PABX
PBX
Performance
port
powerpivot
PowerShell
PowerShell Scripts
SharePoint
SharePoint 2010
SharePoint Designer 2010
SharePoint Foundation 2010
SharePoint Server 2010
SP2010
SQL Server
sql server 2012
system center
technical events
Tools
training labs
T-SQL
UC
unified communications
virtualization
VMware
Windows 8
windows Azure
windows Phone 7
WinRM
WMI
WP7
Browse by Tags
TechNet Blogs
>
MEA Center of Expertise
>
All Tags
>
powershell scripts
Tagged Content List
Blog Post:
Lync Custom States for TSPs ;)
Mahmoud Badran
Lync Custom availability states Install The registry to add the TSP states for Lync Regards
on
22 Nov 2011
Blog Post:
List Connections and Users connected to Lync Registrar Pool
Mahmoud Badran
The following script could be copied to %windir%/system32 as connections.ps1 in order to run it from Lync powershell directly. It will list all the number of connectios to the registrar pool; i have added Listing all user aliases connected to Lync within the main Function. #################################################################################################...
on
19 Jul 2011
Blog Post:
Outbound call routing time condition
Mahmoud Badran
In order to create an outbound route policy based on a time condition in order to prevent certain users from making PSTN calls after working hours you need to do them with powershell script and windows task scheduler so the example below shows that i created two voice policies one called "WorkTime...
on
7 Jun 2011
Blog Post:
PowerShell script helps you to configure static IP on localmachine
Raymond Elias - volta82
This PowerShell script helps you to configure static IP on localmachine, just copy the code and past it in txt file then rename it to anyname.ps1 “static.ps1″ Don’t forget to make executionpolicy to be remotesigned using Set-ExecutionPolicy remotesigned -Confirm:$false -Force but...
on
23 Apr 2011
Blog Post:
Powershell script – Join domain
Raymond Elias - volta82
This script helps to join the machine to the domain local and if you want to do it remotely you can combined this script using invoke-command $credential = New-Object System.Management.Automation.PsCredential("coex\administrator", (ConvertTo-SecureString " P@ssw0rd < mailto:P@ssw0rd >" -AsPlainText...
on
23 Apr 2011
Blog Post:
PowerShell Scripts - Rename Local computer name and restart
Raymond Elias - volta82
This script will take affect after restart [sourcecode language="powershell"] $NewName="windowsserver" $ComputerInfo = Get-WmiObject -Class Win32_ComputerSystem $ComputerInfo.Rename($NewName) Restart-Computer [/sourcecode]
on
23 Apr 2011
Blog Post:
PowerShell script list and uninstall programs remotely or local machines using Primalforms to
Raymond Elias - volta82
#Generated Form Function function GenerateForm { ######################################################################## # Code Generated By: SAPIEN Technologies PrimalForms (Community Edition) v1.0.8.0 # Generated On: 4/15/2011 9:34 PM # Author By: Raymond ########################################################################...
on
23 Apr 2011
Blog Post:
Compare Hotfixes installed on 2 computer using PowerShell
Raymond Elias - volta82
function hotfixcompare ($computer1, $computer2) { $node1 = Get-HotFix -ComputerName $computer1 $node2 = Get-HotFix -ComputerName $computer2 Compare-Object -ReferenceObject $node1 -DifferenceObject $node2 -Property HotFixID } hotfixcompare ex01 lyncse |sort -Property sideindicator Description...
on
23 Apr 2011
Page 1 of 1 (8 items)