http://windowspbx.blogspot.ch/2014/01/get-csrgsworkflowdiagram-auto-diagram.html
Search This Blog
Friday, May 23, 2014
Tuesday, May 13, 2014
Lync RGS and sim-ring
Here is why Lync does not support simulataneous rng on responce groups:
You can overrride this by an app or MSPL script - check out this site for more info http://blog.greenl.ee/category/mspl/
Tuesday, May 6, 2014
Disk cleanup tool for winsxs
Running out of disk space on drive c:? try:
dism.exe /online /cleanup-image /spsuperseded
Also enable disk clean up
for w2008r2
use
copy C:\Windows\winsxs\amd64_microsoft-windows-cleanmgr_31bf3856ad364e35_6.1.7600.16385_none_c9392808773cd7da\cleanmgr.exe C:\Windows\System32
copy C:\Windows\winsxs\amd64_microsoft-windows-cleanmgr.resources_31bf3856ad364e35_6.1.7600.16385_en-us_b9cb6194b257cc63\cleanmgr.exe.mui C:\Windows\System32\en-US
Here are some references:
https://technet.microsoft.com/en-us/library/dn251565.aspx
https://technet.microsoft.com/en-us/library/ff630161(WS.10).aspx
https://support.appliedi.net/kb/a110/how-to-enable-the-disk-cleanup-tool-on-windows-server-2008-r2.aspx
dism.exe /online /cleanup-image /spsuperseded
Also enable disk clean up
for w2008r2
use
copy C:\Windows\winsxs\amd64_microsoft-windows-cleanmgr_31bf3856ad364e35_6.1.7600.16385_none_c9392808773cd7da\cleanmgr.exe C:\Windows\System32
copy C:\Windows\winsxs\amd64_microsoft-windows-cleanmgr.resources_31bf3856ad364e35_6.1.7600.16385_en-us_b9cb6194b257cc63\cleanmgr.exe.mui C:\Windows\System32\en-US
Here are some references:
https://technet.microsoft.com/en-us/library/dn251565.aspx
https://technet.microsoft.com/en-us/library/ff630161(WS.10).aspx
https://support.appliedi.net/kb/a110/how-to-enable-the-disk-cleanup-tool-on-windows-server-2008-r2.aspx
in order to use cleanmgr.exe you’ll need to copy two files that are already present on the server, cleanmgr.exe and cleanmgr.exe.mui. Use the following table to locate the files for your operating system.
Operating System
|
Architecture
|
File Location
|
Windows Server 2008 R2
|
64-bit
|
C:\Windows\winsxs\amd64_microsoft-windows-cleanmgr_31bf3856ad364e35_6.1.7600.16385_none_c9392808773cd7da\cleanmgr.exe
|
Windows Server 2008 R2
|
64-bit
|
C:\Windows\winsxs\amd64_microsoft-windows-cleanmgr.resources_31bf3856ad364e35_6.1.7600.16385_en-us_b9cb6194b257cc63\cleanmgr.exe.mui
|
Windows Server 2008
|
64-bit
|
C:\Windows\winsxs\amd64_microsoft-windows-cleanmgr.resources_31bf3856ad364e35_6.0.6001.18000_en-us_b9f50b71510436f2\cleanmgr.exe.mui
|
Windows Server 2008
|
64-bit
|
C:\Windows\winsxs\amd64_microsoft-windows-cleanmgr_31bf3856ad364e35_6.0.6001.18000_none_c962d1e515e94269\cleanmgr.exe.mui
|
Windows Server 2008
|
32-bit
|
C:\Windows\winsxs\x86_microsoft-windows-cleanmgr.resources_31bf3856ad364e35_6.0.6001.18000_en-us_5dd66fed98a6c5bc\cleanmgr.exe.mui
|
Windows Server 2008
|
32-bit
|
C:\Windows\winsxs\x86_microsoft-windows-cleanmgr_31bf3856ad364e35_6.0.6001.18000_none_6d4436615d8bd133\cleanmgr.exe
|
Once you’ve located the files move them to the following locations:
- Cleanmgr.exe should go in %systemroot%\System32.
- Cleanmgr.exe.mui should go in %systemroot%\System32\en-US.
You can now launch the Disk cleanup tool by running Cleanmgr.exe from the command prompt.
Finally(?) W2k3 support in DPM 2012 R2
http://blogs.technet.com/b/dpm/archive/2014/04/23/now-available-update-rollup-2-for-system-center-2012-r2-data-protection-manager.aspx
to be tested in few minutes...
Update:
Oops, it has been recalled....Enjoy testing....
Update: it is back again - link http://support.microsoft.com/kb/2963543
Quality of the article is not the best so please use ratrher this link for manual installation of agents:
http://technet.microsoft.com/en-us/library/bb870935.aspx
Now I can see 2003 servers!
to be tested in few minutes...
Update:
Oops, it has been recalled....Enjoy testing....
Update: it is back again - link http://support.microsoft.com/kb/2963543
Quality of the article is not the best so please use ratrher this link for manual installation of agents:
http://technet.microsoft.com/en-us/library/bb870935.aspx
Now I can see 2003 servers!
Monday, May 5, 2014
Ralink RT3290 802.11bgn Wi-Fi Adapter pn HP ProBook 470 G0 does not see channel 13 for Europe
If you are lucky owner of HP Probook 470 with Ralink adapter, you should know that your adapter may be set to USA as a country. It means your adapter will not see a wireless with channel beyond 13 that are allowed in Europe, but restricted in US.
To cha nge country - locate registry with the name of the card.
In my case it is [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0003]
change countryregion from 0 to as example 1.
Reboot ans check if you now able to see wireless on the channel 13...
To cha nge country - locate registry with the name of the card.
In my case it is [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0003]
change countryregion from 0 to as example 1.
Reboot ans check if you now able to see wireless on the channel 13...
Subscribe to:
Posts (Atom)