复制开发环境证书
Set-Location -Path "cert:\LocalMachine\My"
$OldCert = (Get-ChildItem -Path 56f4cc4ac43dbf0aa1bbc8d8fb4317ab22128c5d)
New-SelfSignedCertificate -CloneCert $OldCert -NotAfter (Get-Date).AddMonths(999)
Set-Location -Path "cert:\LocalMachine\My"
$OldCert = (Get-ChildItem -Path 56f4cc4ac43dbf0aa1bbc8d8fb4317ab22128c5d)
New-SelfSignedCertificate -CloneCert $OldCert -NotAfter (Get-Date).AddMonths(999)
## 全屏后头部会有ActionPane
删除我的文档下Default.rdp;
## 全屏后会留下本机任务栏
RdcMan不最大化的情况下FullScreen Connect;
When you deploy the report in Dynamics AX 2012 and you try to view the report and get the error "no report data table with name exists in report schema for data provider", just restart your report server service from the services console and the error will be resolved.
git config --global https.proxy http://127.0.0.1:10809 //代理端口号
git config --global http.proxy http://127.0.0.1:10809