lyncscripts.blogspot.com
Lync Scripts: Data Collection for As Built dumped to CSV
http://lyncscripts.blogspot.com/2013/09/data-collection-for-as-built-dumped-to.html
A collection of Lync Management Shell Scripts (mostly). Created for my own reference from a combination of sources. The Paw Paw Pun. Data Collection for As Built dumped to CSV. This is really a data collection exercise I use to collect the Lync config and ship off site to include into the AsBuilt documentation. Purpose: Script to Dump Lync Config for As Build Documentation. 02/01/2013 - Release 1.0. Edit the below variables to match your requirements. Get-CsDialPlan Export-Csv c: PB DialPlan.csv. Get-CsA...
lyncscripts.blogspot.com
Lync Scripts: Lync 2013 Backup Script
http://lyncscripts.blogspot.com/2013/09/lync-2013-backup-script.html
A collection of Lync Management Shell Scripts (mostly). Created for my own reference from a combination of sources. The Paw Paw Pun. Lync 2013 Backup Script. I have to admit the Lasse' scripting talents (and his willingness to share) has delivered some awesome scripts. Todays blog is evidence of his skills.his work is found here http:/ tech.rundtomrundt.com/p/lync-scripts.html. This is a script to make a backup of your Lync 2013 Enterprise edition server environment. Http:/ tech.rundtomrundt.com. Certifi...
lyncscripts.blogspot.com
Lync Scripts: Running Lync Server Management Shell Remotely
http://lyncscripts.blogspot.com/2013/09/running-lync-server-management-shell.html
A collection of Lync Management Shell Scripts (mostly). Created for my own reference from a combination of sources. The Paw Paw Pun. Running Lync Server Management Shell Remotely. Http:/ blogs.technet.com/b/nexthop/archive/2010/06/16/qsremoteaccess.aspx. First you will need to create a powershell script, next we will create a shortcut that runs the powershell script. I use the following details in my script:-. Switch] $AuthenticationPrompt = $false,. String] $AdminUsername = "domain username". Now for th...
lyncscripts.blogspot.com
Lync Scripts: Import Lync Users from CSV
http://lyncscripts.blogspot.com/2013/02/import-lync-users-from-csv.html
A collection of Lync Management Shell Scripts (mostly). Created for my own reference from a combination of sources. The Paw Paw Pun. Import Lync Users from CSV. Import Lync Users from CSV. In the CSV the following headers need to be present:-. Valid AD User Name. The Lync Pool the user will be assigned to. This must be in the format tel: xxxxx. Get-CsClientPolicy to see what’s configured or set to add new PS only. Get-CsConferencingPolicy to see, add from Control Panel or PS. 02/02/2013 - Release 1.0.
lyncscripts.blogspot.com
Lync Scripts: Lync Prerequisite install Script
http://lyncscripts.blogspot.com/2013/09/lync-prerequisite-install-script.html
A collection of Lync Management Shell Scripts (mostly). Created for my own reference from a combination of sources. The Paw Paw Pun. Lync Prerequisite install Script. Although I have blogged this before, I decided it needs to live here with all the other PS related stuff. So here it is. Installing all the Windows prerequisites can be time consuming if done from Server Manager, this is way faster and doesn't make any errors ;-). Windows 2012 - Requires access to the ISO, below assumes Lync iso is on E:.
lyncscripts.blogspot.com
Lync Scripts: Move All OCS Users Homed on a Specific Pool to Lync
http://lyncscripts.blogspot.com/2013/09/move-all-ocs-users-homed-on-specific.html
A collection of Lync Management Shell Scripts (mostly). Created for my own reference from a combination of sources. The Paw Paw Pun. Move All OCS Users Homed on a Specific Pool to Lync. The below example is really just a one liner, but useful enough to be awarded its own post. It Move All OCS Users Homed on a Specific Pool to Lync as well as. Sets conferencing policy and external access policy to automatic, rather than the legacy migrated OCS policies. Replace items in bold with your details as required.
lyncscripts.blogspot.com
Lync Scripts: Lync Performance Counters
http://lyncscripts.blogspot.com/2013/07/lync-performance-counters.html
A collection of Lync Management Shell Scripts (mostly). Created for my own reference from a combination of sources. The Paw Paw Pun. By using the Lync Shell command CSWindowsService one is able to grab a snapshot of all the current call and conferencing activity. This is by no means all the Lync Counters. If you wanted to see all the Lync Counters use the following command:. Get-Counter -ListSet “LS:*” Select-Object. Subscribe to: Post Comments (Atom). Import Lync Users from CSV. Lync 2013 Backup Script.
lyncscripts.blogspot.com
Lync Scripts: Change SIP domain for all users
http://lyncscripts.blogspot.com/2013/09/change-sip-domain-for-all-users.html
A collection of Lync Management Shell Scripts (mostly). Created for my own reference from a combination of sources. The Paw Paw Pun. Change SIP domain for all users. It isn't everyday that you come across this but since many make the mistake of using their AD Domain name as their SIP domain, it does certainly come up. Just remember that you will already have added the new SIP domain to the topology, all certificates sorted etc. Collect all the users and store as a variable. Foreach ($User in $Users).
lyncscripts.blogspot.com
Lync Scripts: Switching RGS Audio files
http://lyncscripts.blogspot.com/2013/09/switching-rgs-audio-files.html
A collection of Lync Management Shell Scripts (mostly). Created for my own reference from a combination of sources. The Paw Paw Pun. Switching RGS Audio files. Subscribe to: Post Comments (Atom). Import Lync Users from CSV. Lync 2013 Backup Script. Lync 2013 Backup Script. I have to admit the Lasse scripting talents (and his willingness to share) has delivered some awesome scripts. Todays blog is evidence . Import Lync Users from CSV. Switching RGS Audio files. Data Collection for As Built dumped to CSV.