In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
The company uses a new email signature, and all users need to update it. Since the mailbox is an outsourced enterprise mailbox, it is over to modify this method on exchange. After checking the Microsoft documents, the default storage path of outlook signature is C:\ Users\ user name\ AppData\ Roaming\ Microsoft\ Signatures. Since there is a default path, it is easy. We can copy the standard signature directly to this path. Then the user can manually modify his personal information.
First of all, I create a new signature on my outlook according to the new email signature format.
Then find the location of the signature and copy all the files related to the signature to a shared folder. The shared folder must be readable by everyone. I will copy the files directly to\ Domain\ SYSVOL\ Domain\ scripts\ OutlookSignature.
Next, we need to write a script to copy the signature files in the shared folder directly to the signature file storage path of each client. I plan to use the powershell script, and then use the group policy to execute the script when the user logs in. The script program is as follows:
$Path= "$Env:APPDATA" + "\ Microsoft\ Signatures"
If ((Test-Path $Path)-ne $True)
{
New-Item $path-type directory
}
Copy-Item-Path "\ test.com\ SYSVOL\ test.com\ scripts\ OutlookSignature*"-Recurse-Destination $Path-ErrorAction SilentlyContinue
The Group Policy push is as follows:
Then go to the client to test, use gpupdate / force to strongly brush the group policy, log in again after logging out, open outlook, and then switch to the set location of the signature. We can see that the signature file we need appears in the user's signature. If there is no signature, check whether the client has obtained and applied the group policy.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.